How to create excel file with mysql data using php code
Hello friends, I have code for how to create a excel file with mysql data using php code. By following 5 steps... Read More
How to display the mysql table schema using php code?
Hello friends, The following script is for displaying the mysql connecting using php code and table schema using php code. It will... Read More
Select the age from birthday in mysql ?
Hi, following is user table: CREATE TABLE IF NOT EXISTS `user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fname` varchar(255) NOT NULL, `mname`... Read More
Mysql Views
Hi, Following syntax is to create view in mysql. One table user : id,fname,mname,lname,created_at then create a table in the mysql After... Read More
Inactive in site then auto logout using php
Hi friends, I have the requirement that when a user login in the site and he/she inactive in the site more than... Read More
How to take backup of Database using PHP code?
I want to share my views with you all on how to take backup of Database(MySql) using simple PHP code. , I... Read More