Current location: Hot Scripts Forums » Programming Languages » PHP » PHP and XML


PHP and XML

Reply
  #11 (permalink)  
Old 04-05-06, 11:45 AM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
Quote:
Originally Posted by thomasantony
Hi,
Try doing this.
PHP Code:

<?php

header
('Content-type: application/xml');
echo 
file_get_contents('menuData.xml');
?>
or this:

PHP Code:

<?php

header
('Content-type: text/xml');
echo 
file_get_contents('menuData.xml');
?>
Hey, that was my first post here. Hope it was helpful

Thomas
If he were to do that, why not just viit the XML file directly?
Reply With Quote
  #12 (permalink)  
Old 04-05-06, 03:32 PM
dwoody dwoody is offline
Newbie Coder
 
Join Date: Jul 2004
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Almost

Thanks, Thomas that worked well. Unfortunatley my include for the XML file is in the middle of a php document. I have lots of code outputted before I actually output the XML so if I use the header function I generate an error. Can you think of any other methods?

Heres the error although I'm sure you are familiar with it.

Warning: Cannot modify header information - headers already sent by (output started at /path/filename.ext :1) in /path/filename.php on line 9
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Write in a XML file with php pallabmondal123 PHP 2 04-15-06 05:34 AM
PHP multi-dimensional array sorting issue aqw PHP 2 06-24-05 11:09 PM
Need XML to PHP Parsing Done angmi90 Job Offers & Assistance 1 04-28-05 01:42 PM
PHP and XML (Used for lottery statistics) v1brazy PHP 2 08-19-04 11:00 AM
Syndicating XML data into a website using PHP... Jackal05 PHP 3 07-16-04 02:38 PM


All times are GMT -5. The time now is 06:38 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.