Re: [PHP] Submit code

2002-07-16 Thread Scott Fletcher
t; > > -Original Message- > From: MindHunter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 2:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Submit code > > > I am looking for PHP code that will submit (post) a form automaically to a > ANOTHER php pag

RE: [PHP] Submit code

2002-07-16 Thread Steve Bradwell
cking a button. Check this link. http://www.devguru.com/Technologies/ecmascript/quickref/evhan_onsubmit.html Hope this helps, -Steve. -Original Message- From: MindHunter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 2:33 AM To: [EMAIL PROTECTED] Subject: [PHP] Submit code

Re: [PHP] Submit code

2002-07-15 Thread Peter Janett
quot;'MindHunter'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 12:33 AM Subject: RE: [PHP] Submit code > three methods that I can think of: > 1. header("location: url"); > 2. > 3. Hidden form + JavaScript > > -Or

RE: [PHP] Submit code

2002-07-15 Thread Martin Towell
three methods that I can think of: 1. header("location: url"); 2. 3. Hidden form + JavaScript -Original Message- From: MindHunter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 4:33 PM To: [EMAIL PROTECTED] Subject: [PHP] Submit code I am looking for PHP code that w

[PHP] Submit code

2002-07-15 Thread MindHunter
I am looking for PHP code that will submit (post) a form automaically to a ANOTHER php page. I do not want to press a submit button. I have found a class at PHPClasses but it is too complicated for my needs. What is the simplest way of doing this? What is the theoretical approach? The reason