Re: [PHP] I didnt understand the how work pathtovars, a php gpl script

2002-07-25 Thread David D
> 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 > > Bre

Re: [PHP] I didnt understand the how work pathtovars, a php gpl script

2002-07-25 Thread Bret L Conard
>http://www.domain.com/var1_value1/var2_value2/ 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