gongpex 36 Posted August 31, 2012 Report Share Posted August 31, 2012 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 Quote Link to post Share on other sites
birbal 168 Posted August 31, 2012 Report Share Posted August 31, 2012 (edited) 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 August 31, 2012 by birbal Quote Link to post Share on other sites
gongpex 36 Posted September 1, 2012 Author Report Share Posted September 1, 2012 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 Quote Link to post Share on other sites
boen_robot 107 Posted September 1, 2012 Report Share Posted September 1, 2012 Sounds more like something you'd do with URL rewriting.Google "mod_rewrite". Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.