[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 present

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]>

[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]

[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

[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 ov

Re: [PHP] Session problems

2001-07-19 Thread Bernie Kruger
h > --enable-trans-sid, where the PHPSESSID is automatically attached to all > URLs and forms without using cookies. > try to do session_register() before session_start() in 1.php, or do not > use session_start() in 1.php (only session_register()). > > slavko > > > On Thu, 19

[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";)

[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] 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] 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 Lis

[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 bo

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... &