Quote:
Originally Posted by sarettah
You can use the php date() function to get the day of the month and then use that as your limit.
$limit=date('j',time());
$sql="select * from tablename limit " . $limit;
.
|
Oh, interesting, I figured it'd actually be a lot more involved than that
Much appreciated, hope you're well
