AJAX Forums

how can i generate my XML file using php?

This is a discussion on how can i generate my XML file using php? within the XML and XSLT forums, part of the Beginners AJAX category; i have a list of names, but i want to generate XML by reading through this file, but it isnt working? <PERSON> <NAME> <FIRST>...


Go Back   AJAX Forums > Beginners AJAX > XML and XSLT

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Old 11-11-2007, 12:49 PM   #1 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 2
Rep Power: 0 titchyc is on a distinguished road
how can i generate my XML file using php?

i have a list of names, but i want to generate XML by reading through this file, but it isnt working?
<PERSON>
<NAME>
<FIRST>karen</FIRST>
<LAST>Bill</LAST>
</NAME
</PERSON>

this is my php file
<?php
$fruit = fopen("names.xml, "r");
echo '<?xml version="1.0" ?>';
echo '<person>';
while (! feof($names ):
$item = fgets($names);
echo '<NAME>$item</NAME>';
endwhile;
echo '</PERSON>';
fclose($names);
?>

dont work and ideas where i am going wrong
__________________
<a href="http://developer.yahoo.com/about"><img src="http://us.dev1.yimg.com/us.yimg.com/i/us/nt/bdg/websrv_120_1.gif" border="0"> </a>
titchyc is offline   Reply With Quote
Reply

Bookmarks


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

 
Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
AJAX Jobs : Web form to generate a HiRez CMYK Jpeg by TcgWinc admin AJAX Freelance Jobs 0 08-06-2008 09:26 PM
how do i generate an xml file in php to be load in flash? Snake XML and XSLT 0 10-30-2007 05:04 PM
javascript dynamically generate multiple textboxes and forms based on pulldown menu? general_ya JavaScript 0 06-02-2007 09:53 AM
php code to generate snippets zolleymokus XML and XSLT 0 05-04-2007 02:14 PM
generate a table from xml schema? s2_saha XML and XSLT 1 05-03-2007 01:24 PM


All times are GMT -4. The time now is 07:29 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
Copyright ©2006 - 2008, AJAXwith.com