Installazione PHP
- Pagina precedente Introduzione a PHP
- Pagina successiva Sintassi PHP
Cosa mi serve?
Per iniziare a utilizzare PHP, puoi:
- Usa un host web che supporta PHP e MySQL
- Installa un server web sul tuo PC e poi installa PHP e MySQL.
Usa un host web che supporta PHP
Se il tuo server supporta PHP, non devi fare nulla.
Basta creare file .php e caricarli nella directory web. Il server li interpreterà automaticamente.
Non devi compilare o installare alcun strumento aggiuntivo.
Poiché PHP è gratuito, la maggior parte degli host web supporta PHP.
Eseguire PHP sul tuo PC
Ma se il tuo server non supporta PHP, allora devi:
- Installare un server web
- Installare PHP
- Installare un database, ad esempio MySQL
Il sito ufficiale di PHP (PHP.net) fornisce istruzioni per l'installazione di PHP:http://php.net/manual/zh/install.php
Commento
Suggerimento:Se desideri configurare e eseguire PHP immediatamente sul piattaforma Windows, puoi anche:
- Pagina precedente Introduzione a PHP
- Pagina successiva Sintassi PHP