A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by mjseaden » Mon Aug 16, 2004 4:25 pm
Code: Select all
SELECT * FROM Properties WHERE RegionID=X ORDER BY Price
Post by markl999 » Mon Aug 16, 2004 4:28 pm
preg_match('#RegionID=(.[^ ]*)#', $string, $matches); echo $matches[1];
Return to “PHP - Code”