Remove to space from string

<?php
$str1="Atul Kumar Sharma";
echo $msg = str_replace(" ","",$str1);
?>

========Out put=============
AtulKumarsharma

Comments

Popular Posta

How to enable .htaccess in wamp server

Web Scraping Amazon with PHP

Disable right click script and Google Instant Map Search