FW: [PHP-WIN] MySQL Table Locks

2003-03-07 Thread fran . thomas
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

[PHP-WIN] MySQL Table Locks

2003-03-06 Thread fran . thomas
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

RE: [PHP-WIN] Retrieving Server and PHp variables

2003-03-04 Thread fran . thomas
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

RE: [PHP-WIN] I get a "File Download" dialogue box

2003-02-10 Thread fran . thomas
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

RE: [PHP-WIN] Passing parameters in forms

2003-02-07 Thread fran . thomas
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

RE: [PHP-WIN] Include virtual?

2003-02-05 Thread fran . thomas
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]

RE: [PHP-WIN] upload file

2003-02-05 Thread fran . thomas
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