Re: [PHP] Best Approach

2008-01-30 Thread Jochem Maas
it aint PHP ... but I've just fall in love with this: http://www.capify.org/ which won't help if any of the servers in question are windows boxes unless you can install cygwin on there (I'm guessing that would allow it to work). although from reading your post I gather you have to perform the tas

Re: [PHP] Best Approach

2008-01-22 Thread Richard Lynch
On Mon, January 21, 2008 5:55 pm, Miguel Guirao wrote: > Is PHP a correct approach to solve this tedious problem?? Can I access > a > servers and get the results of a ls command for instance?? I would use PHP, personally, since I know it best. It might be easiest to install PHP on each box, and h

RE: [PHP] Best Approach

2008-01-22 Thread Jay Blanchard
[snip] Is PHP a correct approach to solve this tedious problem?? Can I access a servers and get the results of a ls command for instance?? [/snip] You can use some of PHP's functions, such as readdir() (roughly an ls in PHP land http://www.php.net/readdir ). You can also use exec (to execute) and

RE: [PHP] Best Approach

2008-01-21 Thread Bastien Koert
ubject: [PHP] Best Approach > > Hello fellow members of this list, > > There is a couple of rutinary tasks that our servers (different platforms) > perform during the night. Early during the day, we have to check that every > task was performed correctly and without errors.

Re: [PHP] Best Approach

2008-01-21 Thread Chris
Miguel Guirao wrote: Hello fellow members of this list, There is a couple of rutinary tasks that our servers (different platforms) perform during the night. Early during the day, we have to check that every task was performed correctly and without errors. Actually, we do this by hand, going firs

[PHP] Best Approach

2008-01-21 Thread Miguel Guirao
Hello fellow members of this list, There is a couple of rutinary tasks that our servers (different platforms) perform during the night. Early during the day, we have to check that every task was performed correctly and without errors. Actually, we do this by hand, going first to server A (AIX plat

[PHP] Best Approach for Multiple Options

2003-09-03 Thread Ralph Guzman
I'm currently in the process of writing a real estate listings program and I am not sure what the best approach is for storing and searching through the property amenities. Example: houses or apartment amenities can be a pool, fitness center, spa, etc. Users must be able to search for listings wit

[PHP] Best Approach for defining User Access Levels

2003-05-30 Thread Monty
Hi. I've set up a membership site that has different levels of users. Each member's DB record has a "user_status" field that has a number from 1-9, 9 being the highest (Admin) level of access. This has worked okay, but, I'm finding this system of granting access too limiting, and need finer control