FlexMenu.PHP

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!

Moderator: General Moderators

Post Reply
lplatz
Forum Newbie
Posts: 4
Joined: Sun Jan 11, 2004 10:45 am

FlexMenu.PHP

Post by lplatz »

Does anyone have any experience using FlexMenu.PHP? Simple dropdown menu...or supposedly so. I'm having trouble with the installation. I'm getting a "XML source structure is corrupted" error. Being that I am very new to PHP and XML, I have no clue where to begin. The installation comes in a zip file which I would be happy to forward to anyone willing to take a crack at installing. Even the sample pages included produce the same error message.

Thanks in advance for your assistance.
lplatz@sbcglobal.net
lplatz
Forum Newbie
Posts: 4
Joined: Sun Jan 11, 2004 10:45 am

Solution Found

Post by lplatz »

Disregard...I found my problem. I had currupted the .xml file accidently while moving it into another directory. Regardless, I'm glad to have found this forum. I expect I'll be a regular visitor learning from you all. Perhaps I'll eventually learn enough to contribute.

Regards, Les :D
basdog22
Forum Contributor
Posts: 158
Joined: Sun Nov 30, 2003 3:03 pm
Location: Greece

Post by basdog22 »

xml is not like html. If the parser finds an error it will stop parsing the file .

remember this when dealing with xml (I love xml. XML hates me :P :P )
Post Reply