RE: [PHP] Passing more than one variable with alink

2002-07-02 Thread Sachin Keshavan
For the link to work correctly, only the first parameter should be seperated by a ?, the remaining ones should be seperated by . For eg: http://localhost.com/sample.php?firstparam=1secondparam=XYZ Hope this helps, Sachin -Original Message- From: Peter Goggin [mailto:[EMAIL PROTECTED]]

RE: [PHP] Passing more than one variable with alink

2002-07-02 Thread Martin Towell
the syntax is name1=val1name2=val2name3=val3 the separator is -Original Message- From: Peter Goggin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:31 PM To: [EMAIL PROTECTED] Subject: [PHP] Passing more than one variable with alink I need to pass more than one variable with