can some1 plz tell what line of code do I need to put in the WHERE clause to find all records between 2 dates plz?
PHP Code:$message = mysql_query("SELECT * FROM wwwpages WHERE Language='$lang_choice'") or die(mysql_error());
| SitePoint Sponsor |
can some1 plz tell what line of code do I need to put in the WHERE clause to find all records between 2 dates plz?
PHP Code:$message = mysql_query("SELECT * FROM wwwpages WHERE Language='$lang_choice'") or die(mysql_error());
Bookmarks