php menuing, but getting a strange output...

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jvaska
Advanced
Advanced
Posts: 11
Joined: Sat Jul 05, 2003 7:14 pm

php menuing, but getting a strange output...

Post by jvaska »

(this was actually a problem with version 3 - which i did solve...the answer is in the forum for version 3 help)


i'm not sure what the deal is, but maybe somebody might now...

i've changed the menu_array.js to a php file...i know for certain that my queries are outputting the data properly as i need (because i've tested them separately)...

BUT...when i try to output the menu_array.php file it always just stops at the same place...i'll show it here - it stops just before the <javascript tag...

Code: Select all

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="  ((RIGHT HERE IT STOPS))
and immediately following that is...

Code: Select all

<script language=javascript>"...
any ideas about what i might be doing wrong or could try?

jv
Post Reply