niravdave (@niravdave)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi John,

    Thanks for the input. I am already aware about this.

    I was looking for another solution. I tried my hands on this code but it doesnt work.

    Can some1 help me on this?

    help much appreciated.

    <?

    mysql_connect(“localhost”, “username_db_forum”, “password”);

    mysql_select_db(“database_name_forum”);

    $sql=”SELECT * FROM bb_posts WHERE post_topic=” ORDER BY post_id DESC LIMIT 8″;

    $risultati=mysql_query($sql);

    while($riga=mysql_fetch_array($risultati)) {

    $target=$riga[“post_topic”];

    $target1=$riga[“post_id”];

    echo”<img src=”images/bullet.gif” align=”absmiddle”>$target

    “;

    }

    ?>

Viewing 1 replies (of 1 total)