>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 << & >>

Hope this helps

Bret


Find a contractor or find a contract at Tech-Temp.com

----- Original Message ----- 
From: "David D" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 25, 2002 2:24 PM
Subject: [PHP] I didnt understand the how work pathtovars, a php gpl script


> Hello,
> 
> I was looking for a query_string wrapper for web crawlers
> I found pathtovars :
> http://www.phpclasses.org/browse.html/package/561.html
> 
> English is not my native language.
> I didnt manage to use efficently this script !
> Even with the sample !
> 
> I don't know how to map url ?
> How to generate an url ?
> How to retrieve variables values in the current url ?
> 
> I found this script with a very little doc.
> 
> Is there someone that can have a look and try to explain me simply ?
> 
> For eg :
> How to retieve :
> $var1 = value1
> $var2 = value2
> with that on that script
> http://www.domain.com/var1_value1/var2_value2/
> ....
> 
> Thanks.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


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

Reply via email to