Guys,Got a quick question. I got a sql statement works when I pass it from the cli. but if I try in php I get nothing.
This is the statement.Select ip, date, time, CONCAT(city, ', ',country) as location from ips where country !=' ' and date='`date +%Y%m%d`' order by country asc;
I know it has to do with date='`date +%Y%m%d`', because if I remove it works.
Any clue as to why? Payne -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php