Posted by Rik on 11/19/65 11:46
Rik wrote: > $where = (isset($_GET['imagetype'])) ? "WHERE imagetype = '".$_GET['imagetype']."'" : ''; Should be: $where = (isset($_GET['imagetype'])) ? "WHERE imagetype = '".$imagetype."'" : ''; -- Rik Wasmus
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming