RE: [PHP] easy things - forms, variable sending

2002-11-22 Thread Rich Gray
Hi Some suggestions below... Cheers Rich >This is a trivial question - what function can I use to automatically >proceed to some link, one that can be executed without any user input. header('Location: http://www.newurl.blah') >How can we, most efficiently, send all the data (variables) from on

RE: [PHP] easy things - forms, variable sending

2002-11-22 Thread Van Andel, Robert
This can be done with JavaScript I don't think there is a way to do it with PHP since PHP is a server side application. Robbert van Andel -Original Message- From: Krzysztof Wozniak [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 2:18 PM To: [EMAIL PROTECTED] Subject: [PHP]