[PHP-WIN] File does not exist: CGI error?

2001-11-02 Thread Hace
I've installed PHP with IIS5.0 When I type an URL for a PHP file that does not exist, I get a CGI error. For example: http://mysite/thisfiledoesnotexist.php == CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: ==

php-windows Digest 2 Nov 2001 11:35:07 -0000 Issue 834

2001-11-02 Thread php-windows-digest-help
php-windows Digest 2 Nov 2001 11:35:07 - Issue 834 Topics (messages 10166 through 10174): Re: include("remote host") under w2k problem 10166 by: Marek Wysmulek 10172 by: Ross Fleming Question about MySQL, ORDER 10167 by: BlueBytes Looking for a script 10168

RE: [PHP-WIN] Connecting to a database

2001-11-02 Thread Svensson, B.A.T.
What about the good old RTFM apporach, to start with? ;) -Original Message- From: Ross Fleming To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 2001-11-02 01:11 Subject: RE: [PHP-WIN] Connecting to a database What database are you using? There are several you can use. mssql, mysql, postgr

Re: [PHP-WIN] File does not exist: CGI error?

2001-11-02 Thread Thomas Juntunen
On 11/02/01 05:52, "Hace" <[EMAIL PROTECTED]> wrote: > Why does IIS sent everything that ends with ".php" to the PHP-parser, > even if the file does not exist on my server? > That is the way IIS works. You can go back into the properties of the web site and make sure the box for "Check if fi

[PHP-WIN] Apache, PHP and MySQL on WinXP

2001-11-02 Thread sven_erik
I am currently running Apache, PHP and MySQL on Win98, but is thinking about upgrading to WinXP Pro. Anyone has any experience with running Apache, PHP and MySQL on WinXP, and would like to share their experiences? Sven-Erik Andersen -- Get your firstname@lastname email for FREE at htt

[PHP-WIN] Re: ADODB - FieldCount? Where is it????

2001-11-02 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I'm getting calls to an undefined function in ADODB called FieldCount but it > doesn't seem to be in the adodb.inc.php > > Does anyone know where I can find it? > Line 1434 in adodb.inc.php: function FieldCount() {return $this->_numO

RE: [PHP-WIN] Re: ADODB - FieldCount? Where is it????

2001-11-02 Thread Asendorf, John
Well now I see it, but I don't understand why the function definition appears **after** function definitions which use it. But since I'm including the entire adodb.inc.php file before I use any of the functions FROM ADODB, it shouldn't be returning an error should it? I have a common include for

Re: [PHP-WIN] File does not exist: CGI error?

2001-11-02 Thread Ross Fleming
How do you do the same in Apache out of interest?.. Ross Thomas Juntunen wrote: > > On 11/02/01 05:52, "Hace" <[EMAIL PROTECTED]> wrote: > > > Why does IIS sent everything that ends with ".php" to the PHP-parser, > > even if the file does not exist on my server? > > > That is the way IIS w

[PHP-WIN] Creating dns via code...

2001-11-02 Thread Christian
Hello ;c) I have looked everywhere how can i create a dns to a db (access in my case) if i cant access the control panel (i can but i have to drive to work every time :c) There must be a way to create these via the web/php... i know coldfusion have this option and it is g8! Thanks Christian

[PHP-WIN] Apache 1.3.22 / PHP 4.0.6 on win nt 4.0 sp 6a

2001-11-02 Thread Karl Pietri
Help i have looked far and wide for how to install apache and php on windows. i found one and followed it on my workstation (not nt but win 98) and its all fine and dandy. so i develop my php app and go to install apache and php on the live server but it refuses to load the php module this is w

Re: [PHP-WIN] File Upload on Win2K

