Thread: While Question
View Single Post
Old 01-15-2010, 08:36 PM   #10 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

I don't think we're making any headway here. You're making the whole process a lot more difficult than it needs to be, and that's probably partially my fault for the original example.

php Code:
// Why are you suppressing errors here? Shouldn't be a need for that.
while ( $row = mysql_fetch_array( $nt ) ) {
         echo '<h3><a href="http://www.downloadic.com/' . $row['id'] . '-' . $row['alt_name'] . '.html">' . $row['title'] . '</a></h3>' . $row['short_story'] . '<br />';
}
delayedinsanity is offline  
Reply With Quote