Jump to content

Replacing a blank space in a URL with %20


emexinc

Recommended Posts

...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']."&amp;show=".[color=red]$row['title'][/color]."&amp;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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.