Hi guys,
I need a PHP-script that deletes spaces in a variable, something like this:
$variable = replace($variable," ","")
Appreciate all your help in advance.
Regards, Raj.
have a look at the manual!!
You allready found out what sort of function you need, lets have a look in the manual and we find the function str_replace(string_to_search_for, string_to_replace_with, string_to_search_in)
easy isn't ist ?
cya Rob
Raj, Thats just lazy! I don't mind helping people, in-fact I like helpinf people but please RTFM before posting questions like that, It's just a waste of everybodies time.
I apologize If anybody think I'm "out of order" but it's plain taking the p155
Nath