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
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
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
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
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
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
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
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
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