ok...but i'm not sure if it matters...i'm just assuming that because of the way i have edited this file...that php will not parse things that ARE NOT wrapped in <? ?> tags...
but i've been known to be wrong once or twice...hehe...or every freakin' time i post here...
here's some more code (from my research, i'm not the only person who has a problem with this - and unfortunately, i don't know enough to understand why)...
menunum=0;menus=new Array();d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";d.write(mt)}
this is javascript...not php...i'm trying to run the javascript this way so i can make this file dynamic - it's a menu system...the problem being exactly where i mentioned above...if i delete this sequence, my queries work perfectly...
so...the question is...why is php parsing this when i'm not telling it to do so?
thanks muchos...vaska