Re: Problems outputting to a 3 column table in order to crate an image gallery
- From: "Rik" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Sun, 30 Apr 2006 14:17:45 +0200
Rik wrote:
$where = (isset($_GET['imagetype'])) ? "WHERE imagetype ='".$_GET['imagetype']."'" : '';
Should be:
$where = (isset($_GET['imagetype'])) ? "WHERE imagetype = '".$imagetype."'"
: '';
--
Rik Wasmus
.
- References:
- Prev by Date: Re: Problems outputting to a 3 column table in order to crate an image gallery
- Next by Date: Re: hitting the limits
- Previous by thread: Re: Problems outputting to a 3 column table in order to crate an image gallery
- Next by thread: How to make it shorter and better?
- Index(es):