mistergoomba Posted April 10, 2006 Share Posted April 10, 2006 Is there a program that will let me run basic php scripts without the use of a web server? I realize it's a long shot, but what the hey... Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted April 10, 2006 Share Posted April 10, 2006 You can run some php scripts from the command line without the use of a server, assuming you've installed PHP.[code]php -q -f <your script file here>[/code]If you're on a windows platform, you can install your own Apache web server, php and mysql and invoke PHP via the URL <http://localhost/<path to your script>.php>Do a lookup on xampp for one of the packages.Ken Quote Link to comment Share on other sites More sharing options...
mistergoomba Posted April 11, 2006 Author Share Posted April 11, 2006 awesome! thanks a lot! Quote Link to comment Share on other sites More sharing options...
mistergoomba Posted April 11, 2006 Author Share Posted April 11, 2006 holy shit! xampp is exactly what i needed! you are my hero! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.