RE: [PHP-WIN] Session errors....

2002-03-27 Thread Martin.Andrew
That does the trick, I must have changed this (long) before as it was looking for a directory that no longer exists! Thanks. -Original Message- From: Piotr Pluciennik [mailto:[EMAIL PROTECTED]] Sent: 28 March 2002 08:15 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Session errors Hi,

[PHP-WIN] R: [PHP-WIN] Session errors....

2002-03-27 Thread Alberto. Sartori
Check if you have the correct permissions on that folder (write) -Messaggio originale- Da: Piotr Pluciennik [mailto:[EMAIL PROTECTED]] Inviato: giovedì 28 marzo 2002 8.15 A: [EMAIL PROTECTED] Oggetto: Re: [PHP-WIN] Session errors Hi, PHP cannot save session information to your disk

php-windows Digest 28 Mar 2002 07:15:23 -0000 Issue 1066

2002-03-27 Thread php-windows-digest-help
php-windows Digest 28 Mar 2002 07:15:23 - Issue 1066 Topics (messages 12781 through 12797): Re: decision between explorer types 12781 by: Nicole Amashta 12782 by: Dan Zarrella PHP / WinNT 4.0 / Apache - what is most stabile? 12783 by: Alan McKay 12784 by: Ra

Re: [PHP-WIN] Session errors....

2002-03-27 Thread Piotr Pluciennik
Hi, PHP cannot save session information to your disk. As described in error message you probably haven't defined correct path to session directory (it's different on linux and windows)... or not set rights to it. So check php.ini "session.save_path" and properties of that directory. For exampl

[PHP-WIN] dynamic site on windows server

2002-03-27 Thread olinux
Hi all, My company is considering a move from static to db driven site. I am looking to find a solution to allow URL's to be structured in "search engine friendly" format [i.e. http://website.com/region/article/article_id ] as search engine traffic is very important. I have found some great re

[PHP-WIN] Anyone use CodeCharge for PHP and have Resources?

2002-03-27 Thread scott
Just curious if anyone uses CodeCharge to do RAD for PHP, and if they have any good links for sites with sample code, or discussion boards, or mailing lists, etc.? I have been learning it, and it seems really cool. Also, any competitive products that actually work that might be COOLER than codec

[PHP-WIN] Re: connecting to a database using ODBC

2002-03-27 Thread Christoph Grottolo
| I need to connect to an acces database, Using php on Windows with Apache. | If anyone has some sample code I would greatly appreciate it I am lost about | the wholeODBC thing. watch at www.thickbook.com there are sample scripts for almost every type of db connection Christoph -- PHP Windo

Re: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Shane Caraveo
Alan McKay wrote: >>Well, I'm just giving alternatives. Look at apache and >>mod_fastcgi as an >>alternative. The phpfcgi.exe for 4.1.x is available from my >>site (will >>be included in php 4.2). > > > Oh, so it's available for apache, too? > OK, I may just give it a try then. But what is

RE: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Alan McKay
> Well, I'm just giving alternatives. Look at apache and > mod_fastcgi as an > alternative. The phpfcgi.exe for 4.1.x is available from my > site (will > be included in php 4.2). Oh, so it's available for apache, too? OK, I may just give it a try then. But what is the status of this when u

Re: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Shane Caraveo
Alan McKay wrote: > > > You can find the executables for FastCGI/IIS/iPlanet/PHP at > > www.caraveo.com/fastcgi/, and the Apache mod_fastcgi at fastcgi.com. > > Another plug for the IIS version, Apache doesn't have any support for > > IIS/NTFS security that I am aware of, the IIS/FastCGI plug

RE: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Alan McKay
> You can find the executables for FastCGI/IIS/iPlanet/PHP at > www.caraveo.com/fastcgi/, and the Apache mod_fastcgi at fastcgi.com. > Another plug for the IIS version, Apache doesn't have any support for > IIS/NTFS security that I am aware of, the IIS/FastCGI plugin does. IIS is not an optio

