Ok, so I implainted the html part into one of those HTML boxes and when I publish the site, it looks ok. But, On the totorial, it says I need to also use the php script. Question is, where do you out the php script to make the html form work?
I need help with form
Collapse
X
-
Re: I need help with form
where the php script is doens't matter, you need to set the "action" of your html form to the location of the script. The php script then handles what the user submitted, be it sending you an email, entering it into a database, or just telling them back what they said
Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
-
Comment