[PHP-WIN] mail()

2004-01-06 Thread Anthony Ritter
Using php/apache/mysql I am testing an mail script. The script has a .html form which receives the text input and then a .php script to execute the variables in a mail() function. When I publish both files - the .html and .php - to my ISP's server and enter the data and hit submit I receive an

php-windows Digest 6 Jan 2004 23:18:18 -0000 Issue 2070

2004-01-06 Thread php-windows-digest-help
php-windows Digest 6 Jan 2004 23:18:18 - Issue 2070 Topics (messages 22494 through 22509): Re: Shopping Cart Woes!! 22494 by: kaizer boab problem after Installing php-4.3.4-installer.exe and IIS 6.0 22495 by: Holger Winter 22496 by: Svensson, B.A.T. (HKG) Session Pr

RE: [PHP-WIN] Why does php exit after 6 minutes?

2004-01-06 Thread Svensson, B.A.T. (HKG)
Yes, I am accessing the script through a browser. I am not using, flush(), but ob_flush() to send data straight back to the browser as it is collected. However, in this case, php exits before the query has completed so there is no data to send (the query last for 24m, but php exits after 6m). Th

Re: [PHP-WIN] Why does php exit after 6 minutes?

2004-01-06 Thread Frank M. Kromann
Hi, Iøm asuing you are accessing the script through a browser ? There is sevral time out values that you should be aware of. PHP's timeout, The database timeout, The web servers CGI timeout and the connection time out between the browser and the web server. The first two seams to be set correct

[PHP-WIN] Why does php exit after 6 minutes?

2004-01-06 Thread Svensson, B.A.T. (HKG)
* CONFIG: PHP version 4.3.4 IIS version 6.0 MS SQL server 2000 Windows 2003 server - dual Pentium phpinfo(): safe_mode: off phpinfo(): max_execution_time: 1800s phpinfo(): mssql.timeout: 1800s IIS: website script execution time: f.a.p.p. unlimited IIS: website sessions: keep alive. RDBMS:

RE: [PHP-WIN] This is a test only, please disregard

2004-01-06 Thread Svensson, B.A.T. (HKG)
I am disregarding this mail. :) -Original Message- From: Satch To: [EMAIL PROTECTED] Sent: 2004-01-06 16:34 Subject: [PHP-WIN] This is a test only, please disregard This is just a test. Please disregard. Thanks! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-WIN] sql.safe_mode ON/OFF - purpose ?

2004-01-06 Thread Svensson, B.A.T. (HKG)
Is the scope only MySQL and Ingres? For instance ODBC has default user and defualt passwd as well, would not ODBC be affect as well then? PostGress, MS SQL seams not to have the support to set defualt user and passwd, so it a bit harder to imagine it could affect those RDBMS, but for the RDBMS's

[PHP-WIN] This is a test only, please disregard

2004-01-06 Thread Satch
This is just a test. Please disregard. Thanks! Satch "Warwick Chapman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] This applies to Access, Sybase and MS-SQL as far as I know. On 11 Oct 00,

Re: [PHP-WIN] Undefined variable issue

2004-01-06 Thread Frank M. Kromann
Hi Jim, I don't think the code you posted matches the code you are running. This code does not give any errors, it works fine. There is no $guess variable in line 27. - Frank > Hi everyone, > > I'm new to working with PHP (coming from a ASP/VBScript background) and > I'm currently reading the

[PHP-WIN] Undefined variable issue

2004-01-06 Thread Jim MacDiarmid
Hi everyone, I'm new to working with PHP (coming from a ASP/VBScript background) and I'm currently reading the book "Teach yourself PHP, mySQL, and Apache in 24 hours". The following code from the code from the book seems to be causing an "undefined variable" error when run. Would any one be ab

[PHP-WIN] Re: Session Problem

2004-01-06 Thread Robert Schmelzer
I thinks its a problem of configuration. Perhaps there is the configuration variable session.use_cookies set to true. Then the closing of the browser does not cause the session to be destroyed. greetings Robert "Meteorlet" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Hi,

[PHP-WIN] Re: Session Problem

2004-01-06 Thread Meteorlet
hubo,Hello! yes,maybe you are right.but after I clear my cache it will be the same.only if I clear my cookies and it will be my expectation.I just wanna know why different host will have difference about session even with the same configuration? I remember that ASP's Session will be destor

[PHP-WIN] Re: Session Problem

2004-01-06 Thread hubo
Be sure that it is a problem about session. Sometimes the page shown is just from the cache of your browser. "Meteorlet" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Hi,everyone! > I got a problem about SESSION.When we use Seesion to store information, > we hope that the s

RE: [PHP-WIN] Session Problem

2004-01-06 Thread Svensson, B.A.T. (HKG)
You can't rely on the cleint, anything can happend with the client. Maybe calling session_destrouy() from the web server script is what you actually want to do. -Original Message- From: Meteorlet To: php-windows Sent: 1/6/2004 3:27 PM Subject: [PHP-WIN] Session Problem Hi,everyon

[PHP-WIN] Session Problem

2004-01-06 Thread Meteorlet
Hi,everyone! I got a problem about SESSION.When we use Seesion to store information, we hope that the session will be destroied after you close browser IE automatically. but sometimes it's not truth.In local test,everything is alright,but I uploaded them into my ISP's host,the ses

RE: [PHP-WIN] problem after Installing php-4.3.4-installer.exe an d IIS 6.0

2004-01-06 Thread Svensson, B.A.T. (HKG)
There might be a number of reason why your scripts wont run. You might like to start to review you "Web Servive Extension" to make sure every thing is properlyt set up to begin with. To see if the problrem is related with the setting here, you can make sure that "All Unknown CGI Extension" are al

[PHP-WIN] problem after Installing php-4.3.4-installer.exe and IIS 6.0

2004-01-06 Thread Holger Winter
Hi! Did there anybody know which changes the installer do in registry and in IIS. One Message came that the script ... must switch. what does the installer do there. After I installed PHP my asp programms didn´t run. now i have a lot of text but no graphics. I hope anybody can me explain or give

[PHP-WIN] Re: Shopping Cart Woes!!

2004-01-06 Thread kaizer boab
Thanks for the replies, much appreciated. I have now managed to get the query to work properly. As Justen suggested I added "WHERE" and the column name. "Kaizer Boab" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am trying to build a shopping cart for my college project. I am ab

php-windows Digest 6 Jan 2004 11:08:02 -0000 Issue 2069

2004-01-06 Thread php-windows-digest-help
php-windows Digest 6 Jan 2004 11:08:02 - Issue 2069 Topics (messages 22485 through 22493): Re: GD2 function issue 22485 by: choinet 22486 by: Donatas 22487 by: trystano.aol.com Re: Problem with notices 22488 by: Madeleine D. 22491 by: choinet Re: Sho

[PHP-WIN] sql.safe_mode ON/OFF - purpose ?

2004-01-06 Thread Svensson, B.A.T. (HKG)
What does sql.safe_mode ON/OFF affect? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php