Hi Guys,PHP Code:$mobileno=$_POST['mobileno'];
$var = $mobileno;
substr_replace($var, '+44', 0, 0);
Can anyone tell me why the above code doesn't seem to be working, it doesn't seem to be placing +44 at the beginning of $var and instead when the data is added to my database its without the +44.
Any help would be great.
Thanks.



Thank You!
Reply With Quote
Bookmarks