01-15-2010, 08:36 PM
|
#10 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
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 />'; }
|
|
|
|