Re: [PHP] Issue with STRFTIME and Daylight Savings

2007-12-03 Thread Malcolm Green
STRFTIME, but will look into a cleaner solution. Thanks & Regards, Malcolm. Malcolm Green Voice Consultant, Managed Network Services CSC Australia Pty Limited M: 0401-002-569 T: (02) 9034-3114 E: [EMAIL PROTECTED] "Vision without action is a dream; action without vi

[PHP] Issue with STRFTIME and Daylight Savings

2007-12-02 Thread Malcolm Green
/Time and 'Locale' settings in Windows, and everything is ok. My initial thought was that STRFTIME was looking a the system clock rather than Windows (?). Can you help? (PS ... please be gentle, I'm a novice at PHP!) Thanks & Regards, Malcolm. Malcolm Green Voice Consult

[PHP] PHP/PEAR

2007-02-14 Thread Malcolm Pickering
of these, how do I stop it because I find it infuriating. Hoping you can help me, Malcolm Pickering. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] call func from button

2005-06-17 Thread Malcolm Mill
Is there a way to call a php function from a button press to display the results further down on the same page? I want to avoid setting up an 'output-area' in a frame or having to put my function in a separate script. Thanks, Malcolm. -- PHP General Mailing List (http://www.ph

[PHP] POP access to gmail

2005-04-29 Thread Malcolm Mill
Does anyone know of a PHP script to access gmail's POP services? Thanks, Malcolm. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] beginner volunteer

2005-04-27 Thread Malcolm Mill
ould add to one of their own projects please contact me. Regards, Malcolm. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: array search

2005-01-23 Thread Malcolm
Ah so -- array_search only works on values ? That probably accounts for my first day or so, thanks. I've got it now. On Sun, 23 Jan 2005 19:22:32 +0100, M. Sokolewicz <[EMAIL PROTECTED]> wrote: Malcolm wrote: Hello All, I've been trying for days now to make this work. I&#x

Re: [PHP] array search

2005-01-23 Thread Malcolm
Thank you Sirs, I was echoing the viz-ip so I know it was getting set but I couldn't get it. both work .. I got the clue from John, the last echo line did the trick. On Sun, 23 Jan 2005 17:26:58 +0100, Jochem Maas <[EMAIL PROTECTED]> wrote: Malcolm wrote: Hello All,

[PHP] array search

2005-01-23 Thread Malcolm
$key) { return($val); } } return(False); } I'm no wiz but this shouldn't be this hard, maybe I'm thinking wrong. I've read the examples at php.net but I just can't get it. Some help or even a hint ? best regards, malcolm -- O -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] web IDE

2004-12-16 Thread Malcolm Mill
'm having at the moment is how to create a file from an html form. I have a php script that uses fopen() to create a new file. This works fine when I call it from bash but I don't know how to do it using a button on an html form. Any ideas? Thanks, Malcolm. -- PHP General Mailing Lis

[PHP] php ide type scripts

2004-12-15 Thread Malcolm Mill
me a long time to learn. Cheers, Malcolm. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] baffled - please explain

2004-12-09 Thread Malcolm Mill
Hi, I just came across a sniplet of code in a book I'm reading and I'm not sure what point the author is trying to make. The code is: function my_function ( ) { echo 'My function was called'; } My function was called What are those single opening and closing curly braces doing in sepa

[PHP] Re: Comparison between Postnuke and PHPnuke

2003-12-18 Thread Malcolm
On Wed, 17 Dec 2003 23:15:19 +0800, Yc Nyon <[EMAIL PROTECTED]> wrote: I am comparing between this two php-based CMS? My focus is really 1. the availability of modules/add-ons. Not too sure, but seems PHPnuke has more add-ons than Postnuke. 2. ease of maintaining a group of contributors/writers N

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

