Jump to content

MYsql Query help


scarface83

Recommended Posts

Hi,

 

can anyone see anything wrong with the below ? for some reason is is ignoring the where condition in table a_users ?

 

 		$query2 = "SELECT absence_mgt.datestamp, absence_mgt.ID FROM absence_mgt, a_users WHERE a_users.Login='$keepit' AND a_users.TeamRef='$tm' AND absence_mgt.viewable='1' "; 

Link to comment
https://forums.phpfreaks.com/topic/48603-mysql-query-help/
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.