D
Damien
Guest
That's invalid.
It is:
IF (isset($row['menu_id'])
echo "this should work";
Also, you can use simple:
if($row['menu_id'])
IF NOT is invalid.
Hope that helps.
It is:
IF (isset($row['menu_id'])
echo "this should work";
Also, you can use simple:
if($row['menu_id'])
IF NOT is invalid.
Hope that helps.