Hi All,
i have this code at the moment:
var folder1="<? echo $folder[$temphfteller] ?>";
the var folderr is within the javascript tags and this works, but i want to change the $temphfteller php variable to temphfteller javascript variable which should look a bit like this:
var folder1="<? echo $folder[temphfteller] ?>";
how can i declare the javascript variable between the two stars** WITHIN php??