I am trying to configure PHP5 on Panther with libxml support
but getting the error...
checking libxml2 install dir... no
configure: error: libxml2 version 2.5.10 or greater required.
I have several versions of libxml installed that meet the
requirement, 2.5.10 from Fink and 2.6.2 from XMLSoft.
But
register_globals = off since PHP 4.1 >
that means you got to use $_GET or $_POST and so on.
Perdeep Singh wrote:
Sir,
i installed php 4.3.3 on windows xp having iis 5.1 it's great
working except that it not able to take value through form .As shown in
below code show() function called
Clive R Sweeney wrote:
I tried for some hours last night to get Apache and PHP working together
in a Windows XP machine. Apache 1.3 seems to work and PHP 4.3.4 seems to
work, but I still can't open a PHP test file in my web browser. Believe
me, I've tried to follow the instructions very carefully