[wd_asp elements=’search’ ratio=’100%’ id=1]

Run PHP in Command Line

3rd February 2014

Php - Miscellaneous

php codehaven

Easy Way: Run CMD then type
C:\wamp\bin\php\php5.4.3\php.exe -f "C:\wamp\www\AAAMYBUILD\timenow.php"

Change the last part for a different script, and make sure you have the same version php folder as I do. (php5.4.3)