I am looking for a really non complex php form script which will allow visitors to submit their own articles for publication on my site. I have tried one script without success, anyone know of any good one's which are easy to setup?
use a Wiki or WordPRess, To do a script, you would have to find out if they are logged in If Yes have form, IF form completed Insert into MySQL
Now for the english translation dude Ideally I wouldnt want to mess with a MySQL db if I didnt have to.
Shameless self-promotion ahead You can use FormBuddy to get the form data to you and then publish it in your website.
The only way of users adding data is for them to add a row to the database. Then to show the page, you tell the browser to get the information from the database, it is easy, it will take time to build, You are only looking at about 100 lines of PHP code.