Something is fishy with DIV tags and form
index2.php
The form is only showing 1 field and stopping there. Can you take a look at this?
Thanks!
index2.php
The form is only showing 1 field and stopping there. Can you take a look at this?
Thanks!
Looks like a PHP error is occurring that is causing the page not to render completely.
add the following at line 1 to turn on error reporting:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
Not sure what you mean- what file do I paste this code in?
The index.php file at line 1.
In the page you have sent, you have removed all of the origianl code that is in the head of the document before the doctype tag, that code must be in place before the doctype tag.
Sorry- I've been out of town and am back. Please check out the page.
Thanks!!
index2.php
Hold off on looking at the code- I just signed up for the monthly program and see there is another extension.
When I submit the form on the page you provided, I see a blank white page. This means a PHP error has occured. Add the code:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
to line one to turn on error reporting.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.