Jump to content

wild search


cheryl

Recommended Posts

anyone can help guide or teach on how to do a wild search select statement??

[code]
        $member2    = "SELECT m.memCode,m.memName,c.clientName
        FROM member m,client c
        WHERE m.memCode LIKE %_%
        ORDER BY memCode ASC";
        $member_result2 = mysql_query($member2)
        or die("Couldn't execute query 2.");    
[/code]


is the following correct?? can also follow up on to print the number of records found and print them in table.

help please.
Link to comment
https://forums.phpfreaks.com/topic/3310-wild-search/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.