Search found 10 matches

by bilginxx
Mon Sep 08, 2008 3:59 pm
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

http://codepad.org/tbedFtZy

this is the place i found checking code online
by bilginxx
Mon Sep 08, 2008 3:25 pm
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

thank you very much for your time and advice

am i going to change $fields only ? or all script ?
by bilginxx
Mon Sep 08, 2008 3:11 pm
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

is it possible that this php on hosting wont accept [] i don't know what to do i search on google in different places and i can see they are not using [] .. any advice -- the links i found same script http://forums.htmlhelp.com/lofiversion/index.php/t3762.html http://forums.htmlhelp.com/index.php?ac...
by bilginxx
Mon Sep 08, 2008 2:08 pm
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

i did and still same error message on same line
by bilginxx
Mon Sep 08, 2008 1:32 pm
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

i changed the $fields = array[];
and this is coming up
Parse error: syntax error, unexpected '[', expecting '(' in contact.php on line 8
by bilginxx
Mon Sep 08, 2008 11:42 am
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

hi after i contact hosting service they opened the error monitor for me and this is coming up error . Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in contact.php on line 217 what would be the reason ? <?php error_reporting(E_ALL); $to = $_REQUEST['sendto'] ; $from = $_REQUEST['Em...
by bilginxx
Fri Sep 05, 2008 3:11 pm
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

hi
i just add and change it
and this is coming up
What would it be ?
Thank you very much


We encountered an error sending your mail, please notify diane@lowerprice4u.com
by bilginxx
Fri Sep 05, 2008 10:02 am
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

Smaller version. Please let me know if this is ok. still not working. <?php $to = $_REQUEST['sendto'] ; $from = $_REQUEST['Email'] ; $name = $_REQUEST['Name'] ; $headers = "From: $from"; $subject = "Web Contact Data"; $fields = array []; $fields{"Name"} = "Name&quo...
by bilginxx
Fri Sep 05, 2008 9:53 am
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

Re: needing help for contact.php form

Sorry , Thank you for your replies, I do appreciate your effort and time to help me. My problem is this form isnt sending me the email when they click to submit button after completing it. I dont have full understanding with coding but I will be very appreciative of your help. My friend is an IT eng...
by bilginxx
Fri Sep 05, 2008 8:53 am
Forum: PHP - Code
Topic: needing help for contact.php form
Replies: 19
Views: 1054

needing help for contact.php form

hi this is the contact.php file it isnt working for me and the site link is http://www.lowerprice4u.co.uk/contactus.html could you please help me for this.. <?php $to = $_REQUEST['sendto'] ; $from = $_REQUEST['Email'] ; $name = $_REQUEST['Name'] ; $headers = "From: $from"; $subject = "...