Thread: While Question
View Single Post
Old 01-15-2010, 08:30 PM   #9 (permalink)
CΛSTΞX
The Acquainted
 
Join Date: Feb 2008
Posts: 107
Thanks: 3
CΛSTΞX is on a distinguished road
Default

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;

                                } 
__________________
Downloadic
infolizer
Send a message via MSN to CΛSTΞX
CΛSTΞX is offline  
Reply With Quote