Jump to content


help with php remove characters


1 reply to this topic

#1 Mr. Jay

    Young Padawan

  • Members
  • Pip
  • 81 posts

Posted 26 September 2006 - 04:56 AM

Solved :P

Edited by Jonpopnycorn, 26 September 2006 - 07:28 PM.


#2 Matthew.

    Official Spammer .Matt

  • Members
  • PipPipPipPip
  • 2,749 posts
  • Gender:Male
  • Location:England

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:
$string = str_replace(',', '', $string);






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users