Joomla!, Wordpress tips for building your site

Joomla!, Wordpress tips for building your site

Syndicate this site using RSS

Archive for February, 2010

1. How to monitor ping send to ping servers with Wordrepss

Published on| February 19th, 2010

WordPress has function that send ping to ping servers. However, you cannot confirm whether ping was correctly transmitted to Ping Servers. So, you will get goo ...



2. How to get last insert auto increment id.

Published on| February 10th, 2010

If you set ‘AUTO_INCREMENT’ to attribute of the table column , its column will increment automatic when records is inserted into the table. And its ...