Seo Percentage Sign In Browser Url
- Forums
- Apache Hosting
- Seo Percentage Sign In Browser Url
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 [1003], Last Updated: Mon Jun 24, 2024
Luiss
Wed Apr 21, 2010
1 Comments
523 Visits
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
how do i fix this?
you can use PHP to escape the url by using this function:
urlencode()
exampe:
PHPCODE:
$foo = "i got 100% on my test";
echo urlencode($foo);
?>
try it
https://www.webune.com/forums/seo-percentage-sign-in-browser-url.html