Deleting a table without manually editing it?
Moderator: General Moderators
Deleting a table without manually editing it?
Hello, I have been working on my website, and I have a join feature which writes all the info they wrote to a php document that i can view, it is inserted as a table with all their data, and id like to be able to add a button to delete it from the document without manually editing it. Im not using mysql, just fopen and fwrite and fput... I wouldnt know how to go about doing this, if its even possible without using mysql.. I know im not suppost to post without code or ask directly for code, so if im breaking a rule on asking for it could i just be pointed to a tutorial? Thanks.