Re: [PHP-WIN] Strange error

2003-10-01 Thread Ignatius Reilly
What version of MySQL are you using? >From 4.0.13 there is a severe bug that corrupts table after a DELETE operation. Solution: revert to 4.0.12 See http://bugs.mysql.com/bug.php?id=1321 HTH Ignatius _ - Original Message - From: "Charlie Brewer" <[EMAIL PROTECTED]

[PHP-WIN] Strange error

2003-10-01 Thread Charlie Brewer
My forums used to work :) Now when I go to them from my main page, I get the following error: === General Error Could not query forums information DEBUG MODE SQL Error : 1030 Got error 127 from table handler SELECT f.*, p.post_time, p.post_username, u.username, u.user_id FROM (( nuke_bbforu

[PHP-WIN] Re: Q on TZ on Win 2k

2003-10-01 Thread Shadow
Shouldn't that be echo (date ( "T", mktime() )); ? Shadow -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP and XML

2003-10-01 Thread Harpreet
Dear friends, I have never done this before but i have to do the below sometime soon. I have an xml file that needs to be edited using php via the web.We want to edit its attributes and then save the updated xml file to a database field. Is this possible please put me on the right track. I am so

php-windows Digest 2 Oct 2003 04:27:35 -0000 Issue 1936

2003-10-01 Thread php-windows-digest-help
php-windows Digest 2 Oct 2003 04:27:35 - Issue 1936 Topics (messages 21641 through 21642): Path string manipulation 21641 by: Gerardo Rojas Q on TZ on Win 2k 21642 by: jsWalter Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe fro

[PHP-WIN] Q on TZ on Win 2k

2003-10-01 Thread jsWalter
Why does this line... echo date ( "T", mktime() ); Give me 'BST' on my Win 2k pro box? Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Path string manipulation

2003-10-01 Thread Gerardo Rojas
I have the users input a path. When I print it out it has the double "\\" slashes, how do I get rid of the extra slash. Where does it come from?

php-windows Digest 1 Oct 2003 16:21:49 -0000 Issue 1935

2003-10-01 Thread php-windows-digest-help
php-windows Digest 1 Oct 2003 16:21:49 - Issue 1935 Topics (messages 21632 through 21640): TimeZone and DST on windows... 21632 by: jsWalter Re: Can't start php under Apache after Load Module php4apache.dll 21633 by: manon XML->HTML using XSLT 21634 by: Thijs Koe

[PHP-WIN] File contents type

2003-10-01 Thread Pavel Szalbot
Hi, how could I determine file type? (not according to extension..) Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Can start php under Apache after Load Module php4apache.dll

2003-10-01 Thread Mike Quinn
Sorry I didn't mean work literally, but it should return the error you are looking for to describe what's up. Likewise with the other lines remove the or exit(); in case you have a typo. "Mike Quinn" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Hi Morton, > > Remove or exit

[PHP-WIN] Re: Can start php under Apache after Load Module php4apache.dll

2003-10-01 Thread Mike Quinn
Hi Morton, Remove or exit(); on the mysql_select_db("sampdb"); and that should work for you! Regards, Michael Quinn "Morten Gulbrandsen" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] Thanks, I did, and now I can restart Apache. Here is my simplest PHP script. And

Re: [PHP-WIN] Microsoft Windows 2000 [Version 5.00.2195]

2003-10-01 Thread Wolfgang Schneider
On Wed, 1 Oct 2003 11:10:31 +0200, Morten Gulbrandsen wrote: Hi Morten >php version 4.3.3 >Apache version 1.3.28 >MySQL server version: 4.1.0-alpha-max-debug > >Suitable for >Microsoft Windows 2000 [Version 5.00.2195] I have this setup now running on my Win2K notebook ... and so far there were n

[PHP-WIN] Re: Can start php under Apache after Load Module php4apache.dll

2003-10-01 Thread Morten Gulbrandsen
Thanks, I did, and now I can restart Apache. Here is my simplest PHP script. And the output is 127.0.0.1 Can't ask for more than that! I hacked a small script in order to connect to MySQL, containing these lines. a simple example Welcome to the very first MyS

[PHP-WIN] Microsoft Windows 2000 [Version 5.00.2195]

2003-10-01 Thread Morten Gulbrandsen
Please tell me, is php version 4.3.3 Apache version 1.3.28 MySQL server version: 4.1.0-alpha-max-debug Suitable for Microsoft Windows 2000 [Version 5.00.2195] Yours Sincerely Morten Gulbrandsen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

[PHP-WIN] XML->HTML using XSLT

2003-10-01 Thread Thijs Koerselman
Thanks - especially Ken - for all the help. My aim was to make the use of my XML browser independent, so I tried to work with the XSLT extension but without much succes. I used this code from the manual and changed the filenames, but I get validation errors or nothing at all. I know the XML is work

[PHP-WIN] RE: Can't start php under Apache after Load Module php4apache.dll

2003-10-01 Thread manon
Try this: put a copy of the php4ts.dll in your php\sapi folder -Oorspronkelijk bericht- Van: Morten Gulbrandsen [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 30 september 2003 18:04 Aan: [EMAIL PROTECTED] Onderwerp: Can't start php under Apache after Load Module php4apache.dll Hello Prog