I have
It always show as
"http://my domainname..../category.php?vi ewadvT"
Why?
If I echo $viewadv, it fine, i can see the number (5), but how come if i echo $ad_url,
then it will display as T instead of "=5"
Code:
$ad_url = "https://".$_SERVER["HTTP_HOST"]."/category.php?viewadv=".$viewadv; echo $ad_url;
It always show as
"http://my domainname..../category.php?vi ewadvT"
Why?
If I echo $viewadv, it fine, i can see the number (5), but how come if i echo $ad_url,
then it will display as T instead of "=5"
Comment