Like this:

http://fqdn.domain.com/path/path/page.php?var1=value1&var2=value2&;...

Page.php can then reference $var1 and $var2 if register globals is on
(bad idea) or $_GET['var1'] and $_GET['var2']

hth


David Russell
IT Support Manager
Barloworld Optimus (Pty) Ltd
Tel: +2711 444-7250 
Fax: +2711 444-7256
e-mail: [EMAIL PROTECTED]
web: www.BarloworldOptimus.com

-----Original Message-----
From: Shaun [mailto:[EMAIL PROTECTED]] 
Sent: 18 November 2002 02:06 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Get


Hi,

I pass arguments in the url, how do i pass multiple args?

eg. href="test.php?num=1"  (only one arg)

Do i use commas , please show me !

Thanks ,
Shaun



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Attachment: smime.p7s
Description: application/pkcs7-signature

Reply via email to