I'm really new to this and i'm grasping the concept but i don't have enough knowledge of the functions and process to know how it works!
I'm getting this from a registration script that registers a user to a myPHPadmin database:
Fatal error: Cannot redeclare is_valid_email() (previously declared in /web2/ltsn-ics/pub/italics/register.php:54) in /web2/ltsn-ics/pub/italics/register.php on line 54)
I've tried to do as much of this myself as possible but i'm confused as to what way I should be doing this. Right now I have an HTML form posting to a PHP file which is supposed to update the database, return an error (with the form and variables attached) or send up a thanks screen if everything is ok.
Right now if it's not entering blank entries into the database it's just not working at all. I'm not quite sure what the "include" line in the example i was given does especially when my form is in an HTML file.
If i could even get some pointers that would be great! I've attached the PHP file if anyone's looking for a laugh!! 
Last edited by coalduststar; 07-26-2004 at 04:12 PM..
|