I dunno what’s wrong here i’ve read all of your tutorials regarding the mailer form with PHP but icant get this thing to work :trout: .
Am I missing something here or is it just my server, btw does geocities support php?
here’s the file,pls. help me or my brain will explode
http://www.geocities.com/william_s_enriquez/email.zip
system
2
no geocities doesn’t support PHP. that could be why its not working…
system
3
for a free host that supports PHP… check out…
http://www.tripod.lycos.co.uk/
system
4
thanks Jubba, but is are my php correct?
system
5
change this
$Email = $_POST['william_s_enriquez@yahoo.com'];
to
$Email = "william_s_enriquez@yahoo.com";
since you are actually declaring the variable inside of the PHP script you don’t need to use the $_POST[] array to grab it.
but yeah, that should work find…
system
6
IT WORKED! THANKS JUBBA! thank you so much!