Jump to content

Problem with select using = instead of like


MOnkman

Recommended Posts

When using this:

 

$_player_num = 15;

 

$query = \"select * from players where player_num = \'%\".$_player_num.\"%\'\";

 

I get no results however, when using ........player_num like \'......... instead i get a returned result for this but it would also return a result had $_player_num been 5, even though it didnt exist.

 

I am confused and frustrated, please help!!!

Link to comment
https://forums.phpfreaks.com/topic/329-problem-with-select-using-instead-of-like/
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.