PHP email form issue?

Halo Smyth

New member
I have been working on a php form for a job application. It worked fine on php5 but the client has php4. The problem is when I am creating the message fields I have take out the html around some fields or I get a blank email back.

Here is an example of the email message being concatenated.
$email_message .="Started Highschool in: ". $starthighschool."<br />";

like I said before any help is appreciated, I have spent almost 20 hours on what should have been a simple email form. I have looked all over online and I haven't been able to find any information on how to fix this problem

Any help would be appreciated I have spent almost 20 hours on what should be a simple form
 
Back
Top