Re: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Shane Caraveo
You can also try FastCGI. I would suggest you get a load test program, and test your scripts under various loads. Microsoft has a free one (http://webtool.rte.microsoft.com), and there is one by the Apache group. Both the Apache and IIS sapi modules are multithreaded, and you may run into is

RE: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Alan McKay
Sure, I guess I could do that, but I was hoping someone may have already done this. If not, then I guess I don't have much of a choice in the matter ;-) thanks, -Alan > Why don't you test the different versions and let us know > which is more > stable. On Windows stability is a very subjectiv

Re: [PHP-WIN] Session errors....

2002-03-27 Thread R'twick Niceorgaw
create a directory called c:\temp and replace \tmp to c:\\temp in your php.ini file on the windows server. - Original Message - From: "Martin.Andrew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 11:07 AM Subject: [PHP-WIN] Session errors > Quick Questi

RE: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Rasmus Lerdorf
Well, the standalone CGI version is the most stable and will likely always be the most stable as it has the least integration with the destabilizing forces around it. It is also of course the slowest. -Rasmus On Wed, 27 Mar 2002, Alan McKay wrote: > Sure, I guess I could do that, but I was hop

[PHP-WIN] Session errors....

2002-03-27 Thread Martin.Andrew
Quick Question... I am registering a session with the session_start(), session_register() functions, when I do it on our test server (UNIX, Apache) I have no problems, locally (Win2K, Apache) I get the follwoing error Warning: open(/tmp\sess_0ac1a7836d05713e245d299b54528e64, O_RDWR) failed: m (2

Re: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Rasmus Lerdorf
Why don't you test the different versions and let us know which is more stable. On Windows stability is a very subjective thing. -Rasmus On Wed, 27 Mar 2002, Alan McKay wrote: > Folks, > > This is kind of frustrating. > > I'm reading the install.txt and near the top it explains about the 2 ver

[PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Alan McKay
Folks, This is kind of frustrating. I'm reading the install.txt and near the top it explains about the 2 versions, those being PHP.EXE and the SAPI modules. It then says that the SAPI version is not considered production grade, and is still unstable "especially on platforms older than W2K". Th

Re: [PHP-WIN] Re: decision between explorer types

2002-03-27 Thread Dan Zarrella
str_replace might also be of intrest, in replacing regex with faster string functions. _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visi

Re: [PHP-WIN] Re: decision between explorer types

2002-03-27 Thread Nicole Amashta
Hi, Dan, Thanks, and I will use them also! nicole =) "Dan Zarrella" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > the php string functions strstr and stristr are faster and just as usefull > as the regex stuff in this case, strstr(string haystack, string ne

php-windows Digest 27 Mar 2002 15:02:10 -0000 Issue 1065

2002-03-27 Thread php-windows-digest-help
php-windows Digest 27 Mar 2002 15:02:10 - Issue 1065 Topics (messages 12768 through 12780): Re: PHP as an Apache module 12768 by: Helphand 12769 by: Tommy Claasens / QDC KZN 12770 by: Ali Nayeri 12772 by: Tommy Claasens / QDC KZN buggi decision script

Re: [PHP-WIN] Re: decision between explorer types

2002-03-27 Thread R'twick Niceorgaw
Here's a small CLASS that I use to distinguish between various browsers. It doesn't work with all browsers but works for most versions of IE/netscape/opera. http://www.utkalika.net/projects/browser.phps R'twick Niceorgaw "Fabian Hoffmann" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"

Re: [PHP-WIN] Re: decision between explorer types

2002-03-27 Thread Dan Zarrella
the php string functions strstr and stristr are faster and just as usefull as the regex stuff in this case, strstr(string haystack, string needle) is case sensitive, and stristr is insensitive.-dan _ Join the world’s largest e-mail

[PHP-WIN] Re: decision between explorer types

2002-03-27 Thread Nicole Amashta
You need to try a broader check. You can use regular expressions for this: if ( eregi( "ie", $HTTP_USER_AGENT ) ) ## IE browsers (all versions) { ## do something } else ## all other browsers { ## do something } The regular expression "eregi" is a case-insensitive search. You can use ereg

Re: [PHP-WIN] Failed opening for inclusion

2002-03-27 Thread sonia
If your server run at Linux : yes. But about windows it seems not. I would like to know if there is a solution. "Alberto. Sartori" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] You can do this? use an URL as an argument for include? -Messaggio originale- Da: So

[PHP-WIN] R: [PHP-WIN] Failed opening for inclusion

2002-03-27 Thread Alberto. Sartori
You can do this? use an URL as an argument for include? -Messaggio originale- Da: Sonia [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 27 marzo 2002 13.39 A: [EMAIL PROTECTED] Oggetto: [PHP-WIN] Failed opening for inclusion Hie all, Do someone knows why i've got an error when my script

[PHP-WIN] Failed opening for inclusion

2002-03-27 Thread Sonia
Hie all, Do someone knows why i've got an error when my script is: http://domain.com/test.php";) ?> Error : Failed opening 'http://domain.com/test.php' for inclusion (include_path='') Other include on my localhost (server : IIS5) are ok Thanks all French kiss Sonia -- PHP Windows Mail

[PHP-WIN] Mail() problem solved!

2002-03-27 Thread Alberto. Sartori
Hi guys, like I've mentioned some days ago, I solved my problem using mail() function. It was appear "Server error" My SMTP server was correctly configured but one option wasn't. Open IIS console, SMTP Service, right click, select the ACCESS menu, CONNECTION (Grant the access ONLY to your machin

[PHP-WIN] decision between explorer types

2002-03-27 Thread Fabian Hoffmann
Hi all! I need your for a buggi PHP-Skript! At the start of my Page my Script must automaticly decide between IE or other Explorers!! Because the Iex Version is another then the Netscape Version!! My Scipt at the moment: The Problem is I cant write all Iex versions into the script...

RE: [PHP-WIN] PHP as an Apache module

2002-03-27 Thread Tommy Claasens / QDC KZN
What exactly do you mean with "and then ofcourse it doesn't load my extensions and the rest of formatings." Thanks Tommy -Original Message- From: Ali Nayeri [mailto:[EMAIL PROTECTED]] Sent: Wed, 27 Mar 2002 10:15 To: Tommy Claasens / QDC KZN; [EMAIL PROTECTED] Subject: RE: [PHP-WIN]

[PHP-WIN] buggi decision script

2002-03-27 Thread Fabian Hoffmann
Ich bräuchte ganz dringend eure Hilfe, wegen einem Buggi PHP - Script!! Ich muss am Anfang von einer Page automatisch zwischen einem IE und Netscape unterscheiden, da dann zwei vers. Weiterleitungen kommen Das habe ich bis jetzt so gemacht!! Nur kann ich ni