Jump to content

Integrate XML with PHP


gongpex

Recommended Posts

Hello Everyone, How to work on PHP using XML? (please give some example) I think many person work on PHP using XHTML. I rather confuse with XML, because though on google, I didn't found XML example that clear and easy to be learned Please someone tell me Thanks

Link to comment
Share on other sites

xhtml has strict rules as xml as it derived from xml. there is two library mostly used for xml handling with phphttp://php.net/simplexmlhttp://php.net/dom

Edited by birbal
Link to comment
Share on other sites

I think on simple XML the example is clear for me But can I create link page using XML? for example : usually when we open link 'register' , when we saw it on 'view page source' (on chrome browser) like this :

<a href="www.example.com/register">Register</a>

but can I made it become:

<a href="www.example.com/viewApplication-Register">Register</a>

and the destination of link can give same results. Because I ever saw it on some website that using Intershop Enfinity Suite Sorry if maybe my question rather confuse But I just want to now what can I do with xml Thanks for answer

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...