Need help with Form Script

I desire to create a database that stores everything on a .php file instead of a MYSQL database because the database is going to be relocated from server to server on a few occasions.

The script needs to beable to take someones name and email and save it to a .php file, and then also it will need to take that data and email it to me. How would I do this?

Can’t you just make a dump of your database? That would save you a lot of trouble and time.

- select * from table
- open file
- write query result to file
- close file
- rince and repeat for every table
Sponsor our Newsletter | Privacy Policy | Terms of Service