Trying to run a PHP script without launching the browser...is this possible?
Thanks,
Brad
[S] Can you run a PHP script without launching the browser?
Moderator: General Moderators
-
bradsteele
- Forum Newbie
- Posts: 15
- Joined: Fri Jun 17, 2005 10:27 am
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
where are you trying to run it?
On your local machine, you can use the PHP-CLI:
On the server, you can do it through cron or through other php scripts.. the variants for this are pretty large.
On your local machine, you can use the PHP-CLI:
Code: Select all
/feyd@home/>php -v
PHP 5.0.4 (cli) (built: Mar 31 2005 02:45:48)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies-
bradsteele
- Forum Newbie
- Posts: 15
- Joined: Fri Jun 17, 2005 10:27 am