zohab Posted November 4, 2006 Share Posted November 4, 2006 Hi EverbodyI have one question?Can anybody give me info. about how about how to use XML in php.Best regadszohab. Link to comment https://forums.phpfreaks.com/topic/26137-using-xml-in-php/ Share on other sites More sharing options...
Skatecrazy1 Posted November 4, 2006 Share Posted November 4, 2006 that's a little vague;are you referring to parsing XML? Link to comment https://forums.phpfreaks.com/topic/26137-using-xml-in-php/#findComment-119516 Share on other sites More sharing options...
zohab Posted November 4, 2006 Author Share Posted November 4, 2006 Thank you for your responseFor my clarification can you please give small example of XML and Php.so that i will understand it clearly.Best regardszohab. Link to comment https://forums.phpfreaks.com/topic/26137-using-xml-in-php/#findComment-119551 Share on other sites More sharing options...
joshi_v Posted November 4, 2006 Share Posted November 4, 2006 See if you want to use XML for download purpose, place all the contents in a file. and make it available for download option.[code]header("Pragma: public");header("Cache-Control: max-age=0"); header("Content-type: application/vnd.ms-excel");header("Content-Disposition: attachment; filename="filename.xls");header("Expires: 0");[/code]after this code specify all the column names.arrange the data in rows.Hope i am not wrong! if so anyone please correct me! Link to comment https://forums.phpfreaks.com/topic/26137-using-xml-in-php/#findComment-119554 Share on other sites More sharing options...
zohab Posted November 10, 2006 Author Share Posted November 10, 2006 Thanks for responseIt works ,no problem.It is nice!Best regardszohab. Link to comment https://forums.phpfreaks.com/topic/26137-using-xml-in-php/#findComment-122521 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.