2
A dumb question but I searched here and found nothing. I already have Mysql running on my computer, how do I install PHP without installing Easyphp, Xampp? Because usually these programs already bring Mysql together. How do I?
2
A dumb question but I searched here and found nothing. I already have Mysql running on my computer, how do I install PHP without installing Easyphp, Xampp? Because usually these programs already bring Mysql together. How do I?
3
Easyphp, Xampp, Wamp are not "official things" of PHP, they are "facilitators" for the installation of existing software, that is, install using Xampp or Easyphp are only alternatives to "official installations".
In the case of Wamp:
The initials form the word Wamp
There are other types, such as Wnmp:
The initials form the word Wnmp
In other words, it’s fully possible install PHP on a machine without installing Mysql, just download it:
And follow this tutorial: http://php.net/manual/en/install.windows.apache2.php
1
PHP, starting with version 5.4, brings a native web server. There is no need to feel Apache or Nginx.
See more about him here: http://rberaldo.com.br/como-usar-o-servidor-nativo-do-php-5-4/
Just download PHP from the official website (http://php.net) and you’ll have everything you need
Browser other questions tagged php mysql
You are not signed in. Login or sign up in order to post.
Thanks man!!! :)
– João Neto