Search found 5 matches

by eddie3002
Thu Feb 19, 2009 12:51 pm
Forum: PHP - Code
Topic: Need urgent help with this PHP invitation script.
Replies: 8
Views: 441

Re: Need urgent help with this PHP invitation script.

I have 2 pages a PHP file and a seperate HTML file this is my PHP file <? $submit = $_POST['submit']; if ($submit) { //if submit is set, send mail $email_ids=explode(",",$_POST['email']); for($i=0;$i<=count($email_ids)-1;$i++) { $to = $email_ids[$i]; $from = "info@vintagesportscardmem...
by eddie3002
Thu Feb 19, 2009 12:37 pm
Forum: PHP - Code
Topic: Need urgent help with this PHP invitation script.
Replies: 8
Views: 441

Re: Need urgent help with this PHP invitation script.

its actually line 37
by eddie3002
Thu Feb 19, 2009 12:25 pm
Forum: PHP - Code
Topic: Need urgent help with this PHP invitation script.
Replies: 8
Views: 441

Re: Need urgent help with this PHP invitation script.

Thanks for the help. Now im getting the following message

Parse error: syntax error, unexpected '<' in /home/kgp/public_html/submit_mail.php on line 36
by eddie3002
Thu Feb 19, 2009 11:20 am
Forum: PHP - Code
Topic: Need urgent help with this PHP invitation script.
Replies: 8
Views: 441

Re: Need urgent help with this PHP invitation script.

When i hit the submit button nothing happens.
by eddie3002
Thu Feb 19, 2009 10:35 am
Forum: PHP - Code
Topic: Need urgent help with this PHP invitation script.
Replies: 8
Views: 441

Need urgent help with this PHP invitation script.

I need help getting this invitation form to work I have included the HTML code and also the PHP code. All help is greatly appreciated. <----here is the html form code------> <FORM METHOD="post" ACTION="submit_mail.php" onsubmit="return checkform();" name="frm"...