I have installed wampserver, now i don't know how to run php program using wampserver i mean how to deploy and what the configuration. Please help, thanks in advance

create a new file, put paste codes below, and save as whatever.php in wamp/www directory

<?php

    echo 'Hello, are we there yet?';

direct your browser to http://localhost/whatever.php, voila your first PHP page.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.