[PHP-WIN] HTTP_SERVER_VARS

2001-10-13 Thread Steen Rabøl
Hi If you run php on IIS as ISAPI, then you access to $HTTP_SERVER_VARS, but if you run php as CGI you don't, how can I get $HTTP_SERVER_VARS working when running php as CGI? Thanks on advance Steen

[PHP-WIN] How to make a script run itself ?

2001-09-15 Thread Steen Rabøl
Hi I need to process some information and mail it to the users of my site every night, and therefore I have made a script to handle the information and mail it, no problem... But, now I have so many users that the script times-out, the result is that not all users get what they want/need How

[PHP-WIN] php_pdf.dll

2001-07-19 Thread Steen Rabøl
Hi Would someone be so kind to rebuild the php_pdf.dll without the www.pdflib.com logo ? Even better a complete guide on how to rebuild php and all the extensions. Thanks in advance. Steen

[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] Is cpdf broken in v4.0.6?

2001-07-14 Thread Steen Rabøl
Hi I've just started to try using the cpdf, and I was wondering if the cpdf is broken in v4.0.6, the following is from the manual, and produce a empty pdf ;-(( What am I missing ? Thanks in advance Best Steen

Re: [PHP-WIN] Where to find a complete description of php configuration

2001-07-11 Thread Steen Rabøl
Sorry, but that is far from complete ;-( eg, where is the information on session parameters ? Steen - Original Message - From: "Robin Bolton" <[EMAIL PROTECTED]> To: "Steen RAbol" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 11:18 PM Subject: RE: [PHP-WIN] Whe

[PHP-WIN] How to remove a value from a array

2001-07-10 Thread Steen Rabøl
Hi How can I remove a vale from a array() eg; $a = array("1","2","3"); if I then unset($a[1]) the value is NULL, or the offset is empty, and you get a error if yoy try to access that element. What I want/need is a function whic can remove a valy/key from a array Does such a function exists

[PHP-WIN] How to use imagettftext() on NT running Apache, php 4.0.6

2001-07-10 Thread Steen Rabøl
Hi I keep getting a error in the following code: if called directly with: thepic.php?text=test then I get: Warning: Could not find/open font in d:\www\webreklamer\thepic.php on line 19 Warning: Could not find/open font in d:\www\webreklamer\thepic.php on line 26 And the arial.ttf IS in the

[PHP-WIN] MicroSoft Visual InterDev

2001-05-03 Thread Steen Rabøl
Hi Does anyone use Microsoft Visual Interdev to PHP coding/debugging, If yes, is there a FAQ on how to set it up ? Thanks in advance. Steen