Ok,

I need help find the most effecient way to do this..

I have a variable...
$data="this is a test";

What is the quickest way to get $data to equal just the first two words of
the original variable....

print $data;
________
this is

Thanks,
Agustin


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to