Re: [PHP] Using '/' instead of '?' in url querystring

2002-10-07 Thread Kenni Graversen
Thanks, These links will help me out for sure. regards Kenni "Nicole Lallande" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Kenni, > > I asked a similar question several months ago and got a lot of terrific > info from the list. First some links: >

Re: [PHP] Using '/' instead of '?' in url querystring

2002-10-07 Thread Nicole Lallande
Kenni, I asked a similar question several months ago and got a lot of terrific info from the list. First some links: See this related link: Q "How can I pass variables to a script in the url like /script/var1/var2?" http://www.faqts.com/knowledge_base/view.phtml/aid/124 Includes t

[PHP] Using '/' instead of '?' in url querystring

2002-10-07 Thread Kenni Graversen
Hi, I wonder if any of you have experience, sending variables in the url without using the ? character. When sending variables this is the normal way to do it: /foo.php?id=12 But I have read that the following URL should work: /foo.php/12/ and then fetch the id in this way: $id = ereg_replace(