10-28-2007, 02:51 PM
|
#5 (permalink)
|
|
The Wanderer
Join Date: Sep 2007
Location: Wales - UK
Posts: 8
Thanks: 0
|
I've trimmed all the layout elements out as well as any non essential php...
PHP Code:
$getNews = mysql_query(............); while($news = mysql_fetch_array($getNews)) { $body = $news['article_body']);
echo $body; //echo pagination here //echo my previous code listing here }
Is this what you wanted? The entire script is around 120 lines long which also includes a pagination script and validation features for it.
|
|
|
|