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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
