php-install | 2003092
Date: 09/29/03
- Next message: Joe Laffey: "Re: [PHP-INSTALL] $PHP_SELF"
- Previous message: Fernando J G Barros: "[PHP-INSTALL] HP-True64 Compilling PHP with -DEAPI"
- Next in thread: Joe Laffey: "Re: [PHP-INSTALL] $PHP_SELF"
- Reply: Joe Laffey: "Re: [PHP-INSTALL] $PHP_SELF"
- Maybe reply: Rob A Brooks: "RE: [PHP-INSTALL] $PHP_SELF"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have just installed php. I am new to php. I have read several items(ie.
books, online documentation). I have seen references to a variable called
$PHP_SELF. I have tried to use it in a form, but to no avail.
Here is a line of code where I have used it:
<form action=<?php echo $PHP_SELF ?>?form=yes method="post">
However, when I view the souce of this page, the "action" attribute is
simply:
<form action=?form=yes .....
The $PHP_SELF variable is not referencing anything. Is there something that
I have not configured properly?
Please help a newbie.
Thanks
- Next message: Joe Laffey: "Re: [PHP-INSTALL] $PHP_SELF"
- Previous message: Fernando J G Barros: "[PHP-INSTALL] HP-True64 Compilling PHP with -DEAPI"
- Next in thread: Joe Laffey: "Re: [PHP-INSTALL] $PHP_SELF"
- Reply: Joe Laffey: "Re: [PHP-INSTALL] $PHP_SELF"
- Maybe reply: Rob A Brooks: "RE: [PHP-INSTALL] $PHP_SELF"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

