Mailinglist Archive: opensuse (3566 mails)
| < Previous | Next > |
[opensuse] PHP Question
- From: James Hatridge <James.Hatridge@xxxxxx>
- Date: Fri, 27 Apr 2007 17:44:16 +0200
- Message-id: <200704271744.17029.James.Hatridge@xxxxxx>
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="">
So, the problem is $PHP_SELF. Can someone tell me what to use instead?
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
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="">
So, the problem is $PHP_SELF. Can someone tell me what to use instead?
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 > |