Category Archives: PHP MySQL

How To Change Your Joomla Administrator Password

Jul 04, 2014

Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the..

Read more

Warning: Undefined array key 0 in /home/bugcom/public_html/blog/wp-content/themes/bugtreat/content.php on line 33

Warning: Undefined array key 0 in /home/bugcom/public_html/blog/wp-content/themes/bugtreat/content.php on line 33

5 tips to prevent PHP running out

Apr 12, 2014

Tip 1 (Knowing what parts of your script is using the most memory) If you’re looking to find out where your script is running out..

Read more

Warning: Undefined array key 0 in /home/bugcom/public_html/blog/wp-content/themes/bugtreat/content.php on line 33

Warning: Undefined array key 0 in /home/bugcom/public_html/blog/wp-content/themes/bugtreat/content.php on line 33

How much memory do PHP variables use?

Apr 12, 2014

There are cases when it might be quite important to know how much memory uses each variable in PHP script. The function memory_get_usage returns the..

Read more

Create a CSV file using PHP/MYSQL

Sep 16, 2013

As we know that CSV files are one of the most used way to back-up mysql database and tables. However it is very simple to..

Read more

Popular PHP Editor For PHP Developers

Sep 02, 2013

Editors played important role in web development. they provides plate-form to manage projects, helps in edting a css file as well handling configuration files. There..

Read more

Java MySQL JSON Display Records using Jquery

Jul 01, 2013

Hi in this post we are going to see how to convert records data into JSON data format and display JSON data feed using Jquery..

Read more