Thread
:
URL query string help
View Single Post
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);
?>
This user thanks Zedd for this great post!
jonest454
(November 5th, 2007)
Zedd
View Public Profile
Find More Posts by Zedd