Hello everyone.
I'm a starter in PHP, and hungarian. (My english needs some work)
so.. to get to the point,
i have a .php file wich pulls data from an .xml file.
(I can't belive, but I did manage to make it work HUH..)
The next problem what I face is, I need to create a combobox, the contents are needed to be pulled from an other .xml file.
so something like:
<option>$xml->dunnowhat->somestring</option>
<option>$xml->dunnowhat->otherstring</option>
<option>$xml->dunnowhat->someotherstring</option>
I found out that this would be html code, and would not know about variables I made in php.
Does php have a function to create dynamic content comboboxes?
(well... all this is made becouse me and some friends used to play with an old table game, but they moved so I try to make a port of it, so we can continue playing... And also at least I learn how to code php)
Well, thats all for now. From time to time when I realy get stuck I will ask here, if it is o.k. Seems like this project is bigger than my brain 🙂