Jump to content

boyx

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

boyx's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a database that i can search for one variable, now i would like it to match a first variable and a second in order to return a result, II have this at the moment: [code]$query = "SELECT *        FROM  `pbx`        WHERE  `swlevel` LIKE '$keyword%' AND `vm`='$keyword2%'"; [/code] So keyword one checks swlevel and keyword 2 checks vm entry problem is it seems to return mixed results, I have one which is 23 and yes and one that is 24 and none, but it returns both rows as valid results ... Any hints or ideas? just getting used to this stuff.
×
×
  • 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.