hmm... i did try that, i'm using it like this:
str_replace(" ", "", $row_users['name']);
but it doesn't work.... maybe i'm doing it wrong, is there an error in it? is there another way to do it?
meanwhile i'm gonna try the preg_replace() function too but maybe the problem is in the way i'm using the str_replace.