Mailinglist Archive: opensuse (3566 mails)

< Previous Next >
Re: [opensuse] PHP Question
  • From: John D Lamb <J.D.Lamb@xxxxxxxxxxxxxx>
  • Date: Fri, 27 Apr 2007 17:47:19 +0100
  • Message-id: <1177692439.3968.3.camel@xxxxxxxxx>
On Fri, 2007-04-27 at 17:44 +0200, James Hatridge wrote:
> Hi all,
> 
> After turning off PHP global variables this line will no longer work. 
> 
> <form method="post" action="<?php echo $PHP_SELF?>">
> 
> When I use the form the source looks like this:
> 
> <form method="post" action="">


<form method="post" action="<?php echo $SEVER['PHP_SELF']; ?>">

-- 
JDL

-- 
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
References