TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 19, 2024, 04:03:28 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 266
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 257
  • Total: 257

Display only a few boards

Started by Heero, November 06, 2007, 09:50:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Heero

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!

IchBin

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.