Answers for "simple localhost php"

PHP
4

simple localhost php

1) cd ~/public_html
2) php -S localhost:8000
Posted by: Guest on May-30-2020
0

php mail in localhost wamp

1) Edit C:\wamp\sendmail\sendmail.ini:

smtp_server=smtp.gmail.com
smtp_port=465
[email protected]
auth_password=your_password
2) Edit php.ini and set sendmail_path

sendmail_path = "C:\wamp\sendmail\sendmail.exe -t"
Posted by: Guest on May-03-2020

Browse Popular Code Answers by Language