Re: Problems outputting to a 3 column table in order to crate an image gallery
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Problems outputting to a 3 column table in order to crate an image gallery

From: Rik <luiheidsgoeroe@hotmail.com>
Date: Sun Apr 30 2006 - 14:17:45 CEST

Rik wrote:
> $where = (isset($_GET['imagetype'])) ? "WHERE imagetype =
'".$_GET['imagetype']."'" : '';

Should be:
$where = (isset($_GET['imagetype'])) ? "WHERE imagetype = '".$imagetype."'"
: '';

-- 
Rik Wasmus
Received on Mon May 1 03:07:47 2006