Posts Tagged “db”

Basics of maintaing a WordPress site

by Nazly on November 18, 2010

WordPress is simple, yet powerful. Those are the key ingredients why it is popular among the Bloggers and Web Developers alike. WordPress will always be the first choice as a blogging platform. In the recent times it has moved far (…)

Read the rest of this entry »

Protect your website against SQL injection

by Nazly on February 17, 2010

SQL injection is one of the deadliest techniques attackers use to exploit the weakness in your database code of your website. Regardless of the technology/scripting language you must make sure your code is 100% perfect against SQL injection. Here I (…)

Read the rest of this entry »

Export MySQL database to an MS Excel format

by Nazly on July 5, 2005

Here is an updated version of the script I had at PHP-Help.net which exports a specified MySQL table. After couple of requests I got, I made some changes to the script to download all the tables of a specific database. (…)

Read the rest of this entry »