us0r
08-17-2004, 01:28 PM
I am trying to strip the space out of a name and here is what I got:
$ryan1 = $_REQUEST["name"];
$replaceme = str_replace(" ", $ryan1, $replacement);
$table_name = $ryan1;
can someone help me fix that?
name i put test ing (with the space) but I need it to take out any space it may have.
thanks,
ryan
$ryan1 = $_REQUEST["name"];
$replaceme = str_replace(" ", $ryan1, $replacement);
$table_name = $ryan1;
can someone help me fix that?
name i put test ing (with the space) but I need it to take out any space it may have.
thanks,
ryan