2003-11-26 Thread Malcolm
On Tue, 14 May 2002 22:23:24 +0900, - Edwin - <[EMAIL PROTECTED]> wrote: Hi, On Tue, 25 Nov 2003 19:10:12 -0500 "John W. Holmes" <[EMAIL PROTECTED]> wrote: Adam i Agnieszka Gasiorowski FNORD wrote: > Thomas Svenson wrote: >>>If you would stop using M$ Outlook and switch to a >better mail client

Re: [PHP] explode () question

2003-11-10 Thread Malcolm
Thanks to everyone who replied. I have taken the short route and changed the source data. I should have thought of that first I suppose. Now I have a few existing records to edit but from now on I'll be automagic. On Mon, 10 Nov 2003 19:00:52 +0100, Wouter Van Vliet <[EMAIL PROTECTED]> wrot

[PHP] explode () question

2003-11-10 Thread Malcolm
Hello All, I'm having trouble with this; $rint1= rtrim($rintydata); echo $rint1; $rint2= explode(":", $rint1); The data starts like this (from and email, there are many) ; Time: November 9th 2003, 10:37AM - PST IP Address: xx.xx.xxx.xxx Browser Type: Opera/7.20 (Windows NT 5.1; U)

Re: [PHP] copy *.* troubles

2003-02-16 Thread Malcolm
On Mon, 17 Feb 2003 01:59:43 +0800, Jason Wong <[EMAIL PROTECTED]> wrote: On Sunday 16 February 2003 23:48, Malcolm wrote: I'm having trouble with copy. I have this script that I got from php.net but I can't figure out how to set the path. Right now it doesn't comp

[PHP] copy *.* troubles

2003-02-16 Thread Malcolm
"/".$file); } } } } } echo "files copied from $from_path"; echo " files copied to $to_path"; echo "$PHP_SELF"; ?> Anyone see obvious errors or offer another way ? malcolm -- -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Headers bust ?

2003-02-15 Thread Malcolm
t the very top of the script. if ($dog == 'mal') header ('Location: ../aamaillist/ml_menu.php'); thanks for all help malcolm On Sat, 15 Feb 2003 09:01:30 -0500, Malcolm <[EMAIL PROTECTED]> wrote: Hello, I've been fooling with this for a few days now. I'm

[PHP] Headers bust ?

2003-02-15 Thread Malcolm
Hello, I've been fooling with this for a few days now. I'm getting a hearders already sent error. I know it means I've got output before the header but I can't figure how else to do this. The error messages; (output started at c:\foxy\www\project_db\switchtest.php:2) in c:\foxy\www\project_db

Re: [PHP] CRLF in file

2003-01-26 Thread Malcolm Brownell
is an array but can I supress this somehow so all I'll print is the keys and vals? thanks malcolm On Mon, 27 Jan 2003 00:35:01 +0800, [EMAIL PROTECTED] (Jason Wong) wrote: > On Sunday 26 January 2003 22:13, Malcolm Brownell wrote: > > Hello, > > > > I'm having t

Re: [PHP] CRLF in file

2003-01-26 Thread Malcolm Brownell
awww geeze ! Thank you sir. Again I embarass myself and slink away On Mon, 27 Jan 2003 00:35:01 +0800, [EMAIL PROTECTED] (Jason Wong) wrote: > On Sunday 26 January 2003 22:13, Malcolm Brownell wrote: > > Hello, > > > > I'm having trouble with /r/n when I try to

[PHP] CRLF in file

2003-01-26 Thread Malcolm Brownell
Hello, I'm having trouble with /r/n when I try to write to a file. Here's my code ; The array I want to write - $ch =array( "$SQL_HOST"=> $SQL_HOST, "SQL_USER"=> $SQL_USER, "SQL_PWD"=>$SQL_PWD); and the code I'm using to write the file $fp = fopen ("newfig.txt", "w"); if (!($fp)) { print (

[PHP] Version Upgrade on Apache/win

