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
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
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
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', '<
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
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
--
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
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