2001-11-02 Thread Bryant Brabson
What does your error log say? And what are the permissions on the relevant directories? From personal experience I can say that checking these 2 things you can quickly resolve the problem. >Message-ID: <[EMAIL PROTECTED]> >Date: Thu, 01 Nov 2001 13:25:27 -0600 >From: Joseph Koenig <[EMAIL PROTE

[PHP-WIN] Loading any php file runs inetinfo.exe utilization to 99%

2001-11-02 Thread MrBaseball34
What could cause loading any php file locally using http://localhost/phpfilename.php to run my inetinfo utilization to 99% and bring my system to a crawl? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-WIN] Re: ADODB - FieldCount? Where is it????

2001-11-02 Thread MrBaseball34
> Then the _numFields function is defined > differently depending upon the DB you are using. Make that the $_numFields variable e "property" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

RE: [PHP-WIN] Re: ADODB - FieldCount? Where is it????

2001-11-02 Thread MrBaseball34
> include ('common_include.inc'); // this include file has a line - include > ('adodb.inc.php'); > > > maybe it should be (?) > -- > > include ('adodb.inc.php'); > include ('common_include.inc'); > That is how I would do it, especially if any functions in common_include use any adodb fu

[PHP-WIN] Re: Loading any php file runs inetinfo.exe utilization to 99%

2001-11-02 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > What could cause loading any php file locally using > http://localhost/phpfilename.php > to run my inetinfo utilization to 99% and bring my system > to a crawl? Somehow it went away today... Go figure! -- PHP Windows Mailing Li

Re: [PHP-WIN] File does not exist: CGI error?

2001-11-02 Thread Thomas Juntunen
On 11/02/01 08:58, "Ross Fleming" <[EMAIL PROTECTED]> wrote: > How do you do the same in Apache out of interest?.. > > Thomas Juntunen wrote: >> >> On 11/02/01 05:52, "Hace" <[EMAIL PROTECTED]> wrote: >> >>> Why does IIS sent everything that ends with ".php" to the PHP-parser, >>> even if the

[PHP-WIN] Re: ADODB - FieldCount? Where is it????

2001-11-02 Thread John Lim
You probably have a syntax error in your SQL. To see why, set: $conn->debug = true; Errors in your SQL will cause $rs = $conn->Execute($sql) to return false to $rs, causing the problem. John Asendorf <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm gettin

Re: [PHP-WIN] File Upload on Win2K

2001-11-02 Thread Thomas Juntunen
On Thu, 01 Nov 2001 13:25:27 -0600, Joseph Koenig <[EMAIL PROTECTED]> wrote: >> I've been working on this all day and still am no further than I was >> this morning. I'm pulling my hair out. In php.ini, the upload_tmp_dir is >> set to "F:\PHP\uploadtemp", which is right where it should be. When I

[PHP-WIN] Re: Apache, PHP and MySQL on WinXP

2001-11-02 Thread Sebastian Bergmann
Sven Erik wrote: > Anyone has any experience with running Apache, PHP and > MySQL on WinXP, and would like to share their experiences? No problems here: Windows XP, Apache 2.0.28-dev, MySQL 3.23.43 and PHP 4.2.0-dev. It works, too, with 4.1.0-RC1. -- Sebastian Bergmann http://sebastian-

[PHP-WIN] Wrong date stamp with mail()

2001-11-02 Thread Ralph Nicovich
Hello, I have a recent instalation on Win2k using an Apache server. I am able to use the mail() function but it puts the wrong time on the mail... I send mail to the same smtp server as I use for Netscape messenger ... and netscape properly sets the time sent. I am at GMT -0800 but the mail get

Re: [PHP-WIN] File Upload on Win2K

2001-11-02 Thread Joseph Koenig
I am still unable to get this to work. I'm into my 2nd full day of messing with this and I'm still no further. Is anyone familiar with the product FileUp by SoftArtisans? Apparently it provides file upload capabilities for ASP. Is there any chance this is interfering with my file uploads from PHP,

RE: [PHP-WIN] Re: ADODB - FieldCount? Where is it????

2001-11-02 Thread Asendorf, John
I wish I had saved the exact code I was having the problem with. I can't even remember the exact function which was using the FieldCount subfunction for it. Aaargh... Actually, I think it was in the GetUpdateSQL function. Perhaps I had messed up the exact thing you are mentioning... it was my

[PHP-WIN] Error 'Failed opening ...' when using include command

2001-11-02 Thread Art Bowles
I have a php top score that functions correctly the only thing that does not work is when I try to use an include command. I want to display the tope scores in an existing php page, but when the script runs I get and error Here is the script http://24.114.69.70/phptop/CPella/scores.php?filename

[PHP-WIN] forcing variable declaration

2001-11-02 Thread Tim Foster
I've looked at the manual and php.ini file, but can't find what I'm looking for. Is there a way to make PHP force that variables be declared? (In VBScript, variables do not have to be declared unless "OPTION EXPLICIT" appears at the top of the script. I'm wondering if PHP has an equivalent).

