RE: [PHP-WIN] MySQL security hole - how to fix??

2003-10-05 Thread Svensson, B.A.T. (HKG)
If you read in the same article you will find this: "MySQL AB has not released a separate patch for this bug, but it is fixed in the latest MySQL database releases 4.0.15 (the current production release) and 3.23.58 (an older production release)." -Original Message- From: Roderick Martin

php-windows Digest 5 Oct 2003 09:50:02 -0000 Issue 1941

2003-10-05 Thread php-windows-digest-help
php-windows Digest 5 Oct 2003 09:50:02 - Issue 1941 Topics (messages 21674 through 21674): Re: MySQL security hole - how to fix?? 21674 by: Svensson, B.A.T. (HKG) Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail:

[PHP-WIN] Session Problem

2003-10-05 Thread Disko_kex
Hi, How can I save a session value? I tried: but I get this warnings and its not working at all. What should I do? Warning: session_start(): open(/tmp\sess_4d5fc486fcfae10349d5bf6fb21092ea, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\session.php on line 7 Warning:

Re: [PHP-WIN] Session Problem

2003-10-05 Thread Kai Wenk
Disko_kex wrote: but I get this warnings and its not working at all. What should I do? Warning: session_start(): open(/tmp\sess_4d5fc486fcfae10349d5bf6fb21092ea, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\session.php on line 7 Warning: session_start(): Cannot send sessio

RE: [PHP-WIN] Session Problem

2003-10-05 Thread Disko_kex
>Disko_kex wrote: >> but I get this warnings and its not working at all. What should I do? >> >> Warning: session_start(): >> open(/tmp\sess_4d5fc486fcfae10349d5bf6fb21092ea, O_RDWR) failed: No such >> file or directory (2) in c:\inetpub\wwwroot\session.php on line 7 >> >> Warning: session_start

[PHP-WIN] Session prob

2003-10-05 Thread Disko_kex
Why isn´t this working? Is there something I done wrong during the installation or what?

RE: [PHP-WIN] Session prob

2003-10-05 Thread Mike Brum
You need to start the session. sesstion_start(); Read up - http://us3.php.net/manual/en/function.session-start.php -Original Message- From: Disko_kex [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2003 12:24 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Session prob Why isn´t

RE: [PHP-WIN] Session prob

2003-10-05 Thread Disko_kex
Still not working? -Original Message- From: Mike Brum [mailto:[EMAIL PROTECTED] Sent: den 5 oktober 2003 19:12 To: 'Disko_kex'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Session prob You need to start the session. sesstion_start(); Read up - http://us3.php.net/manual/en/function.sessi

RE: [PHP-WIN] Session Problem

2003-10-05 Thread Mike Brum
Assuming this is tied into your other problem (which I read first), then the problem here is that it appears you're on a Windows machine and you don't have php.ini set up correctly. You need to set the session.save_path in php.ini to point to a directory that exists. Mine, for example is this: se

RE: [PHP-WIN] Session Problem

2003-10-05 Thread Disko_kex
I've done that. Still not working. -Original Message- From: Mike Brum [mailto:[EMAIL PROTECTED] Sent: den 5 oktober 2003 19:25 To: 'Disko_kex'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Session Problem Assuming this is tied into your other problem (which I read first), then the problem h

[PHP-WIN] Re: Session prob

2003-10-05 Thread Fernando Correa da Conceição
Use session_start(). -- Fernando Correa da Conceição ICQ 168518047 http://manualphp.sourceforge.net Participe da Tradução do Manual do PHP "Disko_kex" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] Why isn´t this working? Is there something I done wrong during the installat

[PHP-WIN] newbie problem

2003-10-05 Thread Peter Gerwing
I use windows XP I installed apache it works fine or at least boots in a console windaw and tests fine I installed Mysql and it works fine i've been in and setup databases etc I installed PHP and it tests fine with the php -i giving me all the html stuff I know my host name, I know my user nam

php-windows Digest 5 Oct 2003 23:05:31 -0000 Issue 1942

2003-10-05 Thread php-windows-digest-help
php-windows Digest 5 Oct 2003 23:05:31 - Issue 1942 Topics (messages 21675 through 21684): Session Problem 21675 by: Disko_kex 21676 by: Kai Wenk 21677 by: Disko_kex 21681 by: Mike Brum 21682 by: Disko_kex Session prob 21678 by: Disko_kex

[PHP-WIN] Re: newbie problem

2003-10-05 Thread Rahman Haqparast
Dear Peter. It seems that you have not completely set your PHP.INI and your httpd.conf files. "Peter Gerwing" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I use windows XP > > I installed apache it works fine or at least boots in a console windaw and > tests fine > > I installed M

[PHP-WIN] forms question

2003-10-05 Thread Gareth Thomas
I'll start by saying that I know forms are 'bad'. However in this particular instance they suit the purpose very well for a utility that I need to write to enable a user to view one record and scroll through others while keeping the first in view. I've written lots of PHP, but none using frames.

RE: [PHP-WIN] forms question

2003-10-05 Thread Duane Lakoduk
> Problem is nothing happens, almost as if > its not calling the other PHP files. I am sure I am doing > something really stupid, but since everybody advises against > using frames I cant find a good example out there of how to > do this. My initial HTML file look as follows: > > > > >

[PHP-WIN] RE: newbie problem

2003-10-05 Thread manon
Did you add In the series 'LoadModule' LoadModule php4_module c:/php/sapi/php4apache2.dll (or wherever this dll resides on your system) And in the series 'AddType ' AddType application/x-httpd-php .php .phtml to your apache config? -Oorspronkelijk bericht- Van: Peter Gerwing [mailt