Hello everybody,
All of my PHP progams not execute. Why?
Thanks
--
Abdou Karim FAROTA
Maître Ing. Informatique
Enseigant-Chercheurs
UFR Sciences Appliquées et Technologie
Universite Gaston Berger
Saint - Louis Sen
Denis K. Rahmangulov wrote:
I have installed PHP 4.3.4 on Apache 1.3.29 on Windows XP.
When I write next text in file "index.php"
---
if(isset($submit))
{
echo "All Right!"; // This block never work
} else {
echo "
";
}
?>
-
I have installed PHP 4.3.4 on Apache 1.3.29 on Windows XP.
When I write next text in file "index.php"
---
";
}
?>
message "All Right!" can't show on page after I push "Submit".
What wrong?
And so