[Ilugc] PHP Problems

  • From: charisma@xxxxxxxxxxx (R Karthick)
  • Date: Sat, 7 Feb 2004 14:25:16 +0530 (IST)

Hi!!!

<form action="http://localhost/test.php>
                                         ^
May be u should close the quotes quotes and try it in mozilla

and

<?
print ("<h4>M : ".$M." N : ".$N."</h4>");
?>

I think u r using PHP Version >= PHP 4.2.0, in which register_globals is
turned off for security reasons.

You should access the post variables via $_POST['']. An insure way of
doing it is by adding ini_set.

Read PHP man for more info.

HTH,
R Karthick


-- 
You are the one, the only one

Other related posts:

  • » [Ilugc] PHP Problems - R Karthick