php-windows Digest 7 Sep 2001 05:15:11 -0000 Issue 741

2001-09-06 Thread php-windows-digest-help
php-windows Digest 7 Sep 2001 05:15:11 - Issue 741 Topics (messages 9216 through 9222): Need some comments ! 9216 by: Marcel Prisi Re: Installing on NT -- SOLVED 9217 by: George Pitcher Access to LDAP server from PHP on NT with IIS 9218 by: Sridhar Moparthy php4ap

Re: [PHP-WIN] Table Search please HELP

2001-09-06 Thread leo g. divinagracia iii
assuming table has column1,... column5. and you want to print all five columns. your print statement would read: print $row[column1], $row[column2]... ,$row[column5]; you are just printing one column, the TECHCONTACT one... instead of all the ones you want. there's also a print a

[PHP-WIN] Table Search please HELP

2001-09-06 Thread Devon
Below is an example of my code which searches a table and prints the result, the problem is that it only displays the TechContact where I want it to display all the fields that associated with it in that row off the colum eg. Mobile, AdminContact etc etc Any suggestions? if ($TechContact == "")

[PHP-WIN] Safe mode w/ IIS4 + PHP

2001-09-06 Thread Eric R. Gavin
I've looked all around on this stuff to no avail. It appears that Safe Mode just isn't working on my machine. I'm running PHP as a CGI executable and with the config option: safe_mode = on I can still merrily delete files from the root of my C: Before I get a response of, "Well, just change t

[PHP-WIN] php4apache.dll not loading under W98/Apache/PHP4.0.4

2001-09-06 Thread Jean Philippe Reis
I'm using windows 98, Apache 1.3.19 and php 4.0.4, and it used to work fine until some weeks ago. Now when I start apache, with php configured as a module, it gives me the folowing error: "Syntax error on line 190 of c:/programas/apache group/apache/conf/httpd.conf: Cannot load c:/programas/php/sa

[PHP-WIN] Access to LDAP server from PHP on NT with IIS

2001-09-06 Thread Sridhar Moparthy
Hi, We are going to setup a web server on WINNT. We are going to use PHP to develop our web site. Do I need to install any software on NT server to access LDAP server from PHP?. I know that I have to install PHP with LDAP option. Other than that do I need any other software to access LDAP with

Re: [PHP-WIN] Installing on NT -- SOLVED

2001-09-06 Thread George Pitcher
Sorry, a bit premature - it's now running fine. Now wait for all my desperate calls for help in coding! Regards George - Original Message - From: George Pitcher <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2001 2:34 PM Subject: [PHP-WIN] Installing on NT >

[PHP-WIN] Need some comments !

2001-09-06 Thread Marcel Prisi
Hi all PHPWin users !! Could some of you comment on using php4 on Win2k/IIS/SQLServer2k on production systems, on quite high load servers (25-50 mio pageviews/month spread across 3 bi-proc machines with enough ram + 3 SQLServer machines) Even if you have lower loads, how well does latest php run

php-windows Digest 6 Sep 2001 14:42:36 -0000 Issue 740

2001-09-06 Thread php-windows-digest-help
php-windows Digest 6 Sep 2001 14:42:36 - Issue 740 Topics (messages 9206 through 9215): SNMP Message 9206 by: Anov Mailoa 9214 by: Daniel Beulshausen Debug in VC 9207 by: Avex Apache1.3.20+mod_ssl+php4.06 9208 by: Administrator Re: Install issue 92

[PHP-WIN] Installing on NT

2001-09-06 Thread George Pitcher
Hi all, Having done an install of 4.0.6 on NT4SP6a and restarted the machine and IIS4, how do I get PHP to work? Do I need to change some registry stuff? I have tried calling phpinfo as I do on my Apache NT box or my Apache LinuxPPC box but I only get a page displaying the actual code rather th

Re: [PHP-WIN] SNMP Message

2001-09-06 Thread Daniel Beulshausen
At 08:47 06.09.2001 +0700, Anov Mailoa wrote: >Need help, plz... > >I get this message on my PHP page after I included SNMP module in my >php.ini: >Cannot find module (IP-MIB): At line 0 in (none) Cannot find module >(IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in >(none)

[PHP-WIN] Re: searching help

2001-09-06 Thread Michel Laine
Look at the example ZIP i have sent to your hotmail account. That should help you a lot. Devon wrote: > $Query = "SELECT * FROM enet WHERE TechContact LIKE '%' AND AdminContact > LIKE '%'"; > > This query simply prints out my entire tables, is there a way using PHP so I > can make the '%' a user

[PHP-WIN] mixing php and lasso

2001-09-06 Thread George Pitcher
Hi all, I'm new to php. I'm looking for php to do some file handling which Lasso can't do ... ... or I can't get Lasso to do - it may just be me and not Lasso. Anyway, what i'm thinking of is having Lasso do all the processing up to a certain point and then use a form (hidden details probably)

[PHP-WIN] Re: strange problem configuring two sites in IIS

2001-09-06 Thread Alessio Bernesco Làvore
I receive the same message when running PHP as an isapi module. If yours too run as isapi try to change the configuration to let it run as cgi. Bye, Alessio. "Carlos Andre Marques Moreira" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, I've been ru