How to implement graphs using fusion charts and php
In this post i would like to explain about how to implementing graphs using fusion charts. And implemented using PHP. In my...
Read More
How to calculate statistics in daily, weekly , monthly and yearly using php
In this post i am going to explain about how to calculate statistics in daily, weekly , monthly and yearly using php....
Read More
XML crud operations using php
Hi friends,In this post i would like to explain about curd operations ( add, edit and delete ) data using xml file....
Read More
How to change order of display posts using php
Hi friends, In this post i would like to explain about how to change the order of placements using php code. It...
Read More
How to create rss feeds using php and mysql
In this post i want to explain how to create rss feeds using php code and get the data from mysql table....
Read More
How to prevent php website from sql injection
Hi friends, In this post, i would like to explain what is sql injection and how to prevent from this attacks to...
Read More
How to import and export big database files
Hello friends, today i want to share some basic concepts but we need to know about import and export databases. If it...
Read More
How to get list of table names from database in mysql?
Hi friends, I got the requirement to display the list of table names from the database using php code. I got the...
Read More
Mysql Date functions in php code
Hello friends, The following query will add some times to mysql date column. Get the today date : $date = date(‘Y-m-d H:i:s’);...
Read More