php-windows Digest 25 Sep 2001 07:21:56 -0000 Issue 772

2001-09-24 Thread php-windows-digest-help
php-windows Digest 25 Sep 2001 07:21:56 - Issue 772 Topics (messages 9487 through 9504): upload file 9487 by: Stanley Cheung Re: Running dual Apache and IIS 9488 by: Erik H. Mathy 9489 by: Phil Driscoll 9490 by: Massimo Foti 9493 by: Asendorf, John

[PHP-WIN] BUG! ISAPI Information for PHP developera

2001-09-24 Thread Fazed
Hi PHP.net developers, I don't know where this should be posted, but I do know they read here. I had a Windows NT 4 Server, IIS 4.0, All NT and IIS hotfixes, PHP 4.0.6 running as ISAPI. This was working good. However I created a new script that made HEAVY use of the mySQL extension (built in).

Re: [PHP-WIN] [Fwd: IIS Installation]

2001-09-24 Thread Mark
On Mon, 24 Sep 2001 17:13:00 -0500, Craig Morrison wrote: > >Bill and I have been having numerous problems getting IIS and PHP to >cooperate >with each other. NT4 server, PHP 4.0.6, IIS 4. 'install.txt' has >been followed >to the letter. > >Xitami 2.4d7 is installed on the servers also for testing

Re: [PHP-WIN] Individual Lines of text

2001-09-24 Thread Justin Blake
> I am pulling down data from a switch which looks like > > Port 1, 33889029532 > Port 2, 0 > Port 3, 135852 > Port 4, 6652941243 > etc etc > > I need to know if it is possible with PHP to write a script that will pull > the individual lines of this text file and store them into a mysql database >

[PHP-WIN] Individual Lines of text

2001-09-24 Thread Devon
I am pulling down data from a switch which looks like Port 1, 33889029532 Port 2, 0 Port 3, 135852 Port 4, 6652941243 etc etc I need to know if it is possible with PHP to write a script that will pull the individual lines of this text file and store them into a mysql database line by line. Chee

[PHP-WIN] [Fwd: IIS Installation]

2001-09-24 Thread Craig Morrison
Bill and I have been having numerous problems getting IIS and PHP to cooperate with each other. NT4 server, PHP 4.0.6, IIS 4. 'install.txt' has been followed to the letter. Xitami 2.4d7 is installed on the servers also for testing purposes, PHP works without a hitch. Suggestions? Orig

[PHP-WIN] Re: help please

2001-09-24 Thread Gaylen Fraley
Start here: http://www.faqts.com/knowledge_base/index.phtml/fid/37 -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v1.2 Guestbook http://www.gaylenandmargie.com/publicscripts "Mustafa Koseoglu" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..

[PHP-WIN] Which command set when using php w/ mssql

2001-09-24 Thread Leonard Harris
Sorry for this simple-minded question, but this newbie couldn't find the answer by just looking around. When using php w/ an mssql db, does one always use the mssql-specific db cmds (i.e. mssql-connect() etc.)? Is there any good reason why one would use the odbc oriented commands in this case?

RE: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Sridhar Moparthy
Phil, 2. I have php_ldap.dll, php_oracle.dll, php4ts.dll and php.exe in "c:\php\" directory. All these files are accessible to iusr_* users with full control. Also these users have access to php.ini with full control. Also "Everyone" has "Fullcontrol" on all these files. I just gave administrato

Re: [PHP-WIN] help please

2001-09-24 Thread Angie Tollerson
Mustafa, What are you using to test the page? The best test is to have nothing but this in your sample.php Is your page still blank when you go to this? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Mustafa Koseoglu" <[EMAIL PROTECTED]> 09/24/01 09:

Re: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Phil Driscoll
On Monday 24 September 2001 6:15 pm, Sridhar Moparthy wrote: > Phil, > > Thank you for your reply. > > I have checked the following as mentioned in install.txt. > > 1. Php.exe -i is working properly from the dos prompt. > 2. All internet anonymous users have full access to PHP directory and all >

RE: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Sridhar Moparthy
Phil, Thank you for your reply. I have checked the following as mentioned in install.txt. 1. Php.exe -i is working properly from the dos prompt. 2. All internet anonymous users have full access to PHP directory and all its contents and php.ini file 3. Script file location is correct. But Still

RE: [PHP-WIN] Running dual Apache and IIS

2001-09-24 Thread Asendorf, John
> Plogon? As in: > > http://www.php.net/manual/en/function.ora-plogon.php > > Why start up Apache to do that when you can hit it via php cgi? Actually, OCIPLogon... Because there is no persistant logon to Oracle when you are in cgi mode. You can call the function, and it logs on, but as soon a

