Home
Submit
Free Hosting
Link To Us
Contacts
PHP URL Spaces Replace
PHP
Download
(.zip)
<?
$str = "http://web.com/folder with space/";
$new = eregi_replace(" ", "%20", $str);
echo $new;
?>
PHP
URL Redirection
URL Spaces Replace
Curl
PHP
URL Validation