On 09/07/03 at 09:23 Henrik Hornemann wrote:
>Hi,
>
>You are probably running with REGISTER_GLOBALS off.
REGISTER_GLOBALS is set off in php.ini
>You can access your form variables like this:
>$title=$_POST['title']; $lastname=$_POST['lastname']; ... and so on.
>
>hth Henrik Hornemann
>
I have
Hi,
I am new to PHP and I am somewhat frustrated at times, because I am having a
similar problem to Sebastian Baran, with Webserver4Everyone and PHP 4.2.3. under Win95
I would be grateful if anyone can throw some light on the problem, before I
give up on php.
Find below