Search found 4 matches

by dougdrury
Tue Feb 28, 2006 4:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: MySQL Integration and multiple projects?
Replies: 2
Views: 2917

Thanks.

Thanks Andy.
This helps alot. I now have them working. I appreciate the PHP scripts they helped out a ton!!

Doug
by dougdrury
Mon Feb 27, 2006 6:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can I purchase DHTML Menu (Worldwide License) with a P.O.?
Replies: 2
Views: 2230

Can I purchase DHTML Menu (Worldwide License) with a P.O.?

I hope I am asking this in the right forum. If not, I apologize. Can I purchase DHTML Menu (Worldwide License) with a Purchase Order? My company will only purchase through POs.

Thank you,
Doug Drury
by dougdrury
Sat Feb 25, 2006 7:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: MySQL Integration and multiple projects?
Replies: 2
Views: 2917

MySQL Integration and multiple projects?

I have DHTML menus working just fine with MySQL, but would like to see a bit more documentation on using multiple projects.
I need to create 4 totally different menus that I can call seperatly by calling something like:
buildMySQLMenu(1);
buildMySQLMenu(2);
buildMySQLMenu(3);
buildMySQLMenu(4);
I ...