View Single Post
Old November 3rd, 2007, 11:16 PM   #3 (permalink)
Zedd
Registered User
Fresh Surpasser
 
Joined in Sep 2004
8 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
Give the following a try:

<?php
//code to resolve username / and location here

$newUrl = "www.page.html?username=".$username."&location=".$ location;
header("location:".$newUrl);

?>
Zedd is offline   Reply With Quote
This user thanks Zedd for this great post!
jonest454 (November 5th, 2007)