Search found 1 match
- Fri Jan 14, 2005 10:15 pm
- Forum: PHP - Code
- Topic: Pagenation with a default value like today's
- Replies: 1
- Views: 359
Pagenation with a default value like today's
Is it possible for a pagenation script to default to certain date evertime it is called? I tried using where date = $today but then then script will not work. The script works but defaults to the first record everytime. I would like to show the current date's record and allow the previous function t...