Hi,
I need to run the following code in mysql:
ALTER TABLE tablename AUTO_INCREMENT = 1
How can I run this mysql quiery from my webpage rather than having to login to mysql to run it?
php alert table mysql help
Moderator: General Moderators
Re: php alert table mysql help
You do it just like you'd do for any query: with mysql_query.