Home » Posts tagged with "Anil"
In this post i want to explain how to create rss feeds using php code and get the data from mysql table. It is very simple to develop and use.
Step 1 : Connect to database
We already discussed about how to connect database using php code.See the following code to connect database:
Code
12345678910<?php
DEFINE ('DB_USER', 'root');
DEFINE...
Hello friends, I have code for how to create a excel file with mysql data using php code. By following 5 steps to create excel file.We can implement it in admin section of websites for user list excel file.
Follow the below steps to retrieve the data from database:
1) Connect to database:
1234567891011121314151617$dbhost= "Mysql server name";...




