PDA

View Full Version : PHP Form


TheComputerGuy
01-30-2003, 09:50 PM
I am trying to create a form for my school career center. But I am having a bit of difficuly...

if anyone could get the time, to look at the form, it would be great.

mr e
01-31-2003, 01:07 AM
what exactly are you having difficulty with?

TheComputerGuy
01-31-2003, 01:13 AM
Well it will not send....it acts as if the send button is broke?

GSHelpBoy
01-31-2003, 06:31 PM
Your code looks fine, but the only problems I can assume are you are running a version that does not support $_*, or your mail() function is not working.

Add this line to the top of the page:error_reporting(E_ALL)