emexinc Posted August 17, 2006 Share Posted August 17, 2006 ...i have the following php code...keep in mind this is part of a larger piece of code...echo "<p align=\"left\"><a onFocus=\"if(this.blur)this.blur()\" href=\"picked.php?previous=".$_GET['letter']."&show=".[color=red]$row['title'][/color]."&key=".$row['key']."\" target=\"songs\"><font class=\"sgu\" id=\"sgu\">".[color=blue]$row['title'][/color]."</font></a></td>\n";...the red part of code has a tendancy to have spaces, which i don't want...the blue does as well, but i do want blank spaces and not %20...firstly, i've tried numerous tips from everywhere and i can't seem to filter out the red code to replace blank spaces with %20...keeping in mind that i would not like to have the blue code effected by this...any help or direction is greatly appreciated...thanks for your time... Link to comment https://forums.phpfreaks.com/topic/17813-replacing-a-blank-space-in-a-url-with-20/ Share on other sites More sharing options...
trq Posted August 17, 2006 Share Posted August 17, 2006 [url=http://php.net/urlencode]urlencode[/url](). Link to comment https://forums.phpfreaks.com/topic/17813-replacing-a-blank-space-in-a-url-with-20/#findComment-76061 Share on other sites More sharing options...
emexinc Posted August 18, 2006 Author Share Posted August 18, 2006 ...i love one word answers...aside from the fact that i was one word away from getting it right...haha...thanks a lot thorpe... Link to comment https://forums.phpfreaks.com/topic/17813-replacing-a-blank-space-in-a-url-with-20/#findComment-76544 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.