|
Posted by Andy Jeffries on 04/25/06 17:55
OK, I'll start off with a "Huh?!" as this post doesn't make much sense,
but then I'll try to provide help.
> When i echo the $catid, it returns null. $catid is there, confirmed by
> command prompt and "select table from database".
>
> Is php needed to set anything or security issue such that $HTTP_GET_VAR
> associative array can't be retrieved?
OK, where are you getting this $catid from? You mention getting it from
$HTTP_GET_VAR ($_GET may be better for you anyway) but then also mention
getting it from a database which has nothing to do with GET parameters and
HTTP requests.
Can you be more clear in how you're trying extract this value and from
where? Maybe with a code snippet or two.
Cheers,
Andy
--
Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
Navigation:
[Reply to this message]
|