Wednesday, October 31, 2007

Put RSS Feed to ur web site

hi friends ..

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 ;


to be continuee...

No comments: