> 
> What about the parameters of a URL like the following:
> 
> http://foo.org:80/foo/Geeks/Functions/ffunky/fcool.html?arg1=kiki&arg2=koko
If page fcool is active you can write the page like this:
http://foo.org:80/foo/Geeks/Functions/ffunky/fcool/kiki/koko/
and the vars $argc and argv would be the folowing:
$argc = 2 & 
$argv[0] = kiki
$argv[1] = koko 

Se?
> bla?t=43&s=23&u=12
Yeah see above :)

th

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to