Sangha-08 Posted October 11, 2008 Share Posted October 11, 2008 Hi guys, I'm just having a little trouble.. <?php $_GET print['v']; ?> so, when i go to my website and write on the url http://www.mywebsite.com/play.php?v=Name of the video but its gets "encrypted" to http://www.mywebsite.com/play.php?name%20of%20the%20video and that kinda messes up all my urls, and is really bad for SEO is there a way to change the "%20" to "-" so that the url looks something like http://www.mywebsite.com/play.php?v=Name-of-the-video Thanks for all you help, much appreciated. Link to comment https://forums.phpfreaks.com/topic/128023-please-help-instead-of-20/ Share on other sites More sharing options...
Daniel0 Posted October 11, 2008 Share Posted October 11, 2008 You already have a topic about this issue here: http://www.phpfreaks.com/forums/index.php/topic,220521.0.html Link to comment https://forums.phpfreaks.com/topic/128023-please-help-instead-of-20/#findComment-662936 Share on other sites More sharing options...
Recommended Posts