Tag Archives: Database

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

How To Turn An Array To String

Sep 06, 2013

If you explode to go one way, then you implode to come back the other way (or use join if you want to type less..

Read more

Node and Attribute Values Modification Using PHP

Sep 04, 2013

Node and Attribute Values Modification Using PHP Sometimes you want to alter the value of a node or an attribute in an xml document. You..

Read more

How to change or reset XAMPP MySQL

Sep 03, 2013

Hi all now in the post we are going to see How to change or reset XAMPP MySQL root password? hope this would be useful..

Read more

PHP Sanitize Database Input

Aug 27, 2013

Hi all today we are going to see how to sanitize and clean all incoming user data that is going to be used in a..

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