[php-list] serialized execution

2008-05-06 Thread Matthew Grimm
I'd like to use PHP to execute PHP files sequentially. For example, I'd like to run one PHP file, then another and then a third. If I had access to a shell, I'd write a shell script to do it. But because the web server I'm using does not offer shell access, I'm hoping to find a way to do the sa

Re: [php-list] running .sh file

2008-05-06 Thread James Keeline
--- Waqas Habib <[EMAIL PROTECTED]> wrote: > I have an .sh file and i want to run it from my php script, how can i do it. > I did use the function shell_exec, exec but it does not show working. > > e-g > > shell_exec("./abc.sh") > > Any help..? > > -Waqas Habib Many serv

[php-list] running .sh file

2008-05-06 Thread Waqas Habib
I have an .sh file and i want to run it from my php script, how can i do it. I did use the function shell_exec, exec but it does not show working. e-g shell_exec("./abc.sh") Any help..? -Waqas Habib - Be a better friend, newshound,

[php-list] Re: Having problems with rating query

2008-05-06 Thread whoisquilty
--- In php-list@yahoogroups.com, "whoisquilty" <[EMAIL PROTECTED]> wrote: > > --- In php-list@yahoogroups.com, James Keeline wrote: > > > > --- whoisquilty wrote: > > > > > I'm trying to use a rating system on a site. This is the query and PHP > > > that I've got: > > > > > > $ratingquery = "SE

[php-list] Substring Path Extracting

2008-05-06 Thread lilmouseman
Hi Everyone. First time poster. My question is about extracting part of a path from the right. e.g. folder/images/testimage.jpg how do I get everything from the right all the way up to the first "/" Thank you in advance.

Re: [php-list] File - List Etiquette

2008-05-06 Thread listgroups08
- Original Message - From: "John Black" [EMAIL PROTECTED] wrote: > - Make sure that the "RE" prefix is before the "[php-list]" prefix or some > mail clients will screw up the subject > > Good: RE: [php-list] Message Subject > Bad: [php-list] RE: Message Subject I think this one is impos