php-windows Digest 26 Jun 2002 22:27:13 -0000 Issue 1212

2002-06-26 Thread php-windows-digest-help
php-windows Digest 26 Jun 2002 22:27:13 - Issue 1212 Topics (messages 14418 through 14429): Interbase on IIS with php 4.21 14418 by: Saci Self Answer 14419 by: Saci fsockopen and HTTP/1.1??? 14420 by: Alex Elderson Re: php Expanding Menu System Wanted 1442

[PHP-WIN] php error logging

2002-06-26 Thread Joris Pinnoo
in php.ini my error_log directive has a specific value : c:\php\error.log so all the errors are logged in one file. how do you make multiple log-files? each file containing the errors from one specific website. any ideas? thanks, Joris Pinnoo -- PHP Windows Mailing List (http://www.php.net

Re: [PHP-WIN] file upload woes...(solved)

2002-06-26 Thread Nicholas Stuart
DUH! never mind the newb over in the corner! Changed the wrong max file size setting. Oh well...live and learn! Nicholas Stuart said: > Hello and good day all. I am having problems trying to upload files > through php. Followed the online manual and the uploading appears to > work fine for small

[PHP-WIN] file upload woes...

2002-06-26 Thread Nicholas Stuart
Hello and good day all. I am having problems trying to upload files through php. Followed the online manual and the uploading appears to work fine for small text files. But when I go to try and upload say an mp3 it doesnt work. It just spits back the error:Warning: Unable to open '' for reading: N

Re: [PHP-WIN] Newbye question

2002-06-26 Thread Scott Hurring
Yiss. php.ini, look for "error_reporting" i suspect that yours is set to the (default) of: "error_reporting = E_ALL" and the ISP's is set to something a bit more terse, like: "error_reporting = E_ALL & ~E_NOTICE" Notices are great for debugging and developing code, so i suggest you keep th

Re: [PHP-WIN] file_exists()

2002-06-26 Thread Eugenio Tacchini
At 10.25 26/06/2002 -0500, Anthony Ritter wrote: >I have a question about the PHP function file_exists(): > >This is taken from a textbook entitled "PHP Professional Projects" by >Wilfred, Gupta, Bhatnagar (Premier Press 2002 - ISBN1-931841-53-5) on page >261 under the chapter titled "Handling Fil

[PHP-WIN] file_exists()

2002-06-26 Thread Anthony Ritter
I have a question about the PHP function file_exists(): This is taken from a textbook entitled "PHP Professional Projects" by Wilfred, Gupta, Bhatnagar (Premier Press 2002 - ISBN1-931841-53-5) on page 261 under the chapter titled "Handling Files". The authors write... "Consider the following co

RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST

2002-06-26 Thread Mikey
OK, as I said - I have already read this - if you can find where it shows how to create an *archive* within this compressed file, please let me know... Mikey > -Original Message- > From: Dash McElroy [mailto:[EMAIL PROTECTED]] > Sent: 25 June 2002 23:24 > To: '[EMAIL PROTECTED]'; '[EMAIL

RE: [PHP-WIN] php Expanding Menu System Wanted

2002-06-26 Thread Asendorf, John
If you want what I created (you can see it in action at www.lcounty.com) I'd be happy to send you the files. It's fairly simple and could be altered very easily to fit your needs. The menus are created on the fly from an include file... Once you've checked it out, let me know if it's what you'r

[PHP-WIN] fsockopen and HTTP/1.1???

2002-06-26 Thread Alex Elderson
Hi, I build a few functions to open webpages on the internet. But it doesn't work very well, the first page is good the second page isn't good. The output of this script will be somthing like this: open connection to webapps.hardinxveld.netflex.nl oke get / done get / failt Closing conn

[PHP-WIN] Self Answer

2002-06-26 Thread Saci
I downloaded http://www.php.net/do_download.php?download_file=php-4.2.1-installer.exe Then extracted all file form extensions folder and copy to c:\php\extensions And added this to php .ini ; Directory in which the loadable extensions (modules) reside. extension_dir = c:\php\extensions\ extensi

[PHP-WIN] Interbase on IIS with php 4.21

2002-06-26 Thread Saci
I have Interbase (Firebird) installed and working When i try to connect using PHP4.21 (Installed with autoinstaler) I receive the folowing message Fatal error: Call to undefined function: ibase_connect() in d:\inetpub\wwwroot\impac\php\teste16.php on line 7 Why the ibase)connect() functio

php-windows Digest 26 Jun 2002 08:06:47 -0000 Issue 1211

2002-06-26 Thread php-windows-digest-help
php-windows Digest 26 Jun 2002 08:06:47 - Issue 1211 Topics (messages 14397 through 14417): Sendmail not working need help 14397 by: Patanjali Telang how to install pear package in Windows 14398 by: Yang 14399 by: Martin Mørup 14400 by: Yang 14401 by

[PHP-WIN] Re: Get/Post and Security Issues [UPDATE]

2002-06-26 Thread Brian Graham
I've solved the problem. url_rewriter.tags = "" Once I uncommented this and emptied the string out, everything worked fine. "Brian Graham" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Apache 1.3.26 > PHP 4.2.1 > > When I enter username and password informa