Page 1 of 1

how to setup php script with command line

PostPosted: 28. May 2006 10:06
by arale
I have some software php, It require install my command line and root access, ssh...
How to use command line on localhost? :?:

PostPosted: 29. May 2006 12:47
by Naneau
if you mean the command line on windows, go to start, execute and type

Code: Select all
cmd


that will give you a dos prompt. You can use the command line php-interpreter from there, which you can find in the xampp dir (php.exe).