Search found 1 match

by INetIT
Fri May 10, 2002 9:12 am
Forum: PHP - Code
Topic: Passing Parameters in URL without ?name=value with PHP
Replies: 1
Views: 4099

Passing Parameters in URL without ?name=value with PHP

I'd like to pass parameters via the url without using the standard phppage.php?name=value&name2-value2. I imagine it would look something like http://my.domain.com/folder/phppage/name/value/name1/value1 The goal is to have a url that appears to be a static page for the search engines and the pub...