Re: [PHP] critique this code please

2005-01-02 Thread Nigel Jones
I personally don't see anything wrong with it. It's actually better than any of my attempts to do templating. BTW Curt: Check your clock/s, it seems to be a day out. On Sun, 2 Jan 2005 02:46:40 +, Curt Zirzow <[EMAIL PROTECTED]> wrote: > * Thus wrote Sebastian: > > i have this small functio

Re: [PHP] Automaticly Play Sound when MySql Reach some Number

2004-12-14 Thread Nigel Jones
That would be javascript alert() feature. (Documented so much on sites which can be found on google I won't even bother explain) On Mon, 13 Dec 2004 18:23:35 -0800 (PST), Sejati Opreker <[EMAIL PROTECTED]> wrote: > I planning to make an inventory php-mysql based > program, that need to warn my us

RE: [PHP] Important notice

2003-11-27 Thread Nigel Jones
Just another reason why I think i'll just send the Un-Subscribe Email _ Nigel Jones [EMAIL PROTECTED] >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Thursday, November 27, 2003 6:30 PM >> To: Php-genera

RE: [PHP] PHP script that fills forms ?

2003-11-26 Thread Nigel Jones
If it's protected by the PHP Auth or htaccess I think you can pass User/Pass via the headers Anyone know for sure? _ Nigel Jones [EMAIL PROTECTED] >> -Original Message- >> From: Anonymous [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, November

RE: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Nigel Jones
e. You get to subscribe to Topics you want to, you can subscribe to whole forums if you want to, less Privacy Issues. _____ Nigel Jones [EMAIL PROTECTED] >> -Original Message- >> From: Jason Wong [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, November 26,

RE: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Nigel Jones
ils the way I do for my private emails? You may want to read the following site: http://www.catb.org/~esr/faqs/ Another 2 cents (Man this discussion is getting expensive for some :P) _____ Nigel Jones [EMAIL PROTECTED] >> -Original Message- >> From: Dave G [

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Nigel Jones
FREEDOM of CHOICE If messing with the Reply-To headers then why does the NZPHPUG do it? ([EMAIL PROTECTED]) Maybe we should consider a change or have a list like Digest(or whatever it is) where the Reply-To header is 'mugged' My 2 cents _____ Nigel Jones [EMAIL PROTECTED

RE: [PHP] when to use \n in forms

2003-11-23 Thread Nigel Jones
Not to offend anyone BUT What the is DHTML and JS (and VB for that matter) meant to do, we can use PHP instead who needs onLoad="Gimmethedampopups()" - not me anyway i Perfer not to have popups :) _____ Nigel Jones [EMAIL PROTECTED] >> -Original Mess

RE: [PHP] Setting counter in variable name within foreach loop

2003-11-23 Thread Nigel Jones
>> $date_$counter = $value[1]; <-- this is line 33 >> $dest_$counter = $value[3]; >> $dep_$counter = $value[4]; you can't do that you'd have to do something like $mydate[$counter] = $value[1]; _ Nigel Jones [EMAIL PROTEC

RE: [PHP] when to use \n in forms

2003-11-23 Thread Nigel Jones
How I take it is the fact that most is not all, it's best if possible to do for all hence why I try to keep away from DHTML and Javascript _ Nigel Jones [EMAIL PROTECTED] >> -Original Message- >> From: John Nichel [mailto:[EMAIL PROTECTED] >> Se

RE: [PHP] when to use \n in forms

2003-11-23 Thread Nigel Jones
No Diff, Plus i think that HTML is wrong Use: cat dog rat Just for that HTML standards sake :P _ Nigel Jones [EMAIL PROTECTED] >> -Original Message- >> From: Joffrey Leevy [mailto:[EMAIL PROTECTED] >> Sent: M

[PHP] PHP Program as Daemon

2003-11-23 Thread Nigel Jones
I would like to know how to run a PHP Program as a Daemon on my Linux Box. What I am planing to make is a Server that will make use of the Wonderful sockets _ Nigel Jones [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Why MySql doesn't free space when erasing BLOB fields?

2003-11-22 Thread Nigel Jones
ummm Flush maybe _ Nigel Jones [EMAIL PROTECTED] >> -Original Message- >> From: M [mailto:[EMAIL PROTECTED] >> Sent: Sunday, November 23, 2003 5:57 PM >> To: [EMAIL PROTECTED] >> Subject: [PHP] Why MySql doesn't free space when er

[PHP] PHP Based Web Hosting Management

2003-11-22 Thread Nigel Jones
I am looking for a reasonable free Web Host Management System that is mainly based in PHP(so I can modify it a bit to my liking) I have used WebCP(webcp.can-host.com) but it is too buggy to be worth fixing. All suggestions welcome. _ Nigel Jones [EMAIL PROTECTED] -- PHP

RE: [PHP] Error 1045

2003-11-21 Thread Nigel Jones
I don't think it is the right place But try using a Blank Passwd if it is a New MySQL setup >> -Original Message- >> From: ike strong [mailto:[EMAIL PROTECTED] >> Sent: Saturday, November 22, 2003 11:01 AM >> To: [EMAIL PROTECTED] >> Subject: [PHP] Error 1045 >> >> >> I don't know if this

RE: [PHP] tar and ownership

2003-11-21 Thread Nigel Jones
turday, November 22, 2003 8:53 AM >> To: 'Nigel Jones'; 'Rodney Green' >> Cc: [EMAIL PROTECTED] >> Subject: RE: [PHP] tar and ownership >> >> >> Nigel Jones wrote: >> > I think if you are using the Unix Tar Version you can do

RE: [PHP] FW: [ERR] RE: [PHP] tar and ownership

2003-11-21 Thread Nigel Jones
I second that it's annoying CC'ed to List Owner :P >> -Original Message- >> From: Wouter van Vliet [mailto:[EMAIL PROTECTED] >> Sent: Saturday, November 22, 2003 7:57 AM >> To: 'PHP General list' >> Subject: [PHP] FW: [ERR] RE: [PHP] tar and ownership >> >> >> [EMAIL PROTECTED] wrote: >

RE: [PHP] tar and ownership

2003-11-21 Thread Nigel Jones
I think if you are using the Unix Tar Version you can do tar -C /scripts/ -zxv -f ./scripts/mailfiles.tar.gz --owner=REPLACEME --group=REPLACEME >> -Original Message- >> From: Wouter van Vliet [mailto:[EMAIL PROTECTED] >> Sent: Saturday, November 22, 2003 7:42 AM >> To: 'Rodney Green'; [E

RE: [PHP] encyption using sha1?

2003-11-21 Thread Nigel Jones
Last Message Messed Up So here goes again... $hashed_string = sha1{$string); is correct except use $hashed_string = sha1($string); - watch out for Curly Brackets they give you those annoying Phase Errors Resource: http://nz2.php.net/manual/en/function.sha1.php -Original Message- From: E