This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by kailion
Tue Jun 21, 2005 8:52 pm
Forum: Archive
Topic: How to strip certain part of a string from a variable.
Replies: 1
Views: 1516

How to strip certain part of a string from a variable.

Lets say $result = "Partial Movement", "", "Nothing", "Nothing", While the "Partial movement" will definitely vary between a 2-5 words value, was wondering how would I get rid of everything after the the very first ,. So that $result would be just &q...