Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:50
Extending the code of mm_phpmenu.php
Poster: Rudi
Dated: Tuesday March 15 2005 - 17:38:16 GMT
I am currently evaluating the mysql + php driven menue.
- I have set up the database with all tables
- I have implemented the code in a test project
In the table 'item' I have added a new field which is called 'contentGroup'.
I now want to add the content of this field to the url which is built out of the information stored in the table 'item'.
I am not quite sure which piece of code in mm_phpmenu.php file is generating the complete URL.
Normal: $HTTP_HOST + [URL]
I.e.: http://www.mydomain.com/template_content.php4
What I want: $HTTP_HOST + [URL] + [contentGroup]
I.e.: http://www.mydomain.com/template_conten ... roup=0_0_0
How do I have to change the code in the mm_phpmenu.php file in order to get this result?
THX
RUDI