No, you have to change the width and height numbers to see the change!
Try putting in 500 width and 500 height - you'll see what I mean!:-)
Jefferrs
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hrm, it doesn't look more orange after I c
Hrm, it doesn't look more orange after I click "make changes" for me.
On Wed, 25 Jul 2001, G Schneider wrote:
> Hi there,
>
> Here's a strange one for you: My provider just installed the latest version
> of PHP on the server - and now whenever GD is used to alter images, it turns
> them *orange*
Hi there,
Here's a strange one for you: My provider just installed the latest version
of PHP on the server - and now whenever GD is used to alter images, it turns
them *orange*.
Take a look for yourself (try changing the width or height of the image):
http://www.webmastersdog.com/gd/gd_example1
Hi all,
I get this message when I try to delete a file using PHP:
Warning: Unable to fork [del wmd_banner.png.temp.png] in
c:\webspace\openhosting4\GB***\webmastersdog.com\www\testfile.php on
line 608
the code I'm using is the 'ole exec("del $file");thingy you have to
use on Windows
Hi guys. I need a little help.
I had made a small PHP script to generate a .jpeg dinamically. In IE it
works great, but when I try to get the same Web page from an Opera browser,
I get the Image box but not image at all.
By the other side, when I get the .jpeg in the IE and I try to print it or
sa
Can anybody here give us some hints about PHP and session management. For
instance - if I put "Session_Start()" on the frameset level - shall I do
this on each of it's pages ???
Ziggi
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional co
No, this won't happen. And there are all sorts of reasons why. Please
read through http://www.unicom.com/pw/reply-to-harmful.html if you are
interested in them
-Rasmus
On Tue, 24 Jul 2001, Michael Kelley wrote:
> From my experiences with this list I see a lot of replies (actually I
> DON'T S
Hi !
I work on Win2000 Pro (MS IIE Server) with PHP4 running as ISAPI (works
great by the way - despite many warnings here and there).
Strange problem. I use sessions to manage member login etc. Briefly - I have
a form, when the user can log-in. The result of this form (username and
pass) are be
Yeah... true as well
Anyway - what about RTF (reach text format) ? I mean - I need to send
letters from Latin-2 charset to PHP... thus I need more than ASCII.
Ziggi
---
"Alain Samoun" <[EMAIL PRO
Fernando:
Your script is fine, it should work on your server but, of course, do not
expect to open word on the client side
Alain
On Tue, Jul 24, 2001 at 11:49:04AM +0100, Luiz Fernando Tuca" wrote:
> A take a sample of function COM.
>
> $word = new COM("word.application") or die("Unable to i
it's a bit rediculus to see the most popular text editor on the world being
a closed source, meaning with no public information on its format...
Alain
On Tue, Jul 24, 2001 at 11:23:56AM +0200, Ziggi wrote:
> Thank you all for your input but it seems there is no satisfactory solution.
> I would r
> Does anybody know how to disable php build-int function: phpinfo()? Or, it
> cannot be disabled?
> Because this function display so much information about the server to
> others.
It only displays this if you call the function, and every bit of
information is available through other means anyway
Does anybody know how to disable php build-int function: phpinfo()? Or, it
cannot be disabled?
Because this function display so much information about the server to
others.
Thank you very much!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
testing mail
--
___
Pete Kuczynski
Sr. Field Engineer
DHL Airways Inc.
Infrastructure Technology & Services
(773)-462-9758
24/7 Helpdesk 1-800-434-5767
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
It's because you're using \ . In PHP that's a special character release.
What you want to do then is to use a double \ within the file path.
'C:\\PHP\\uploadtemp\\php7.tmp'
- Erik
> -Original Message-
> From: Lee Denny [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 24, 2001 9:34 AM
>
That did it!
Much thanks!!!
Pete
"Michael Rudel" <[EMAIL PROTECTED]> wrote:
>SELECT * FROM asset WHERE hostname ='$hostname' and hostname != '';
>
>Greetinx,
> Mike
>
>Michael Rudel
>- Web-Development, Systemadministration -
>
>Besuchen Sie uns am 20. und 21. August 2001 auf der
>online-marke
SELECT * FROM asset WHERE hostname ='$hostname' and hostname != '';
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand E 16
A take a sample of function COM.
$word = new COM("word.application") or die("Unable to instanciate Word");
print "Loaded Word, version {$word->Version}\n";
$word->Visible = 1; // command that show window
$word->Documents->Add();
$word->Selection->TypeText("This is a test...");
$word->Documents[1]
From my experiences with this list I see a lot of replies (actually I
DON'T SEE) go straight back to the original sender. Is there a way to
set the list up so that when one replies to a message it comes to the
list and not just the original sender ...
I know that replying to all will take car
LD>> This is probably stupid but I've just upgraded from PHP3 on 98 to PHP4 on
LD>> Win2000 using IIS 5.0. Everything seems to be fine, but when i try to move
LD>> files I get the error:
LD>>
LD>> LOAD DATA LOCAL INFILE 'C:\PHP\uploadtemp\php7.tmp' INTO TABLE gallery
LD>> FIELDS TERMINATED BY ';
My site is setup in the following way:
Administration Site (Stopped)
Default Web Site (Stopped)
domain1.com
domain2.com
domain3.com
domain4.com
domain5.com
- The server runs on FAT32
- Each domain has its own unique IP address
- PHP was installed using the installer (even picked up
http://active
This is probably stupid but I've just upgraded from PHP3 on 98 to PHP4 on
Win2000 using IIS 5.0. Everything seems to be fine, but when i try to move
files I get the error:
LOAD DATA LOCAL INFILE 'C:\PHP\uploadtemp\php7.tmp' INTO TABLE gallery
FIELDS TERMINATED BY ';' ENCLOSED BY '\"' ESCAPED BY
php-windows Digest 24 Jul 2001 14:29:50 - Issue 666
Topics (messages 8469 through 8472):
Re: Import filters
8469 by: alain samoun
8471 by: Ziggi
Re: timer function ?
8470 by: elias
duplicate entries
8472 by: Pete K.
Administrivia:
To subscribe to the dige
Maybe someone can help.
this script catches all duplicate entries, in the hostname field of my
database. The problem is, if the hostname field is left blank, [not all
devices have a DNS name], the script sees the blank field, and thinks
it's a duplicate.
How can I reword it, so it prevents typed
Thank you all for your input but it seems there is no satisfactory solution.
I would rather ask the guy to "save as html" rather than fighting with COM.
On the other hand - it's a bit rediculus to see the most popular text editor
on the world neglected by the PHP community. I hope some clever prog
void sleep (int seconds)
The sleep function delays program execution for the given number of seconds.
//elias
"Pim Van Yperen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hello all,
>
> I'm looking for a timer-function that can make my PHP function wa
26 matches
Mail list logo