Forum: MySQL Oct 21st, 2009 |
| Replies: 1 Views: 342 I solved my problem by using the following:
WHERE ref BETWEEN 1 AND 50 |
Forum: PHP Jan 25th, 2008 |
| Replies: 4 Views: 694 You can be my code book on legs ;) LOL |
Forum: PHP Jan 18th, 2008 |
| Replies: 4 Views: 2,085 Just for those that would like to know what I wanted the conditional statement for, here's an example:
if ($_REQUEST['submit']) {
//checks if there is no image selected for... |