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