Re: [PHP-DB] Date function.

2001-01-19 Thread Marcelo Gulin
Hi Sharif! try... $date1 = "2001-07-01"; $date2 = "2001-07-31"; $query = "SELECT * FROM table WHERE birthdays BETWEEN $date1 AND $date2"; regards Marcelo Gulin Sharif Islam escribió: > > This is a simple mysql question i am having problme with.

Re: [PHP-DB] hello

2001-01-16 Thread Marcelo Gulin
Hi! try using LIMIT in your query... SELECT * from thistable LIMIT 0,15 and then make a loop to display the results. regards Marcelo Gulin MacBane escribió: > > Has anyone got some code to display the first say 15 records from a query > then get the next 15 then next fo