Newbie about this stuff.
I want to run some php scripts from a shell script(bash?)
the php script i want to run is this:
test.php
and it's path is this:
home/virtual/blahblah.com/home/abc/mainwebsite_htm l/bluhbluh/dbtest/
1. How would I creat the shell script?
2. How would I execute it?
I have already tried ot figure it out with no success.
I have php 4.2.2
Thanks
I want to run some php scripts from a shell script(bash?)
the php script i want to run is this:
test.php
and it's path is this:
home/virtual/blahblah.com/home/abc/mainwebsite_htm l/bluhbluh/dbtest/
1. How would I creat the shell script?
2. How would I execute it?
I have already tried ot figure it out with no success.
I have php 4.2.2
Thanks
Comment