Seo Percentage Sign In Browser Url
RegisterLogin
Seo Percentage Sign In Browser Url
Post Description: im having problems putting the percentage sign in a link. when i go to the url it doesn't do what i expect it and my script does not work
Tags: seo, percentage, sign, in, browser, url
This Post Was Posted On Apr 21, 2010 By Luiss #3415
Post Description: im having problems putting the percentage sign in a link. when i go to the url it doesn't do what i expect it and my script does not work
Tags: seo, percentage, sign, in, browser, url
This Post Was Posted On Apr 21, 2010 By Luiss #3415
Seo Percentage Sign In Browser Url by Luiss
when i go to the url it doesn't do what i expect it and my script does not work
how do i fix this?
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#3849 1
you need to escape the url
you can use PHP to escape the url by using this function:
urlencode()
exampe:
PHPCODE:
try it
you can use PHP to escape the url by using this function:
urlencode()
exampe:
PHPCODE:
<?php
$foo = "i got 100% on my test";
echo urlencode($foo);
?>
$foo = "i got 100% on my test";
echo urlencode($foo);
?>
try it
Apr 21, 2010 Reply Report abuse
©2011 Webune Forums - Mon Dec 19, 2011 11:04 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3