Advertisement
Castillo-PR

PHP 5 Installation

Jun 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. PHP 5 Installation:
  2.  
  3. What Do I Need?
  4.  
  5. To start using PHP, you can:
  6.  
  7. Find a web host with PHP and MySQL support
  8. Install a web server on your own PC, and then install PHP and MySQL
  9.  
  10. Use a Web Host With PHP Support
  11.  
  12. If your server has activated support for PHP you do not need to do anything.
  13.  
  14. Just create some .php files, place them in your web directory, and the server will automatically parse them for you.
  15.  
  16. You do not need to compile anything or install any extra tools.
  17.  
  18. Because PHP is free, most web hosts offer PHP support.
  19. Set Up PHP on Your Own PC
  20.  
  21. However, if your server does not support PHP, you must:
  22.  
  23. install a web server
  24. install PHP
  25. install a database, such as MySQL
  26.  
  27. The official PHP website (PHP.net) has installation instructions for PHP: http://bit.do/bitbaty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement