Now...another problem.
let say I have:
PHP Code:
$named="johnny/john Lee Doe";
i want the output to be only "john".
Yes.....I want to strip the rest (johnny/ Lee Doe).
Help me please.
__________________
$id ="waxxer";
$id = str_replace('x', 'l', $id);
echo $id;
echo " and Marj";
|