Forum Moderators: open
ok so im pretty new to this area, i got a client who has a mysql database, i need to collate info from the database and then export the database results as xml files, of tabbed txt files, the files are then gonna be used in froogle and kelkoo etc,
im good with php, so would llove a nice n easy php solution,
basically how do i do it?
help :(
diegomh7
PHP Forum [webmasterworld.com]
You would basically need to retrieve the results from the database that you need, open a new text file, then write line by line the info needed. It's quite easy once you have done it a couple of times. :-)