Thread: PHP Issues
View Single Post
Old 03-30-2009, 12:21 AM   #7 (permalink)
JClarke
Good times, good times.
 
JClarke's Avatar
 
Join Date: Nov 2006
Location: Packing bags for U.S.A
Posts: 20,240
Blog Entries: 5
The code in the parameters were wrong - (still unsure but may be possible) try and use the commas (") between these quotas, see edited code below (you can copy and pate if youw ant)

PHP Code:
$subject "Form Submission"// Subject of email sent to you. 
$emailadd "chris_elizabeth@xtra.co.nz"// Your email address. This is where the form information will be sent. 
$url "www.oceansidegraphics.co.nz/thankyou.htm"// Where to redirect after form is processed. 
$req "0"// Makes all fields required. If set to '1' no field can not be empty. If set to '0' any or all fields can be empty. 
__________________
JClarke is offline   Reply With Quote