The Css Bug

Wamp wamp

With the lunch of the 4th edition of the “Build Your Own Database Driven Web Site Using PHP & MySQL” book, the SitePoint team starts by offering a superb free tutorial on installing the WAMP platform.
WampServer (where Wamp stands for Windows, Apache, MySQL, and PHP) is a free, all-in-one program that includes built-in copies of [...]

MySQL String Replace

Mass String Replace in a MySQL database

Reset autoincrement value in a mysql table

Use the following SQL command:

ALTER TABLE table_name AUTO_INCREMENT = new_value