|
|
|
Email... continued
|
Original Message
|
Name: Jamie_McCoy
Date: April 21, 2004 at 16:38:33 Pacific
Subject: Email... continuedOS: XP Pro 5.1CPU/Ram: Pentium 4 - 2.4Ghz, 512MB |
Comment: this is my third post on the matter, hopefully i can get exactly what i need this time take a look at this form below Click i need some code that will let a user simply click send after typin in the info, and have that message sent to my hotmail account. Cant be doing with any redirections to 'post box' sites where a user then has to click confirm again think you can help? p.s, i know nothing of CGI or PERL, only php and java thnxs a lot Regards, Jamie McCoy
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: drsmartman
Date: April 21, 2004 at 16:48:30 Pacific
|
Reply: (edit)Jamie, If you know php, have you looked at the mail() function? It is pretty simple and straightforward. have a look and give it a shot....if you have any questions about it, let us know....
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: SN
Date: April 22, 2004 at 08:12:33 Pacific
|
Reply: (edit)Your server may not have register_globals on. Try changing: if($name) { to if ($_GET['name']) Why do you pass this stuff through GET anyway? I would use POST. I'm not sure what you're doing with the redirect thing, but I guess you want them to go to your hotmail page??? -SN
Report Offensive Follow Up For Removal
|
|
Response Number 7
|
Name: SN
Date: April 22, 2004 at 16:11:06 Pacific
|
Reply: (edit)Jamie- I forgot to put the opening bracket: changing: if($name) { to if ($_GET['name']) { The problem isn't the code, so far as I can tell. It is some setting or something on the server, so somebody else's code may not work either. Luck -SN
Report Offensive Follow Up For Removal
|
Use following form to reply to current message:
|
|

|