Re: [PHP-WIN] PDFLib

2001-02-21 Thread Chris Adams
On 21 Feb 2001 20:45:52 -0800, Randall Barber <[EMAIL PROTECTED]> wrote: >Now, within PHP, I try to call pdf_set_font($pdf, "Times-Roman", 12, = >"host", 1); >Do to a lack of information in the PHP manuals (for instance, where = >fonts need to reside; how you call them if they don't reside there

[PHP-WIN] Pipe problem on php4.0.4...

2001-02-21 Thread PHP
Hi, I found that php4.0.4 or later version on Windows IIS can't use pipe function any more, and I don't know whether it is a bug because I can still use pipe function to run a program under php 4.0.3pl1. Do I make any mistake in configuration ?? Sam Kuo. -- PHP Windows Mailing List (ht

[PHP-WIN] PDFLib

2001-02-21 Thread Randall Barber
Hello there, I have installed the CGI (windows installer) version of PHP. I later downloaded the complete ZIP so I could have the DLLs. I installed everything under C:\PHP \PHP\EXTENSIONS \PHP\PDF-RELATED Now, within PHP, I try to call pdf_set_font($pdf, "Times-Roman", 12, "host", 1); Do to a

php-windows Digest 22 Feb 2001 01:53:46 -0000 Issue 457

2001-02-21 Thread php-windows-digest-help
php-windows Digest 22 Feb 2001 01:53:46 - Issue 457 Topics (messages 5672 through 5679): Re: Apache, PHP4, PHPLIB, include_path 5672 by: Ben Cairns 5673 by: Matt Williams 5675 by: Martin Burger Deny List Project 5674 by: Charles Williams \( CEO ACNS \) POST

[PHP-WIN] A better Winhelp file for PHP

2001-02-21 Thread John Henckel
I am starting to learn PHP and I use TextPad. This editor gives context sensitive help by searching a CHM or HLP file. I downloaded the manual.chm from php.net however it doesn't work because the "Index" search was not built properly. Does anyone have a php HLP or CHM file with a working "ind

RE: [PHP-WIN] Trying to understand this example

2001-02-21 Thread Asendorf, John
Since our external email was down all morning, I worked this out.. funny you mentioning print vs. echo... I prefer echo too.. echo "\n"; echo "\n"; echo "NameAddressCity\n"; echo "\n"; while ( OCIFetchInto ( $stmt_search , $results ) ) { echo "\n"; echo "$results[1] \n$results[2] $res

[PHP-WIN] POST against GET

2001-02-21 Thread Denis L. Menezes
Hello friends. I am running PHP4 on an Intel Win NT server 4 sp6 machine. When I use POST the feedback form does not work but itw works when I use GET. Can anyone advise why this is so? The data that I am using are only 2 string variables of one word each. thank you denis -- PHP Windows Mai

Re: [PHP-WIN] Apache, PHP4, PHPLIB, include_path

2001-02-21 Thread Martin Burger
"Martin Burger" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 970a5g$3c3$[EMAIL PROTECTED]">news:970a5g$3c3$[EMAIL PROTECTED]... > Fatal error: Failed opening required 'db_mysql.inc' > (include_path='d:\server\htdocs\www.test.de\php\:./') in > d:\server\htdocs\www.test.de\php\prepend.php3 on line 19

[PHP-WIN] Deny List Project

2001-02-21 Thread Charles Williams \( CEO ACNS \)
HEY, I have started a Centralized Deny List. If you wish to help out and contribute just send your deny list to [EMAIL PROTECTED] Am working on cron job now for automatic update of list. Also the url for the list is http://www.acnsnet.com/~denylist Will also be having a zipped and tarball arc

RE: [PHP-WIN] Apache, PHP4, PHPLIB, include_path

2001-02-21 Thread Matt Williams
> php_value auto_prepend_file d:\server\htdocs\www.test.de\php\prepend.php3 > > php_value include_path \server\htdocs\www.test.de\php\:./ Hi try changing the prepend_file to just prepend.php3 also I always use forward slashes for my include path and separate paths with ; not : and use the drive

[PHP-WIN] Apache, PHP4, PHPLIB, include_path

2001-02-21 Thread Martin Burger
Hello, I try to use PHPLIB with PHP4 on a machine running "Apache/1.3.14 (Win32) mod_jk PHP/4.0.4". With PHP3 (CGI) it works fine. I inserted the following lines in the .htaccess in the root-directory of the virtual webserver (VirtualHost): php_value auto_prepend_file d:\server\htdocs\ww

php-windows Digest 21 Feb 2001 11:52:17 -0000 Issue 456

2001-02-21 Thread php-windows-digest-help
php-windows Digest 21 Feb 2001 11:52:17 - Issue 456 Topics (messages 5668 through 5671): php4 + mysql character problems 5668 by: Franky Lau Trying to understand this OCI8 example 5669 by: clever.ukl.uni-freiburg.de Re: DNS question 5670 by: Toby Butzon Apache, PH

RE: [PHP-WIN] Apache, PHP4, PHPLIB, include_path

2001-02-21 Thread Ben Cairns
the path of the include file withing an included file need to be relative. I cant remember if they need to relative to the Main script, or the first include file -- Ben Cairns - Head Of Technical Operations intasept.COM Tel: 01332 365333 Fax: 01332 346010 E-Mail: [EMAIL PROTECTED] Web: http://w

Re: [PHP-WIN] DNS question

2001-02-21 Thread Toby Butzon
You need to see if you can find a commandline method of restarting the service. For ex., the whole IIS service can be restarted with `net stop w3svc` and `net start w3svc`. Perhaps there is a similar command for bind? --Toby Richard wrote: > > Does anyone do any configuring of a DNS server with