Filed in: Articles, CMS, Database, General Category, mysql, PHP, PHP Code, Simple CSS Code, Style & Scripts
Home » Posts tagged with "mysql"
Hi friends, in this post i would like to explain about Multi-language support for web application with MySql and PHP. I got many requests from users to multi-language using google translator is fine but the grammar is not properly established. So we can avoid and easily implement using mysql and php.
Multi-language support for web application with MySql...
In this post i would like to build a Simple Steps to Build a Custom CMS application Using PHP and Mysql. We will pulling data ( content ) from mysql and displayed in the nice formated way to display in the front-end section. And Content is manageble by admin section by WYSIWYG editor.
Simple Steps to Build a Custom CMS application Using PHP | Anil Labs
In this post i am going to explain about how to calculate statistics in daily, weekly , monthly and yearly using php. Recently i have worked in this concept. In the administration section we need to display these type statistics. I will explain graphs in the next post. Get these information from the database and using php to calculate the statistics.
how...
Hi friends,In this post i would like to explain about curd operations ( add, edit and delete ) data using xml file. It is simple to maintain and rapid in the operations, it will be useful when simple operations required.
Below code explain the how to insert , edit , view and delete operations using database and xml format.
xml crud operations using...
Hi friends, In this post i would like to explain about how to change the order of placements using php code. It is simple code to implement. We can use this code in admin section to change the order and display those content depends on order. Today i want to share with you all.
Database
Take table that
1234CREATE TABLE tblOrder (
`post_id`...




