A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by RobertGonzalez » Wed Mar 21, 2007 4:32 pm
Code: Select all
SELECT `field_name` FROM `table_name` WHERE `field_name` LIKE '%some_string%';
Return to “PHP - Code”