u want to add a Rss feed to your web page mens do the following steps collect the details from database and create xml file using the following steps
step1:
create a database ..ex:
CREATE TABLE `book_store` (
`book_id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`title` VARCHAR( 20 ) NOT NULL ,
`description` VARCHAR( 100 ) NOT NULL ,
`price` INT NOT NULL
) ENGINE = MYISAM ;`title` VARCHAR( 20 ) NOT NULL ,
`description` VARCHAR( 100 ) NOT NULL ,
`price` INT NOT NULL
No comments:
Post a Comment