Advertisement

1 - 10 of 119 containing alltags:("php xml") (0.002 seconds)
Hello all, I need a generic xml parser in order to parse xml data and get it into datbase (i'm using php+mySql). I tried to write one myself but I need it as generic as possible. What is neede...
Zones: PHP, XHTMLDate Answered: 09/04/2003 Grade: C Views: 0
PHP way to convert an array into XML and back again. Arraywise: array ( [27935] => array([a] => 'uhf87h23hrf' [s] => '8943h9f8h34' [pds] => 'daushd3298ye' ) ) I also need a way in Javas...
Zones: PHPDate Answered: 04/06/2006 Grade: A Views: 0
I have an xml file that contains: <?xml version="1.0" encoding="utf-8"?> <report name="cpays_ex_user_details">   <row id="1">     <column name="username">login1</column>     <column name="em...
Zones: XML, XHTMLDate Answered: 06/16/2006 Grade: A Views: 0
I have a word document which I have converted to xml and using php I open the xml document do a search and replace on it and save the new content as a new xml document which I then force download. ...
Zones: PHPDate Answered: 07/21/2007 Grade: A Views: 0
this is what Im using now.....             $file = $filePath;             $feed = array();             $key = "";             $info = "";                         $xml_parser = xml_parser_c...
Zones: PHP, XML, PHP and DatabasesDate Answered: 10/06/2008 Grade: A Views: 0
Hi all. I'm struggling with something and I hope that someone can help. Basically, what I need to do is create a page, that when loaded runs a PHP script. The result of this PHP script basically...
Zones: XML, PHPDate Answered: 12/30/2007 Grade: B Views: 65
maybe I'm doing this wrong, but I am a rookie in PHP. So here's what I have, and what I am trying to do: I want to display only the nodes where <parentID> = 0 How can I do this? xml doc...
Zones: PHP, XML, PHP for WindowsDate Answered: 01/01/2008 Grade: A Views: 0
Hello, I need to read the currency rate from a site and then put them in a Mysql data base. I was able to load the file but i cant seperate the differente values of the nodes. Here is the sample...
Zones: XML, PHPDate Answered: 01/22/2008 Grade: A Views: 180
I'm trying to update an XML file with PHP but can't seem to figure out how to do it. I'm running PHP5 on Apache, and reading the XML with simpleXML. I need to do the following; I have $va...
Zones: XML, PHP for WindowsDate Answered: 02/06/2008 Grade: A Views: 0
I have a SQL query: SELECT category.description, subcategory.description as subcategoryDescription, room.id ,room.name FROM room, category,subcategory WHERE  room.categoryid=category.id and roo...
Zones: PHP and Databases, PHP, MySQL ServerDate Answered: 02/19/2008 Grade: B Views: 44