codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Change port on Wamp to 8080

    28th November 2014

    MySql

    mysql codehaven category

    Open httpd.conf in apache
    then add the line

    Restart the server and now you will use
    http://localhost:8080/myfolder/index.php
    to view your files….

    Was this code snippet helpful?