01-15-2010, 08:30 PM
|
#9 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 107
Thanks: 3
|
Thanks, but I can't make it a function like you said, can you help me ?
PHP Code:
$results = array(); while($row=@mysql_fetch_array($nt)){ $results[] = $row; }
foreach($results as $key=>$val) {
$downloadiclink = "<h3><a href='http://www.downloadic.com/$val[id]-$val[alt_name].html'>$val[title]</a></strong></h3>$val[short_story]<br>";
echo $downloadiclink;
}
|
|
|