PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
[b]there might be more than one leaves for each element[/b]
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I am going to create a xml file with around 80 elements
each element might get more than 0 node
I am not quite familiar with dom, that's why I want to create it by php+mysql
but I don't have any idea to create the structure of DB if i use mysql
and also I 'd like to know if dom is the best way to do this kind of job?