Replace spaces

hey all,
I’m trying to find the php code that would take a string and get rid of the spaces. Example:

“This is a test” is passed from a form to php.
I want it to be stored in my database as Thisisatest

Thanks,
Mat