On Wed, Jan 22, 2003 at 10:22:36AM +0530, Mohan Cheema wrote:
Amish Munshi wrote:
Hi,
I am working on RH8.0. I configured php and apache, but the post or get are not working. Any data sent by the form is not being received by the php page.
This is the content of my index.html
<html> <body> <form action="trial.php" method="get">
^^^
instead of get method use post method
I did use it, but even that did not work. The register_globals =On did work, but it says that there is some problem with security with using it. I would like to know the alternative