> would look like this: > http://www.domain.com/script.php?var1=value1&var2=value2 > there would be a document name << script.php >> > followed by the << ? >> > then variable and value pairs << var1=value1 >> > separate each variable/value pair with an ampersand << & >> > > Hope this helps > > Bret I know how get var are mapped in php script...
But I would like to know how to use : http://www.phpclasses.org/browse.html/package/561.html ? with that : http://www.domain.com/var1_value1/var2_value2/ +pathtovars making in the script : $var1 = value1 $var2 = value2 Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php