[PHP] <form method="post" action="<?php echo $PHP_SELF?>"> From: LDL Enterprise (webmaster <email protected>)
Date: 09/30/00

I want to use a different .php file to process the form instead of the page the form is on. Does anyone know the correct syntax for this. I have
 <form method="post" action="<?php echo $PHP_SELF?>">

and try using this.

 <form method="post" action="<?file.php>">

but it does not work. Thanks for any suggestions.