RE: [PHP-WIN] IIS4 doesn't start - Event Error 14

2001-07-18 Thread t . stocker
Hi Phil, Hello List First: Thanks for your help. Yes I controlled it twice. In the server properties (root MIME mapping) is no PHP - ISAPI Filter, and no MIME mappint pointig to this dll. Neither on the webs themselfes. There is no more php4isapi.dll needed, but Windows cries for it ... ??? Th

[PHP-WIN] Windows 2000 Advanced server trying to do a - header("WWW-Authenticate: Basic realm=\"Admin\"")

2001-07-18 Thread pmt_2k
Hi, im trying to get ie to throw up a www-authenticate box for username / password input. im running windows 2000 advanced server and php 4.0 the code im using (trying to anyway) click here to try again."; exit; } else if ((!$PHP_AUTH_USER == "user") && ($PHP_AUTH_PW == "pass")) print "You are

php-windows Digest 19 Jul 2001 02:10:06 -0000 Issue 658

2001-07-18 Thread php-windows-digest-help
php-windows Digest 19 Jul 2001 02:10:06 - Issue 658 Topics (messages 8374 through 8384): IIS4 doesn't start - Event Error 14 8374 by: t.stocker.freytelecom.ch 8377 by: Phil Driscoll Re: mysql_fetch_array 8375 by: Paul Smith 8378 by: Andrew.Martin Re: Printi

Re: [PHP-WIN] Password Protection

2001-07-18 Thread Julie Meloni
N> $code = mysql_query("SELECT password FROM newsauthors WHERE $name = author"); ?>> You're not extracting a result here, just executing the query (assuming you have succesfully created the connection to the db at some other point in your code). Look up mysql_result() (and others in the family

[PHP-WIN] Password Protection

2001-07-18 Thread Nintendoodle
I am trying to get a content management system up and running on my site. I want to have the thing password protected, and this was how I was going about it, passing on name and password variables in the urls of the management system. However, this doesnt work, it just says your password in cor

[PHP-WIN] Yeah, you are right

2001-07-18 Thread tttk
Oh, yeah, you are right. PHP can do it by array_splice(). I tested it, and it worked well. However, I can't realize it through javascript on IE, though it offers a function named splice(). But, I always meet a error report about "object not support the function". So... -- PHP Windows Mailing L

[PHP-WIN] Using cpdf

2001-07-18 Thread Steen Rabøl
Hi Have anyone used the cpdf functions with success ?? I gave it a try a few day ago, but for some reasons I was not able to create a simple pdf file. The sample from the manual simply generates a empty pdf - well the file is not empty but if you try to read it in Acrobat reader it's empty. T

[PHP-WIN] newbie question: stripslashes vs. changing the php.ini file

2001-07-18 Thread Matt Cahill
Hello, This is my first post to this mailing list, so I hope this is clear enough... What are the consequences of turning off 'magic_quotes_gpc' (ignore quotes)in the php.ini file to avoid / marks in my comment form, vs. inserting the line 'stripslashes($var);' in the page itself? Is this

[PHP-WIN] Send array from php to dll make in vb 6

2001-07-18 Thread Luiz Fernando \(Tuca\)
I make a dll in Vb6 and it have a funcition that have a variable of type VARIANT like parameter. In the program php I call this dll and your method and send a array make in php. Occurs a error : Invoke Failed : "Occured a exception", but if I pass a variable of type integer or string to other meth

RE: [PHP-WIN] mysql_fetch_array

2001-07-18 Thread Andrew.Martin
Thats it, I used the array solution which means I can directly call the specific variable outside the while loop. thanks again. Andrew -Original Message- From: Michael Rudel [mailto:[EMAIL PROTECTED]] Sent: 18 July 2001 16:15 To: 'Andrew.Martin' Subject: RE: [PHP-WIN] mysql_fetch_array

Re: [PHP-WIN] IIS4 doesn't start - Event Error 14

2001-07-18 Thread Phil Driscoll
On Wednesday 18 July 2001 15:21, [EMAIL PROTECTED] wrote: > Hi there > > We have a strange problem. On an WinNT Box (SP6a, all hotfixes) > I get this error: > > The HTTP Filter DLL C:\WINNT\php4isapi.dll failed to load. > The data is the error. (NT Event 14) Are you sure you removed php4isapi.dll

Re: [PHP-WIN] Printing text on a printer in PHP4 Using PRINTER function

2001-07-18 Thread Frank M. Kromann
Hi, The php_printer.dll can only be used to print on a printer attached to the server (or a network printer known by the server). Remember that PHP is a server based scripting language. The content you are sending to the client (HTML documents) are handled by the client alone. If your client

Re: [PHP-WIN] mysql_fetch_array

2001-07-18 Thread Paul Smith
So you have all these values stored in $variable_row[id], right? Assuming that's what you're saying, do this: for ($i=0; $i > I'm using this function to check the value of specific fileds per row in the > database. > such as > $query = "SELECT * FROM $dbn WHERE status = 4"; > $result = mysql

[PHP-WIN] IIS4 doesn't start - Event Error 14

2001-07-18 Thread t . stocker
Hi there We have a strange problem. On an WinNT Box (SP6a, all hotfixes) I get this error: The HTTP Filter DLL C:\WINNT\php4isapi.dll failed to load. The data is the error. (NT Event 14) : 7e 00 00 00 I copied the dll into the %systemdir%, now the IIS starts at least. But every time wit

php-windows Digest 18 Jul 2001 14:04:35 -0000 Issue 657

2001-07-18 Thread php-windows-digest-help
php-windows Digest 18 Jul 2001 14:04:35 - Issue 657 Topics (messages 8362 through 8373): phpinfo() 8362 by: Stuart Hunter 8363 by: Robin Bolton 8369 by: Philippe Saladin please help, a strange problem I met in form subimt. 8364 by: tttk Re: In Win2K, how to

[PHP-WIN] mysql_fetch_array

2001-07-18 Thread Andrew.Martin
I'm using this function to check the value of specific fileds per row in the database. such as $query = "SELECT * FROM $dbn WHERE status = 4"; $result = mysql_query($query) or die("failed to connect to DB"); while ($row = mysql_fetch_array ($result)) { print "row id = $row[id]";

Re: [PHP-WIN] Re: I cant install php on my computer

2001-07-18 Thread Phil Driscoll
On Tuesday 17 July 2001 22:22, Administrador wrote: > I've tryed cgi version but php doesn't work anyway Give us more details. As thousands of users will testify, it *does* work - there will just be a problem with your setup. Cheers -- Phil Driscoll -- PHP Windows Mailing List (http://www.php

[PHP-WIN] Re: Access Violation on WinNT4

2001-07-18 Thread elias
Try using PHP as CGI instead of ISAPI...that if you're not already using ISAPI "Jorge B. Ribarr" <[EMAIL PROTECTED]> wrote in message 003101c10f3b$1ecca620$0101a8c0@rose">news:003101c10f3b$1ecca620$0101a8c0@rose... Hi, When a user stop a process, with the stop button or click in another link. Ph

[PHP-WIN] Printing text on a printer in PHP4 Using PRINTER function

2001-07-18 Thread William Schipper
Does anybody has a script that will print basic text to a printer that is on the client side. In PHP4 it must be possible to write text to the printer. I'm working with EasyPHP. Do i have to include the file 'php_printer.dll' in the extensions dir and what lines do i have to add in the php.ini fil