Joe
Sun 10th Jun '01, 8:40pm
I need to run about 50 commands in a row in phpmyadmin, basicly the commands are:
DELETE FROM forum WHERE forumid = '40'
upto:
DELETE FROM forum WHERE forumid = '90'
In phpmyadmin theres a text box where i can type these commands in one at a time, or a text file link just under that.
Is there a way i can put all these commands in a text file and run them at once? What do i use to tell phpmyadmin theres one command per line?
DELETE FROM forum WHERE forumid = '40'
upto:
DELETE FROM forum WHERE forumid = '90'
In phpmyadmin theres a text box where i can type these commands in one at a time, or a text file link just under that.
Is there a way i can put all these commands in a text file and run them at once? What do i use to tell phpmyadmin theres one command per line?