Re: [PHP] Fw: [PHP-DEV] When my PHP file opens, I want it to automaticallysubmit

2002-11-05 Thread Marek Kilimajer
body onload=yourForm.submit() form name=yourForm action=mailto:address;server.net input type=hidden name=ip value=?= $_SERVER['REMOTE_ADDR'] ? /form /body is this what you want? This is too complicated, why not sending it from the server? Chris Shiflett wrote: This type of question should be

[PHP] Fw: [PHP-DEV] When my PHP file opens, I want it to automaticallysubmit

2002-11-04 Thread Chris Shiflett
This type of question should be addressed to [EMAIL PROTECTED] I am forwarding it there. Also, please correct your reply-to address. Chris Luke wrote: Hello, On my website, I have a php form which submits the global Ip address of the computer its on to a specific email address, I want it to