Ninjakreborn Posted March 6, 2007 Share Posted March 6, 2007 I am familiar with setting up PHP on both a Windows or Linux system. Right no I have a XXampp installation. I need to figure out how to get a command line version of PHP installed (where it can run PHP files through the command line), how do I do that. Link to comment https://forums.phpfreaks.com/topic/41469-solved-command-line-php/ Share on other sites More sharing options...
boo_lolly Posted March 6, 2007 Share Posted March 6, 2007 are you looking for shell_exec()? sorry if i'm wrong i'm not familliar with XXampp or what it does. Link to comment https://forums.phpfreaks.com/topic/41469-solved-command-line-php/#findComment-200894 Share on other sites More sharing options...
Ninjakreborn Posted March 6, 2007 Author Share Posted March 6, 2007 No, I found it. From windows command line you get into the path folder of the script. Then you enter c:\path\to\php.exe file.php Then it will command line parse the php files. I just found that out, thanks. Link to comment https://forums.phpfreaks.com/topic/41469-solved-command-line-php/#findComment-200901 Share on other sites More sharing options...
boo_lolly Posted March 6, 2007 Share Posted March 6, 2007 right =) i could have told you that. i suppose i misunderstood the question alltogether. Link to comment https://forums.phpfreaks.com/topic/41469-solved-command-line-php/#findComment-200904 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.