Search found 1 match

by mistuh
Fri Oct 11, 2002 3:53 am
Forum: PHP - Code
Topic: Creating article system... need help
Replies: 1
Views: 677

Creating article system... need help

Hey, im starting a script for my articles.. pseudo: Longtext mysql field containing the entire article story. mysql_fetch_array gets the article story. and echo's it... But I want to display the article over a few pages.. Like i want to get the $fetcharray['story'] and split the string into chunks.....