Date: 09/30/00
- Next message: Boaz Yahav: "RE: [PHP] example of: gethostbyaddr, gethostbyname?"
- Previous message: Richard Creech: "Re: [PHP] How to improve sql query security using php?"
- Next in thread: Joe Sheble aka Wizaerd: "RE: [PHP] <form method="post" action="<?php echo $PHP_SELF?>">"
- Reply: Joe Sheble aka Wizaerd: "RE: [PHP] <form method="post" action="<?php echo $PHP_SELF?>">"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Boaz Yahav: "RE: [PHP] example of: gethostbyaddr, gethostbyname?"
- Previous message: Richard Creech: "Re: [PHP] How to improve sql query security using php?"
- Next in thread: Joe Sheble aka Wizaerd: "RE: [PHP] <form method="post" action="<?php echo $PHP_SELF?>">"
- Reply: Joe Sheble aka Wizaerd: "RE: [PHP] <form method="post" action="<?php echo $PHP_SELF?>">"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

