tedd wrote:
At 4:18 PM -0800 12/5/08, Jason Todd Slack-Moehrle wrote:
How might I also parse and address like: SCOTTSDALE, AZ 85254
It has a comma and a space
-Jason
On Dec 5, 2008, at 4:02 PM, Jason Todd Slack-Moehrle wrote:
OK, making good learning progress today.
I have a string that is: Jason Slack
and I want it broken at the space so i get Jason and then Slack
I am looking at parse_str, but I dont get how to do it with a space.
The example is using []=.
Then I want to assign like:
$fname = "Jason";
$lname = "Slack";
Any ideas?
-Jason
-Jason:
This is pretty basic stuff -- read the manuals about strings:
http://www.php.net/manual/en/book.strings.php
If you have shown that you've spent time reading and then have a
problem, please post your question. But don't expect us to do your
homework for you.
Cheers,
tedd
this is wrong on so many levels, but his name indicates that he's more
of a delegator than a doer :p
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php