At 4/26/08 04:14 PM, EmoNarc wrote:
Yeah, me host supports MySQL administration. What would should I look into if I wanted go down this route?
That would be the way I suggest going. Set up a database with a slot for each of the items (title, body, whatever), and make one for ID as well. Then, using mysql_connect(), mysql_select_db(), and a combination of mysql_query() and mysql_fetch_array()...you can make it easier to call on the information, and even store information from a PHP file, instead of using your control panel.
It's some of the basic database stuff, so sorry if you already knew it.