i created a database and got it all working some time ago, however apparently i forgot to click the "also write to a file" button somewhere along the way...
is there an easy way to make it to where it will also write to a file short of re-creating the entire database?
i've done too much work to this database to scrap it and start over unfortunately, and also, for some reason my web host will not allow deletion of sql databases, so i dont want to create a junk one for the purpose of pulling out the write to file cod and deleting it.
any thoughts? lol
you guys have been a lot of help thus far, and again i thank you in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
nevermind.. that was actually a lot easier to fix than i thought it would be... thx anyway... i got it...
for those who dont know, add an fwrite code to the proper process.php file, and create a *.cvs file and have it write to it.. the hard part is making the tabs work .. takes some screwing around with.. if anyone needs help with that ask... i'll let you know what i did to make it work
i just have to figure out why it now writes to the database TWICE... hmm...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i created a database and got it all working some time ago, however apparently i forgot to click the "also write to a file" button somewhere along the way...
is there an easy way to make it to where it will also write to a file short of re-creating the entire database?
i've done too much work to this database to scrap it and start over unfortunately, and also, for some reason my web host will not allow deletion of sql databases, so i dont want to create a junk one for the purpose of pulling out the write to file cod and deleting it.
any thoughts? lol
you guys have been a lot of help thus far, and again i thank you in advance
nevermind.. that was actually a lot easier to fix than i thought it would be... thx anyway... i got it...
for those who dont know, add an fwrite code to the proper process.php file, and create a *.cvs file and have it write to it.. the hard part is making the tabs work .. takes some screwing around with.. if anyone needs help with that ask... i'll let you know what i did to make it work
i just have to figure out why it now writes to the database TWICE... hmm...