[PHP-WIN] Re: can't view php

2002-04-18 Thread Steff
It looks like your web server hasn't been told to handle php files the way the are intended to. which web server are you using? check the php manual for installation advice - and perhaps also the web server's. HTH steff Joey wrote: > Everytime i try to view a php file on my serv

Re: [PHP-WIN] Connecting to a remote database

2002-04-18 Thread Steff
also most risky way is to set host = % and db = %. db = "DB" and host = "your.remote.machine" (or for several domains or IP-ranges) would be safer already (the rest of the fields/permissions to be set per row are mostly self-explaining). HTH steff Matt Babineau wrote: >

[PHP-WIN] Re: Apache 2.0.35 & php 4.2.0 RC4 includes

2002-04-18 Thread Steff
c_file.php"); I just set up php 4.1.2 and encountered the same "problem". I guess include_path='.;c:\php4\pear' is the default build-in php include path. So you have to override it using the php.ini directive. (In your case the important part in this directive is probab

[PHP-WIN] php 4.1.2 / $_SESSION

2002-04-29 Thread Steff
hi folks i'm just about to experiment with the new handling of session vars ($_SESSION[...]). now if i start with session_start(); $_SESSION["remember_me"] = "steff"; session_save_close(); // tested with and without this function call , the var value won't be

[PHP-WIN] Surprises with PHP4/IIS?

2001-05-05 Thread steff
customers proposal? Thank in advance and regards steff -- PHP Windows 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]