|
-
Oct 17th, 2009, 01:42 AM
#21
Re: Re-designing a flash site in (x)html
Read this: http://www.php.net/forms
Look specifically at the part that relates to POST and GET arrays and make sure you actually read it. Secondly, turn on error reporting to the maximum level and tells us what you get. To do this, add the following line to the top of your script:
PHP Code:
error_reporting(E_ALL);
As everyone is trying to say, you probably aren't submitting the form, which is why all your variables are empty.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|