Mailinglist Archive: opensuse (3566 mails)
| < Previous | Next > |
[opensuse] Re: PHP Question
- From: James Hatridge <James.Hatridge@xxxxxx>
- Date: Fri, 27 Apr 2007 20:33:05 +0200
- Message-id: <200704272033.05667.James.Hatridge@xxxxxx>
Hi John et al..
On Friday 27 April 2007 18:47, John D Lamb wrote:
> 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']; ?>">
I tried this (with $SERVER, not SEVER) and did not work. It had the same
error. Any other ideas?
Thanks,
JIM
--
Jim Hatridge
Linux User #88484
Ebay ID: WartHogBulletin
------------------------------------------------------
WartHog Bulletin
Info about new German Stamps
http://www.WartHogBulletin.de
Many Enemies -- Much Honor!
Anti-US Propaganda stamp collection
http://www.manyenemies-muchhonor.info
An American in Bavaria
http://www.gaubodengalerie.de
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
On Friday 27 April 2007 18:47, John D Lamb wrote:
> 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']; ?>">
I tried this (with $SERVER, not SEVER) and did not work. It had the same
error. Any other ideas?
Thanks,
JIM
--
Jim Hatridge
Linux User #88484
Ebay ID: WartHogBulletin
------------------------------------------------------
WartHog Bulletin
Info about new German Stamps
http://www.WartHogBulletin.de
Many Enemies -- Much Honor!
Anti-US Propaganda stamp collection
http://www.manyenemies-muchhonor.info
An American in Bavaria
http://www.gaubodengalerie.de
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |