Hello,
Curious if there is an easier way to do this (using just SQL and not PHP).
SQL seems powerful enough to do this but can't think of the synatx. Note, I
am using MySQL so no sub-selects (or other useful items). Basically trying
to pull all records for a 24 hour period but instead of ->
Hello everybody,
This command fails when ran with mysql_query but succeeds when ran command
line. Have verified connection good... a simple mysql_query("SELECT * FROM
{$user}_tickets"); returns true. Any ideas?
$query=mysql_query("
SELECT *, UNIX_TIMESTAMP(date_submitted)