Thread: PHP help
View Single Post
Old 2007-07-14, 07:05 PM   #2
JK
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
Join Date: Nov 2003
Posts: 157
Try something like this, define the date first. No coffee in my system yet so it might not work.

PHP Code:
$date date('F j, Y');

$query_rsfeatured "SELECT * FROM tsoomain WHERE tsoomain.ldate=$date";

$result mysql_query($query_rsfeatured); 
__________________
To alcohol! The cause of, and solution to, all of life’s problems
JK is offline   Reply With Quote