[PHP-WIN] PWS and PHP

2001-11-02 Thread Dan the Man
Hi can anybody point me in the right direction to get PWS and PHP working. Ive use to PHP but never set it up on a system only ever used it on my ISP. PWS works fine and ive installed PHP but not sure how to get it to parse the files? Thanks in advance Dan -- PHP Windows Mailing List (http:/

[PHP-WIN] log-in system

2001-11-02 Thread GreatKent
Hi guys, I have an idea of making a log-in system, that's making a directory(include all files inside) not accessible to others unless they log-into my system. I wonder if it is possible to acheive it by using PHP4? Thanking you in advance. Kent -- PHP Windows Mailing List (http://www.php.ne

[PHP-WIN] Re: Wrong date stamp with mail()

2001-11-02 Thread anch.org
How about trying GMT +1600? Ugly solution but hey... Now for my mail() question. How to send AUTH info? "Ralph Nicovich" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I have a recent instalation on Win2k using an Apache server. > I am able to u

php-windows Digest 3 Nov 2001 06:56:10 -0000 Issue 835

2001-11-02 Thread php-windows-digest-help
php-windows Digest 3 Nov 2001 06:56:10 - Issue 835 Topics (messages 10175 through 10201): Re: Connecting to a database 10175 by: Svensson, B.A.T. Re: File does not exist: CGI error? 10176 by: Thomas Juntunen 10180 by: Ross Fleming 10188 by: Thomas Juntunen

[PHP-WIN] Re: Wrong date stamp with mail()

2001-11-02 Thread anch.org
Woops I had my email address as admin@ and this newsgroup automatically appended pb1.pair.com to the end of it. Sorry but I'm NOT [EMAIL PROTECTED] just so you know. "Anch.Org" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > How about trying GMT +1600? Ugly s

[PHP-WIN] Re: Creating dns via code...

2001-11-02 Thread anch.org
Have you tried a hosts file? -- 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]

Re: [PHP-WIN] Connecting to a database

2001-11-02 Thread anch.org
I'm your "Tech Psychic". You're obviously running one of those M$ productz and trying to install your own phpBB forum, aren't you? What you want to do is enter localhost as the host name (since you're a newbie you wouldn't be doing distributed access) and you'll have to use WinMySQLadmin to crea

[PHP-WIN] Re: Login-System

2001-11-02 Thread anch.org
Have you considered .httaccess? -- 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]

[PHP-WIN] Re: PHP.ini problems

2001-11-02 Thread anch.org
I'm having the same problem. It's due to the mail server set to AUTH permissions for mail relay via SMTP. The only way I know of to make it work is to open up your mail server to act as a full mail relay, letting spammers do what they want... Not a happy solution. Now I ask this question again

[PHP-WIN] Re: log-in system

2001-11-02 Thread anch.org
use .httaccess -- 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]

[PHP-WIN] Need advise: COM object in a session variable

2001-11-02 Thread Alexander Sokolsky
I am porting a "legacy" application from IIS/ASP to Apache/PHP4. The ASP application instantiates server side COM object implemented by custom out of process server. This COM object is then maintained for the duration of the session. Subsequent HTTP request are processed by the ASP code wh

[PHP-WIN] Re: Looking for a script

2001-11-02 Thread anch.org
I thought push technology went out with commuting to work. -- 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]

RE: [PHP-WIN] Can I rotate a gif with PHP

2001-11-02 Thread Robert Trembath
Hello Everyone, I am generating some analylitical reports from a database using S-Plus that produce a gif and then calling that gif as part of the report. But I need to rotate this gif 90 degrees CW. Can I do that with PHP? Platform - W2K MySQL PHP 4.04 Let me clarify this. The app is

[PHP-WIN] Re: [PHP-DB] RE: [PHP-WIN] Can I rotate a gif with PHP

2001-11-02 Thread Pierre-Alain Joye
> that produce a gif and then calling that gif as part of the report. But > I need to rotate this gif 90 degrees CW. > > Can I do that with PHP? > > Platform > - > W2K > MySQL > PHP 4.04 > > Let me clarify this. The app is written in PHP and I cannot find > anything that references rot