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
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
[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
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.
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
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
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
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
8 matches
Mail list logo