Hi i have the following problem i have an XML file with two main important infos called protest.xml inside the file ex: <protocol>853931</protocol> <situation>removed</situation> i want to add a field for any user in my site type a protocol and get back the situation of the protocol anyone knows how can i do that!? thankz Danielldf
wirh info!? let my try again i have an xml right!!? with multiple records. like: <protocol>853931</protocol> <situation>removed</situation> i want to add a field to vistors put the protocol number and hit 'search' the script will look into protocol inside xml and return for the user the content in next line between <situation>content</situation> ok?
Yes sure you need to parse the xml file using xml_parser_create ()/xml_parse (). If you need help with that I could provide you a full working script. pm for details.