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 SlackI 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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php