Use POST method only. Also turn the register_globals off in the
configuration file. To access the variables which are posted
you can use the special variables.
$_POST["varname"]
Amitay.
On Wed, Jan 22, 2003 at 12:36:29PM +0530, Amish Munshi wrote:
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
--
Amish K. Munshi
In GNU we trust.
--
_______________________________________________
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Amitay.
--
What you see is what you get - except in pre-packaged strawberries.