[PHP] Re: Upgrading to Windows 2000

2001-07-31 Thread Bernie Kruger

Hi,

I am running PHP 4.0.5 on Win2K.  The ISAPI module gave me lots of headaches
and crashed the server every other minute, but the CGI one runs like a
dream.  I am using IIS5.

BK

Amarjit Jutley [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 We are presently running PHP on a Windows NT 4.0 platform and all is
working
 correctly, we however want to upgeade to Windows 2000 server platform

 My question is the application compatible with Windows 2000.

 I cannot find the version but listed the size and date of the files
 installed.

 PHP.exe20kb12/10/2000
 PHP.ini24Kb06/10/2000
 php4ts.dll964kb12/10/2000

 Thanks





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PHP_GD PNG Format

2001-07-24 Thread Bernie Kruger

Hi,

What is the default viewer for this file format.  I create graphs for users
and many of them cannot open the page with the embedded .png picture.

Tx
Bernie



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PDF dll

2001-07-24 Thread Bernie Kruger

Hi,

Are there any Freeware/Opensource PDF dll's?

Tx
BK



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PDF dll

2001-07-24 Thread Bernie Kruger

Yes I have,  but it says it has expired and I must get a new one from
www.pdflib.com.  When I download one there it prints www.pdflib.com as a
background image on all my pages.  I don't want to use it commercially and I
dont want to have that background image.


Daniel Rezny [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello Bernie,

 Tuesday, July 24, 2001, 3:33:53 PM, you wrote:

 BK Hi,

 BK Are there any Freeware/Opensource PDF dll's?

 BK Tx
 BK BK

 You should have one in your distribution

 --
 Best regards,
  Danielmailto:[EMAIL PROTECTED]





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Session problems

2001-07-19 Thread Bernie Kruger

Hi,

I use this simple session script below,  but the session variables are not
carried over from 1.php to 2.php.  What can be wrong?  I can see on the
server that the files are created.  When I open 1.php a 1K file is created
on the server and the contents (my_session_variable|s:10:some value;).
When I open 2.php afterwards a 0K file is created on the server which is
empty.

I use IIS5, Win2k, PHP 4.0.5, IE5.5.
Session method: files

(1.php)

?php
session_start();
$my_session_variable = some value;
session_register(my_session_variable);
?

and

(2.php)

?php
session_start();
print Value of 'my_session_variable': $my_session_variable;
?

Tx
BK



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Session problems

2001-07-19 Thread Bernie Kruger

Tried everything all of you suggested, still no luck :-(

BK

Bernie Kruger [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi,

 I use this simple session script below,  but the session variables are not
 carried over from 1.php to 2.php.  What can be wrong?  I can see on the
 server that the files are created.  When I open 1.php a 1K file is created
 on the server and the contents (my_session_variable|s:10:some value;).
 When I open 2.php afterwards a 0K file is created on the server which is
 empty.

 I use IIS5, Win2k, PHP 4.0.5, IE5.5.
 Session method: files

 (1.php)

 ?php
 session_start();
 $my_session_variable = some value;
 session_register(my_session_variable);
 ?

 and

 (2.php)

 ?php
 session_start();
 print Value of 'my_session_variable': $my_session_variable;
 ?

 Tx
 BK





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Free Hosting Sites

2001-07-16 Thread Bernie Kruger

I need some free PHP hosting sites.  Any url's that you can spare?

Tx
Bernie



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Windows Login Name

2001-07-12 Thread Bernie Kruger

I saw this post in an HTML or Javascript group (can't remember) and I
wondered if it is possible in PHP.  Can one get the username of a person
logged in on a Windows machine with a PHP variable?  I have scanned the
doc's quickly but I cannot find anything.

Tx
Bernie



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PHP irc chatrooms

2001-07-12 Thread Bernie Kruger

Hi,

Does anyone know of any PHP related chatrooms?

Tx
Bernie



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PHP Books

2001-07-05 Thread Bernie Kruger

Hi,

I know this may be a previously discussed topic, but I want to be sure I get
the right books.  I need a good book on intermediate PHP programming.  I am
looking to buy PHP 4 Bible, but is that the best I can get?

I looked through the list on the PHP website, but it does not rate the books
so I don't know which is best to start off with.  Untill now I have used the
manual, but I need more everyday examples.

Tx
Bernie



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-28 Thread Bernie Kruger

I had PHP 4.0.5 ISAPI running in Win2K IIS5.  It also crashed every few
minutes.  I switched over to CGI and now its running like a dream.

Bernie Kruger

Phil Driscoll [EMAIL PROTECTED] wrote in message
01062709242201.02176@linux">news:01062709242201.02176@linux...
 On Tuesday 26 June 2001 21:35, Jason Lustig wrote:
  I have PHP 4.04pl1 set up on a IIS 5 server on Windows 2k. However, it
  keeps on crashing the server -- not all the time, but sometimes it does,
  sometimes it doesn't. And I have no idea whatsoever what is causing it.
I
  *think* that it has to do with my include()s. I end up including all my
  function and nav libraries into each and every page, which turns out to
  maybe 10 includes. Theoretically, yes, it would put a hit on the server
  because PHP uses the file system so much, but it shouldn't crash it.
 
  Is this possibly the reason it is crashing?

 Assuming that you are using the ISAPI version of PHP, it is probably
crashing
 because that version of PHP is not very stable. You should upgrade to
4.0.6
 which contains improvements in that area, but it is still not perfect. If
you
 find 4.0.6 unstable either change from ISAPI to CGI or if you can, change
 from IIS to Apache and use the Apache module version of PHP.

 Cheers
 --
 Phil Driscoll

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]