2003-01-15 Thread Malcolm Brownell
Hello all, I'm having trouble with upgrading my php 4.1.1 to 4.3. I have Apache 1.3.2 /php 4.1.1/Mysql 3.23.39 on winME. It has been running fine but I can't make php 4.3 work. I have installed 4.3 to a directory next to my current php. I put 4.3 in /php43 and have php 4.1.1 in /php in the sa

[PHP] Re: PHP Configuration - Can't Change Post_Max_Size

2002-12-08 Thread Malcolm Brownell
I've got 4.1.1 and it's upload_max_filesizemine is default 2 M maybe you have a different version. hth m On Thu, 5 Dec 2002 10:32:44 -0800, [EMAIL PROTECTED] (Roger Lewis) wrote: > This is further to my post yesterday on Max File Size. > > I was able to set upload_max_filesize to 790

Re: [PHP] Send PHP results in email

2002-12-08 Thread Malcolm Brownell
Thanks Jason, I saw this a while ago and it solved the problem perfectly. On Thu, 5 Dec 2002 06:11:40 +0800, [EMAIL PROTECTED] (Jason Wong) wrote: > On Thursday 05 December 2002 05:58, Malcolm Brownell wrote: > > Hi, > > > > I have some database fields I want to select

[PHP] Send PHP results in email

2002-12-04 Thread Malcolm Brownell
"".$row["first"].","; "; I get parse errors every time. I have tried parens, curlys, brackets -- I have been trying for a long time but end up with a parse error. I think it's because of not using proper quotes or brackets or something but my pa

RE: [PHP] Re: & in Query String

2002-11-29 Thread Malcolm Brownell
Looks fine in Opera 6.03 hth http://www.vogelsinger.at/test.php?par1=value1&par2=value2&par3=value3 Opera Version 6.03 Build 1107 Platform Win32 System Windows 98 Java Sun Java Runtime Environment 1.4 Testing the query string This is the full query string ($_SERVER['QUERY_STRING']): par1=v

[PHP] WinNT extensions

2002-01-25 Thread Malcolm
ality was in a dll which can be loaded dynamically: dl("php_imap.dll"); imap_open("a","u","p"); Can anyone please enlighten me? Is it built in? They use PHP 4.1.1. Malcolm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA

[PHP] phpautodoc

2001-12-08 Thread Malcolm Clark
ories are searched recursively - default: .) and writes HTML files to the specified output path (default: .). TIA Malcolm, UK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] phpautodoc

2001-12-07 Thread Malcolm Clark
rites HTML files to the specified output path (default: .). -- Can any body give me an example of this syntax? I'm a completely baffled intermediate. TIA Malcolm, UK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

[PHP] Bug or My Error

2001-09-04 Thread Malcolm Clark
Although I have a solution to my script, I would rest at ease if someone could confirm that I have erred and perhaps if I had read some particular part of the manual I'd never have had the problem. http://www.php.net/bugs.php?id=13055&edit=2 rgds Mal -- PHP General Mailing List (http://www.p

[PHP] What does this error mean?

2001-06-29 Thread Jimi Malcolm
gt; Usually I've been able to fix every PHP error I've gotten in the past - they've been pretty straightforward - but I've been playing around with this error for a few days now to no avail. I'm new to this mailing list and have never used it before so I'm not sure w

Re: [PHP] Passing parameters to another .PHP via tag

2001-06-29 Thread Jimi Malcolm
Say you want to pass three variables: color = blue name = Bob day = Monday here's the link click here Pretty simple! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato

[PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread Dan Malcolm
Access 2000 MDB to MySQL (I've not tried them, but I think it also allows dbase conversion and a few others). > > Tom > > Dan Malcolm wrote: > > > I see in the posts, that a lot of people are using Apache on NT instead of the built in IIS. Is there a reason? I have PHP

[PHP] For My Information

2001-02-02 Thread Dan Malcolm
everything over and not have to convert again. 3.. A way to do #2 for dBase would be good too, but less critical because the data only gets updated every couple months. Thanks in advance. Dan Malcolm [EMAIL PROTECTED] [EMAIL PROTECTED]