Forum Moderators: coopster
i have this page where i put html snippets with the include_once command into a index.html according to the variable category which i put into the url (?category=1 i.e.) in those snippets i also include php code...which requires this and other variables from the url...
now my problem:
on my local mac (unixbased, yeah) with php version 4.1.2(sytem:Darwin fisheye) everything works out fine...
all variables r available everywhere...
on my webserver with php version 4.2.3 (sytem:linux) that isnt the case. somehow the snippet parts dont get the variables defined in the url..
how come?
is that a speed issue?
or in what order is the code parsed?
is it parsed seperately and then put together with the include_once cmd?
sorry...i know... a lot of text...but any help would be appreciated. tnx a lot! philipp