PHP string remove space.

Posted by Jordan Pagaduan on Stack Overflow See other posts from Stack Overflow or by Jordan Pagaduan
Published on 2010-04-19T18:11:06Z Indexed on 2010/04/19 18:13 UTC
Read the original article Hit count: 337

Filed under:

Is there php function to remove the space inside the string? for example: $abcd="this is a test" I want to get the string: $abcd="thisisatest"

How to do that? thanks.

© Stack Overflow or respective owner

Related posts about php