Results 1 to 3 of 3

Thread: search in part of record

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    259

    search in part of record

    In thsi code:

    $Sql = "select * from $TableName where MEMBER='*word*'";
    $Result = mysql_query($Sql);
    while ($Row = mysql_fetch_array($Result))
    {

    I want to search for word but in any part of record so I use (*) to mean any letters before or after word but it does not work .

    How can I serach for ward in any part of record ???

    Thanks.......
    Last edited by prokhaled; May 9th, 2002 at 01:02 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width