> 1. check register globals in your php.ini
> if its off trun it on n try the page
> but with this u ll b risking security
> 2. with register globals off u can access the passed varisblez thru
> &_POST['variable'] or &_GET['variable']
> beware dat php variables POST n GET r case sensitive
Thanks
Hello!
I made wrong description about my problem. The point is that after
passing a variable to a php page, the page doesn't see it. For example
after calling test.php?id=5 , the test.php doesn't see the id variable.
I tried both post and get methods, neither worked.
patis
_
Hello!
I compiled apache 2.0.42 and php 4.2.3 under Mandrake7.1 with the basic
config options that are in the INSTALL files. I made it without any
problem, but I noticed the following strange things:
If I call a php page that consists of only php source, it works good, so
the file that contains: