27.4.10

Apache, PHP Software Testing

Test apache server :

  • Type in Internet Explorer / Firefox, http://localhost and press Enter
  • Browser displays " It works" Message.

Test PHP :

  • open notepad
  • Write a program
<?php


phpinfo();

?>

  • Save the file "test.php" in "Apache\htdocs" folder.
  • and type in browser http://localhost/test.php
  • the browser displays all php setup information.

No comments:

Post a Comment