Re: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Phil Driscoll
On Monday 24 September 2001 5:23 pm, Sridhar Moparthy wrote: > > CGI Error > "The specified CGI application misbehaved by not returning a complete set > of HTTP headers. The headers it did return are:" > > install.txt tells you what to when you get this error. -- Phil Driscoll -- PHP Windows Ma

[PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Sridhar Moparthy
Hi All, I have been trying to install php4 on WinNT4 with IIS4. I could not complete the installation with "PHP 4.0.6 installer" from php.net as it failed to find some OCX control ( Don't know what OCX control). So I had to install manually. I did every thing as documented in php.net site. Whe

Re: [PHP-WIN] Running dual Apache and IIS

2001-09-24 Thread Massimo Foti
"Phil Driscoll" <[EMAIL PROTECTED]> wrote in message news:E15lY8R-000MAh-0W@anchor-post- > For some while I had IIS and Apache running on the same NT box. My production > machines at the time were NT boxes but I was migrating everything to Linux, > so I ran Apache configured to listen to Port 81 o

Re: [PHP-WIN] Running dual Apache and IIS

2001-09-24 Thread Phil Driscoll
On Monday 24 September 2001 4:43 pm, Asendorf, John wrote: > Since it seems impossible to make the isapi module work, I'm going to try > running Apache on a separate port so that I can get the Plogon functions > from the OCI8 module to work. Is anyone else doing something like this? I > remember

RE: [PHP-WIN] Running dual Apache and IIS

2001-09-24 Thread Erik H. Mathy
Hi All! > Well, I've had it with the isapi module and am feeling a bit of a crunch > here. I'm getting it from all sides and am starting to think > that I should > have just gone with ASP with our Oracle db as an ODBC source and been done > with it. Egads, man! Don't do it! ;) Seriously, thoug

[PHP-WIN] upload file

2001-09-24 Thread Stanley Cheung
Dear all, I tried to upload file with my php script... but my win2k always reject the file which is larger than 1.5MB can anyone help me to fixed this problem. pls advise. thx! Stanley -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

php-windows Digest 24 Sep 2001 15:47:00 -0000 Issue 771

2001-09-24 Thread php-windows-digest-help
php-windows Digest 24 Sep 2001 15:47:00 - Issue 771 Topics (messages 9481 through 9486): Re: Applying the memory-limit patch 9481 by: Elias Santiago Re: please send your reply messages to PHP forum 9482 by: Elias Santiago 9483 by: tl.blueyonder.co.uk 9485 by

[PHP-WIN] Running dual Apache and IIS

2001-09-24 Thread Asendorf, John
Well, I've had it with the isapi module and am feeling a bit of a crunch here. I'm getting it from all sides and am starting to think that I should have just gone with ASP with our Oracle db as an ODBC source and been done with it. Since it seems impossible to make the isapi module work, I'm goi

Re: [PHP-WIN] Re: please send your reply messages to PHP forum

2001-09-24 Thread Elias Santiago
I always press "Reply Group" under Outlook Express and sometimes messages get bounced back. I've checked the fields you mention, and nothing is out of the ordinary. BTW, the 'From' can't be changed when composing messages in OE 6, at least not by a casual user. <[EMAIL PROTECTED]> wrote in me

[PHP-WIN] help please

2001-09-24 Thread Mustafa Koseoglu
i have installed and configured php on apache and got it running. (it says apache and php are running...) but when i test my sample.php file i got nothing. (doesn't work). any help is appreciated. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a

RE: [PHP-WIN] Re: please send your reply messages to PHP forum

2001-09-24 Thread tl
You should use 'Reply-To' to reply only to the originator of the message, or 'Reply-To-All' to reply to the group as well. Your post to the group will bounce if you have posted with either the 'From' or 'Reply-To' fields containing a different address to that under which you subscribed. Tony --

[PHP-WIN] Re: please send your reply messages to PHP forum

2001-09-24 Thread Elias Santiago
Many times I have replied both to the news group and to the user who posted the last message, and the news group message sometimes gets bounced back. I read another message about others users also having this problem. "Burak Delice" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EM

[PHP-WIN] Re: Applying the memory-limit patch

2001-09-24 Thread Elias Santiago
I would like to know under what conditions does this memory limit occur. It occurs on all OS systems? Please clarify... "Gaylen Fraley" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > http://www.php.net/do_download.php?download_file=php-4.0.6-memlimit.diff.gz