Anyone any idea how to check whether a table is locked? In particular I use
FLUSH TABLES WITH READ LOCK before backup starts and want to know whether
this has happened.
Thanks in advance,
. : Fran Thomas
Internet communications are not secure and therefore the Barclays Group
does not accept
Anyone any idea how to check whether a table is locked? In particular I use
FLUSH TABLES WITH READ LOCK before backup starts and want to know whether
this has happened.
Thanks in advance,
. : Fran Thomas
Internet communications are not secure and therefore the Barclays Group
does not accept
Autoglobals not on,use $_SERVER['{VAR}'] instead.
.:Fran
-Original Message-
From: Rich Gray [mailto:[EMAIL PROTECTED]
Sent: 04 March 2003 10:41
To: Sharat Hegde; php-windows
Subject: RE: [PHP-WIN] Retrieving Server and PHp variables
> Hello,
>
> I just upgraded from PHP3 to PHP4 on Apac
You need to do two things (assuming you are not using the SAPI) in your
httpd.conf;
-Defin a PHP doc
AddType application/x-httpd-php .php .phtml
-Define what you do with a PHP doc
Action application/x-httpd-php /php/php-cgi.exe
-Original Message-
From: news [mailto:[EMAIL PROTECTED]]
Sen
Depending whether or not you are using autoglobals...
try reading $_POST['myName']
.:Fran
-Original Message-
From: Apollo [mailto:[EMAIL PROTECTED]]
Sent: 07 February 2003 00:52
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Passing parameters in forms
Hi there,
I am using Windows XP as my
I've wondered this before also but currently use;
include($_SERVER["DOCUMENT_ROOT"].'/'.'template.php')
Be interested if there is an easier way!
.:Fran
-Original Message-
From: Charles P. Killmer [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 14:46
To: php-windows
Subject: [PHP-WIN]
Have you checked it isnt your apache server timing out?
-Original Message-
From: Lemberger [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 14:11
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] upload file
Hi,
I cannot upload file bigger than 20 KB on my Appache Server(Windows 2000
Professiona