[PHP-WIN] Re: Virtual Remote Directories and IIS

2002-08-26 Thread Tracker1
Probably your IUSR_MACHINENAME doesn't exist on the other machine, or doesn't have read/write/execute on the remote system.. usually when you connect to a remove fs for a virtual folder, it will request a username and password for iis to use for authentication... -- ==

[PHP-WIN] Re: "Headers already sent" error message

2002-08-26 Thread Deepak Kumar Vasudevan
Hi, Try adding ob_start() as the first line of your script. This will turn on Output Buffering for that script alone. -- == The most successful method of programming is to begin a program as simply as possible, test it, and then add to the program un

php-windows Digest 27 Aug 2002 02:31:26 -0000 Issue 1309

2002-08-26 Thread php-windows-digest-help
php-windows Digest 27 Aug 2002 02:31:26 - Issue 1309 Topics (messages 15520 through 15525): Re: php help 15520 by: Rich Gray Seeking Information on Writing Extensions for Windows 15521 by: Bruce Bailey Re: re-initiating a sesion 15522 by: David Hollister Re: php p

Re: [PHP-WIN] php pages appear only on server machine, not in others computers with IIS

2002-08-26 Thread H Marc Bower
I know it isn't supposed to be necessary, but when using the CGI version of php I have had to reboot the server (not just start/stop services) before when adding php to a new site. Give that a try. (V) - Original Message - From: "David Hollister" <[EMAIL PROTECTED]> To: "'Saci'" <[EMAIL

[PHP-WIN] Virtual Remote Directories and IIS

2002-08-26 Thread Jeremy Johnson
I've just installed PHP 4.2.2 as an ISAPI filter on IIS 5.0. PHP scripts local to the server are executing without complaint, however when executed from a virtual remote directory my PHP test script () always returns the following error: Warning: Failed opening '(network path of vrd)\test.php' f

RE: [PHP-WIN] php pages appear only on server machine, not in others computers with IIS

2002-08-26 Thread David Hollister
Check the Application Settings\Execute Permissions. Otherwise try playing with Integrated NT authentication or anonymous access settings. -Original Message- From: Saci [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 4:15 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] php pages ap

RE: [PHP-WIN] re-initiating a sesion

2002-08-26 Thread David Hollister
It was my understanding that by setting a cookie, the returning visitor should be automatically reconnected to viable (non-expired) session information with the use of session_start(). IOW, the session_start not only starts a session, but it also reconnects to existing session info. I don't thin

[PHP-WIN] Seeking Information on Writing Extensions for Windows

2002-08-26 Thread Bruce Bailey
Hi Are there any good books (or other reference materials) on writing extensions in the Windows environment? I notice that there are tools for UNIX-based extension development (i.e. ext_skel), but none for Windows. Thanks, Bruce Bruce Bailey 2525 SW First Avenue Portland, OR 97201 (503) 29

RE: [PHP-WIN] php help

2002-08-26 Thread Rich Gray
I presume you have v4.2 of PHP installed... Globals are off by default so use $_POST['id'] in course.php or set register_globals to on in php.ini (security implications however) -Original Message- From: mathew jose seby [mailto:[EMAIL PROTECTED]] Sent: 23 August 2002 23:23 To: [EMAIL PRO

php-windows Digest 26 Aug 2002 13:27:45 -0000 Issue 1308

2002-08-26 Thread php-windows-digest-help
php-windows Digest 26 Aug 2002 13:27:45 - Issue 1308 Topics (messages 15501 through 15519): Re: re-initiating a sesion 15501 by: Peter Houchin 15502 by: Kieran Hall 15512 by: Paul Roberts Re: accessing the regisry with php 15503 by: php 15504 by: Ros

[PHP-WIN] test

2002-08-26 Thread Fady Fouad
-- == "You are the salt of the earth; but if the salt loses its flavor, how shall it be seasoned? It is then good for nothing but to be thrown out and trampled underfoot by men." - Matthew 5:13 Fady Fouad http://www.geocities.com/superfady

RE: [PHP-WIN] flat file databases with PHP

2002-08-26 Thread Svensson, B.A.T. (HKG)
> A /data base/ could (informally) be a number a things such as: > > a) a collection with related information (recorded facts) in any >kind of format (a telephone book is then in this sense a database, >and even meeting notes in your agenda could be regarded as a database.) > > b) a data

RE: [PHP-WIN] flat file databases with PHP

2002-08-26 Thread Svensson, B.A.T. (HKG)
Definitions: A /flat file/ is a plain text file. A /data base/ could (informally) be a number a things such as: a) a collection with related information (recorded facts) in any kind of format (a telephone book is then in this sense a database, and even meeting notes in your agenda could b

[PHP-WIN] Re: accessing the regisry with php

2002-08-26 Thread Tracker1
"Kevin Fonner" <[EMAIL PROTECTED]> wrote in message... > Anybody know what a good way to access the windows registry with PHP? Best bet is to use a com object to access the registry.. if you do a search for "ASP REGISTRY" even though the search is for ASP objects, they will be usable in PHP with

Re: [PHP-WIN] ISAPI & CGI

2002-08-26 Thread Tracker1
"Luis Ferro" <[EMAIL PROTECTED]> wrote in message... > ISAPI -> Loaded as a module when the web server comes online > CGI -> Called when a request is made > > FAST-CGI -> Pool of CGI engines that allow a faster CGI execution then > the plain CGI, but it's slower then ISAPI > > Also there are chang

[PHP-WIN] php pages appear only on server machine, not in others computers with IIS

2002-08-26 Thread Saci
On my develop machine , who is the where IIS server is running everything works perfect, all html and php pages works ok. If I try to use another computer on the same network to browse my pages, I receive only the html pages and the message CGI ERROR while trying to open a php page. What I n

[PHP-WIN] flat file databases with PHP

2002-08-26 Thread crizz
So, one more begginers question. I want to ask about "flat file databases". What exactly is it. It's just projects that store their data on simply files, or it's a database system (like Mysql). Are there any rules on how to store and retrieve data from files, so they will be called "flat file data

Re: [PHP-WIN] re-initiating a sesion

2002-08-26 Thread Paul Roberts
have a look at session_set_cookie_params in the man Paul Roberts http://www.paul-roberts.com [EMAIL PROTECTED] - Original Message - From: "Kieran Hall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 26, 2002 12:57 AM Subject: RE: [PHP-WIN] re