Jump to content

[SOLVED] help needed


whizzykid

Recommended Posts

Not that I suggest using spaces in table names (infact I would avoid it at all costs) but this would fix it:

 

$LoginRS__query=sprintf("SELECT Login,Password FROM `Customer Login` WHERE Login=%s AND Password=%s",

 

The backtick (`) will be needed whenever you call that table name because of the space.

Link to comment
https://forums.phpfreaks.com/topic/156824-solved-help-needed/#findComment-825992
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.