php-windows Digest 14 Mar 2006 11:48:09 -0000 Issue 2909

2006-03-14 Thread php-windows-digest-help
php-windows Digest 14 Mar 2006 11:48:09 - Issue 2909 Topics (messages 26749 through 26750): Re: LDAP newb gets errors against 2003 AD 26749 by: Aaron Kenney include txt in html 26750 by: Alf Stockton Administrivia: To subscribe to the digest, e-mail: [EMAIL

php-windows Digest 15 Mar 2006 03:52:20 -0000 Issue 2910

2006-03-14 Thread php-windows-digest-help
php-windows Digest 15 Mar 2006 03:52:20 - Issue 2910 Topics (messages 26751 through 26753): Re: include txt in html 26751 by: El Bekko 26753 by: Armando SNMP Windows - control TCP protocol 26752 by: wood-gd Administrivia: To subscribe to the digest, e-mail:

[PHP-WIN] include txt in html

2006-03-14 Thread Alf Stockton
From what I have read on the web I am given to understand that I can include text files in a html document by issuing the following in the html file !--#include file=Registration.txt-- This however does not work for me. My 1st thought was that I had not allowed for SSIs in my httpd.conf but my

[PHP-WIN] Re: include txt in html

2006-03-14 Thread El Bekko
Alf Stockton wrote: From what I have read on the web I am given to understand that I can include text files in a html document by issuing the following in the html file !--#include file=Registration.txt-- This however does not work for me. My 1st thought was that I had not allowed for SSIs in

[PHP-WIN] SNMP Windows - control TCP protocol

2006-03-14 Thread wood-gd
Hello // I sorry my english //my script is control TCP protocol $ip=83.190.177.45; // IP hosta $community=public; //community (password) echo $stan = '12'; // deletetcb - del connect $LocalAddress = snmpwalk($ip,$community,tcp.tcpConnTable.tcpConnEntry.tcpConnLocalAddre ss);

Re: [PHP-WIN] include txt in html

2006-03-14 Thread Armando
?php include(Registration.txt) ? If you're loading PHP as a module under Apache and you have PHP in your include file which you want to be processed, you also need to make sure it's added to your list of file types that the engine processes PHP code in. In your httpd.conf file you'd specify