Hi, my second PHP related question today...
I have a MySQL table which is full of banned words, but I want to sort them out in alphabetic order ASC, i know how to sort them in SQL language, what I dont know is how to get PHP to then create a Create Table Command and place the SQL with all the inserts into a file that i can then run.
I do not want it to run behind the scense because I may use the list in other places also, so an ouptu file is what i want.
How do i get this???
regs,
Charlie