To Php Gurus: I'm writing some code like this: echo("<td><a href=javascript:popUp('bios/bio_".$row["scoutname"].".html')>".$row["scoutbi o"]."</a></td>");
but the scoutname is something like Mike Johnson, which has a space in bettwen Mike and Johnson, how do I chop this space off, so I can name the corresponding html file as bio_MikeJohnson ? Thanks and any feedback will be appreciated! Good Day. Bo -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php