I need a simple php script to populate a MySQL database. Go to the following link for a demo:
http://always-accepted.co.uk/demo.htm
There will be 6 fields, 5 which require 100 characters space, the 6th field will contain a complete page of text that might be 800 words or so.
So, I see there will be an Add Topic page, Edit Topic page and a Delete function.
The fields are:
Topic
MetaTitle
MetaDesc
ArticleTitle
ArticleBody
ArticleAdvert
Is there a script like this already out there? It seems like a pretty simple job to me but I'm only a rank beginner in php so what do I know! Surely this must be a really common thing?
Thanks,
Jon