Jump to content

Search DB.


shenniko

Recommended Posts

Hi Guys need a little help,

Pretty new to MySQL and PHP, as i started learing ASP thought Access DB's...

Ive created a sort of search function for my members section, so you can search by Username..

How do you create a "LIKE" statement?

E.g say i enter Da into the search box, it will bring Everything back with "Da" in the database?

All i need is the

WHERE tblCharacter.Character LIKE '$Character'";

Or whatever the code is.

thanks in advance

shenn
Link to comment
Share on other sites

[!--quoteo(post=344455:date=Feb 10 2006, 05:31 AM:name=shenniko)--][div class=\'quotetop\']QUOTE(shenniko @ Feb 10 2006, 05:31 AM) [snapback]344455[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Hi Guys need a little help,

Pretty new to MySQL and PHP, as i started learing ASP thought Access DB's...

Ive created a sort of search function for my members section, so you can search by Username..

How do you create a "LIKE" statement?

E.g say i enter Da into the search box, it will bring Everything back with "Da" in the database?

All i need is the

WHERE tblCharacter.Character LIKE '$Character'";

Or whatever the code is.

thanks in advance

shenn
[/quote]

WHERE tblCharacter.Character LIKE '%$Character%'";

if $Character == "da" and this is being submitted from somescript.php...

--Mike
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.