Jump to content

Why does this not print anything?


Caffeinenyx

Recommended Posts

SELECT oneID FROM table WHERE table.PersonID = 'game.PlayerA'

 

Do you really have a table named table and a row with the PersonID column containing the literal characters game.PlayerA? Should game.PlayerA reference a column from a game database?

SELECT oneID FROM table WHERE table.PersonID = game.PlayerA

 

returns unknown column game.PlayerA

 

but it does exist.

 

Not a blank page, just this value missing, but it may have been the double quotes. Im fairly new to php and have never used table.anything (its a good idea)

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.