TinyPortal
Development => Resources => Topic started by: Heero on November 06, 2007, 09:50:50 PM
Helloz people,
Here I am again, stuck with a code.
Currently I am trying to echo only a few 'boards' in a article (php), altough it seems that I'm failing.
The current code I've found for now :
$board=30;
list ($board) = mysql_fetch_row($request);
mysql_free_result($request);
I'm missing an echo too .. Anyway, I'm not that familiar with it .
I'd appreciate any help!
Well if that is all the code you have, you have a long way to go. Where is $request set? If you're trying to list the board names there is a lot more code involved.