Home » Posts tagged with "rss"
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...




