Hi experts,
Where i can find a PHP form to MySQL script for free (commercial is the last option)?
All i want to do is to host a php script in my local server so the users can fill out specific form fields like:
News 1
News 2
News 3
etc
Then click a submit button and insert all these data to a MySQL database.
After this, i want a PHP script that can fetch those fields and export them to XML RSS 2.0.
Every morning those fields will be updated so the RSS will be updated daily.
Please note that this is for a newspaper company that wants to display those News fields in big screen around my country so for example today they have only 5 headlines, tommorow they may be 10 so the RSS must be updated accordingly.
Any Suggestions?