Is that the whole code?
Printable View
Is that the whole code?
You need a semicolon before the echo function. Is the array named row defined?
Joshua i aint getting you >.>
Some times you dont need "'s by the $strings
Or, the T_ECHO could be caused by the thing above it.
Another edit
Find:
Replace with:PHP Code:$category = $row[category]
PHP Code:$category = $row;[category]