Archive | MySQL RSS feed for this section
Rename, swap category slug

How To Fix “The slug is already in use by another term” Error While Renaming or Creating A Category In WordPress

Today while adding more categories to this blog, I discovered the following error message: The slug is already in use by another term I searched in the categories list but I couldn’t find the category. I got surprised how could this happen when there is no such category exist in the list. Later I realized [...]

Read full story Comments { 4 }
Paging with PHP MySQL

How To Create And Implement Paging With PHP / MySQL? [An Example Script]

Few months back, I have posted a simple tutorial on “How to create paging with PHP / CSS” where I left the implementation part for you guys. Now, after lots of requests from the readers I have created a script which will demonstrate the implementation. After reading and using this script, you would be able [...]

Read full story Comments { 14 }

How To Reset AUTO_INCREMENT Attribute Of A Column In MySQL Table

An AUTO_INCREMENT used to increase the number value automatically in database table. At the time of product, web application development we do lots of testing and one of them is also includes putting dummy data into the tables. Later, we do deletion of such data but most of the time we tend to forget re-setting [...]

Read full story Comments { 1 }