[PHP] Replacing variables

2004-08-21 Thread Watty
anyone help out with that? Thanks in advance, Watty

[PHP] Compile

2004-08-15 Thread Watty
Is it possible to compile a PHP script? And if so, how? Watty

[PHP] phpMyAdmin equivalent

2004-08-14 Thread Watty
Does anyone know of a program equivalent to phpMyAdmin for managing PostgreSQL databases? Watty

RE: [PHP] phpMyAdmin equivalent

2004-08-14 Thread Watty
You can't google for something you don't know about ;) Thanks for that, looks exactly what I was looking for Watty -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: 14 August 2004 16:29 Cc: [EMAIL PROTECTED] Subject: Re: [PHP] phpMyAdmin equivalent

[PHP] RE: [PHP-DB] How to create a new Table in prostgresql from a Webinterface

2004-08-14 Thread Watty
Try phppgadmin -Original Message- From: Michelle Konzack [mailto:[EMAIL PROTECTED] Sent: 14 August 2004 16:32 To: [EMAIL PROTECTED] Subject: [PHP-DB] How to create a new Table in prostgresql from a Webinterface Hello, Never I have done this before (no need) but now I need to

RE: [PHP] phpMyAdmin equivalent

2004-08-14 Thread Watty
I'm an ignorant human being :| Watty -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 14 August 2004 17:11 To: [EMAIL PROTECTED] Subject: Re: [PHP] phpMyAdmin equivalent On Saturday 14 August 2004 23:25, Watty wrote: You can't google for something you don't

RE: [PHP] [PHP-General List] - Cron or script like Cron -

2004-08-14 Thread Watty
Add the functionality to the script that runs the benchmark. Watty -Original Message- From: francesco[AT]automationsoft[DOT]biz [mailto:[EMAIL PROTECTED] Sent: 14 August 2004 17:34 To: PHP General List Subject: [PHP] [PHP-General List] - Cron or script like Cron - Hi all, I

RE: [PHP] PHP templates

2004-08-14 Thread Watty
Try http://smarty.php.net/, I haven't used it myself but I have heard good things about it. Watty -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: 14 August 2004 22:03 To: [EMAIL PROTECTED] Subject: [PHP] PHP templates Hi all, I have seen

[PHP] Log parsing

2004-08-14 Thread Watty
need to be synchronised The process does not run when the computer is not on, so that needs to be taken into consideration. Can anyone come up with a script that will carry out this process efficiently? Thanks in advance, Watty

RE: [PHP] Log parsing

2004-08-14 Thread Watty
into the log when the computer shuts down. Watty -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED] Sent: 15 August 2004 01:52 To: Watty Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Log parsing Watty wrote: I would like to do some thorough availability reports, so I started

RE: [PHP] Log parsing

2004-08-14 Thread Watty
I have got a messy script working, thanks for the help John. It's attached if anyone would mind helping me hack it up. There is also a copy of a sample log file. Watty -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED] Sent: 15 August 2004 01:52 To: Watty Cc: [EMAIL

RE: [PHP] Log parsing

2004-08-14 Thread Watty
I'll try that in another way; feel free to give me your hacks for it: ?php $file = file_get_contents( ./ip ); $line = explode( \n, $file ); ## Number of log entries $total = 0; $unavail = 0; $unavaillog = FALSE; ## Establish the standard difference between log entries of 5 minutes $diff =

[PHP] Combined Production + Development Hosting

2004-08-13 Thread Watty
different php.ini files. I was thinking of running two apache daemons reading two different configuration files using different PHP modules, which are reading different php.ini files, and listening on different ports. Does anyone have a better method for doing this? Thanks in advance, Watty