[PHP-WIN] php.exe hang using Xitami on WinXP

2004-06-02 Thread Claus
Hi, I'm using pre-compiled Xitami v2.5c1 and PHP v4.3.6 on WinXP. Xitzmi is working with non-php pages and correctly filters a .php extionsion and starts php.exe. When fetching a file with a php script, e.g. php.exe correctly starts, but is stuck somewhere with no output to the b

[PHP-WIN] Re: php.exe hang using Xitami on WinXP

2004-06-02 Thread Claus
Additional comments. After a reboot everything but the image 'PHP logo' is loaded and the php.exe is stuck. Terminating php.exe this image is displayed as well. Second run of the script will not show anything, unless the php.exe is terminated. One instance of php.exe to load the text and once f

[PHP-WIN] pretty pictures

2004-06-02 Thread Ross Honniball
Hello all, This is nothing to do with php, but it's the only list i'm subscribed to right now and I'm too lazy to join another. And you php people know more than just php, right? I'm chasing some very slick pretty pictures for drawing navigation buttons (ie. '<< start', '< back', 'next>', 'end

[PHP-WIN] Re: pretty pictures

2004-06-02 Thread Justin Patrin
Ross Honniball wrote: Hello all, This is nothing to do with php, but it's the only list i'm subscribed to right now and I'm too lazy to join another. And you php people know more than just php, right? I'm chasing some very slick pretty pictures for drawing navigation buttons (ie. '<< start', '<

[PHP-WIN] [ANNOUNCEMENT] ODBTP 1.1.1 Released

2004-06-02 Thread Robert Twitty
FYI for the members of this list that are using ODBTP: Version 1.1.1 has been released, and is available for download at http://odbtp.sourceforge.net Key Changes: * All version 1.1 known bugs have been fixed. * Data truncation detection. * Auto char to wide char mapping for MS Access in UNICODE

[PHP-WIN] calculations

2004-06-02 Thread Lenny Davila
I have in my php code: $galleryRow = 3; $maxwidth = 144; $borderwidth = 2; $imagediv = ($maxwidth + (2 * $borderwidth)); $contentwidth = ($imagediv * 3); The output of contentwidth should be : 452 But it comes out as 444. Does anyone know what I am doing wrong? TIA --

Re: [PHP-WIN] calculations

2004-06-02 Thread Larry E . Ullman
I have in my php code: $galleryRow = 3; $maxwidth = 144; $borderwidth = 2; $imagediv = ($maxwidth + (2 * $borderwidth)); $contentwidth = ($imagediv * 3); The output of contentwidth should be : 452 But it comes out as 444. Does anyone know what I am doing wrong? The output should be 444: $imagediv

RE: [PHP-WIN] calculations

2004-06-02 Thread Svensson, B.A.T. (HKG)
How did you come to the conclusion it should be 452? -Original Message- From: Lenny Davila To: 'php windows' Sent: 3-6-2004 3:23 Subject: [PHP-WIN] calculations I have in my php code: $galleryRow = 3; $maxwidth = 144; $borderwidth = 2; $imagediv = ($maxwidth + (2 * $borderwidth)); $conte