Results 1 to 8 of 8
Hybrid View
-
3rd July 2006 00:51 #1
, ...
"" ?f=3PHP Code:<?php
$host="";
$user="";
$pass="";
$db="";
$table="phpbb_topics";
$laforums="7";
$link=mysql_connect($host, $user, $pass);
$db=mysql_select_db($db);
$table="phpbb_topics";
$query="SELECT * FROM $table ORDER BY topic_time DESC LIMIT 0,$laforums";
$result=mysql_query($query, $link);
while ($row=mysql_fetch_row($result)) {
echo "<table width='275' border='0'>
<tr>
<td width='8'><img src='images/arrow.gif' width='8' height='7' align='middle'/></td>
<td width='400'><a href='./forum/viewtopic.php?t=$row[0]' target='_blank'>$row[2]</a></td>
</tr>
<tr>
<td></td>
<td style='background-image:url(images/line_in.gif)'></td>
</tr>
</table>";
}
?>
-
3rd July 2006 01:05 #2
-
3rd July 2006 01:08 #3
-
3rd July 2006 01:12 #4
-
3rd July 2006 01:24 #5
-
3rd July 2006 01:26 #6




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in