|
DOM getElementById with substring
|
| |
I'm trying to use the DOMDocument class to walk my dom, I would like to grab all the node that start with "line_" , is it possible??
|
|
receive xml
|
| |
Gang, I have a small php script setup to send XML via cURL as shown below. My question is, how do I process the XML on the receiving end. I have googled this for days and read countless posts, but they either deal with sending the XML as a string value to a POST variable (eg: xml=<data><asdf>qwerty</asdf>< /data>) or don't show the code on... more »
|
|
cant load data from fixture to database through doctrine:data-load
|
| |
hi all , i am facing a problem that i have created a project all gone well but im stuck at symfony doctrine:data-load when ever i tried to load data from /fixtures to database. when i execute the command it shows following message ...but still there is no data in the database.i have followed all steps... more »
|
|
communication
|
| |
Gang, I am writing a web service and need to be able to authenticate and pass an xml document to each client that uses the service. So far I have the following steps that need to take place: - we contact the client - the client sends us their authentication information - if valid, we send them an xml document containing data... more »
|
|
PHP Programmer for Monthly Rate
|
| |
Hi, We are software development company, looking for projects. We are in the business for more than 3 years and we have done large scale project implementation to client around the world. We are looking for a business partner to outsource work to us. We have PHP resources. waiting for your reply sgtsolutionsindia (gtalk)... more »
|
|
simplexml_load_file and soap wrappers
|
| |
I've received a file with some soap wrappers.[<soap:Envelope xmlns:soap="[link]"><soap:Header>] The data I want to get at a few nodes within the structure.<xxxxx>xxxx</xxxxx> if I run the following ===== $xml = simplexml_load_file("./Sample. xml"); print_r($xml); ========... more »
|
|
re2c on php 5.3
|
| |
Is anyone using re2c to replace the flex parser on php 5.x (specifically 5.3)? It doesn't seem to be mainstream enough yet to make it into Redhat's Enterprise RPM repository. For those who are using it, does it make much difference in real world performance? Thanks Nick
|
|
Search function to files
|
| |
Hi, I've got an intranet with a lot of files (+_1000) and I want to add a search function. What are my options? A. add the file names to a table, with a title and a few keywords ---> is a lot of work but is fast B. add the file names to a table, with a title and the contect of the file ---> I make full text search, I need a lot of space, the... more »
|
|
|