Edited by Jonpopnycorn, 26 September 2006 - 07:28 PM.
help with php remove characters
Started by Mr. Jay, Sep 26 2006 04:56 AM
1 reply to this topic
#1
Posted 26 September 2006 - 04:56 AM
Solved
#2
Posted 26 September 2006 - 06:44 AM
If you want to just remove the commas out of a string you can use str_replace.
Example:
Example:
$string = str_replace(',', '', $string);
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
