Thread: SQL Help Meeeee
View Single Post
  #2 (permalink)  
Old 10-04-03, 01:40 PM
YourPHPPro's Avatar
YourPHPPro YourPHPPro is offline
Community VIP
 
Join Date: Aug 2003
Posts: 430
Thanks: 0
Thanked 0 Times in 0 Posts
After

PHP Code:

$Query 'SELECT * '

' FROM `datas` '
' WHERE 1 AND `date` >= '$jsdate' && `date` <= '$jedate' LIMIT 0, 30'
put

PHP Code:

print $Query
and I'm sure it would be obvious what is going on...
Reply With Quote