Using PHP in place of Bash
Posted: Mon Nov 11, 2002 5:39 pm
I found that I can use PHP in place of Bash, Awk, etc. jobs that have
nothing to do with web pages. Any other discussions along these lines?
!#/usr/bin/php -q
<?
$List = file ("file");
foreach ($List as .......
$query = "select.....
while....
.........
nothing to do with web pages. Any other discussions along these lines?
!#/usr/bin/php -q
<?
$List = file ("file");
foreach ($List as .......
$query = "select.....
while....
.........