RE: [PHP-WIN] GD extension fix

2002-07-31 Thread Mikey
And the million$ question is... can you get true type fonts to work? I have tried absolute paths, putting the fonts in a font directory in the same drive as my system, same drive as the web root and all to no avail. Help? > -Original Message- > From: Kit Kerbel [mailto:[EMAIL PROTECTED]

[PHP-WIN] GD extension fix

2002-07-31 Thread Kit Kerbel
It seems 4.2.2 fixes windows/gd problems _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: FW: [PHP-WIN] Does the GD extension work with windows?

2002-07-31 Thread Mikey
Heh! I didn't think to mention that had happened to me too :o) > -Original Message- > From: lorne towner [mailto:[EMAIL PROTECTED]] > Sent: 31 July 2002 21:26 > To: [EMAIL PROTECTED] > Subject: Re: FW: [PHP-WIN] Does the GD extension work with windows? > > > I fixed it. Seems the new zip

Re: [PHP-WIN] Apache WebServer version 2.0.39 on Windows 2000 and PHP 4.2.2

2002-07-31 Thread Scott Carr
Use the php4apache2.dll -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Fernando Rêgo Rodrigues <[EMAIL PROTECTED]>: > Hi, > > I am running Apache WebServer version 2.0.39 on Windows 2000. > > I have install PHP 4.2.2 as a server module for

[PHP-WIN] Apache WebServer version 2.0.39 on Windows 2000 and PHP 4.2.2

2002-07-31 Thread Fernando Rêgo Rodrigues
Hi, I am running Apache WebServer version 2.0.39 on Windows 2000. I have install PHP 4.2.2 as a server module for Apache. I have been using the install.txt that came with php-4.2.2-Win32.zip that refers to Apache 1.3.x. After stoping the Apache I did this... The lines that I have inclued on

RE: [PHP-WIN] PDF Forms

2002-07-31 Thread Asendorf, John
I think you'd actually have to tear apart the PDF file with a text editor, determine where you want the field and do a replace on that space... Luke Welling and Laura Thomson gave a pretty good talk about this at the PHP conference in San Diego in 2001... they showed how you can tear apart the PDF

[PHP-WIN] php_gd.dll Problems

2002-07-31 Thread Lorne T
Any news on getting a version of this dll that is compatible with php 4.2.2? I have found no resources and had no luck getting this to work. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 31 Jul 2002 17:27:00 -0000 Issue 1267

2002-07-31 Thread php-windows-digest-help
php-windows Digest 31 Jul 2002 17:27:00 - Issue 1267 Topics (messages 15041 through 15048): Re: WIN2K Linux Dual Boot Question 15041 by: Mikey PHP Cookie 15042 by: James Meers 15044 by: George Nicolae 15045 by: Mikey 15046 by: Mikey DOMXML...

RE: [PHP-WIN] PDF Forms

2002-07-31 Thread Conover, Ryan
It is impossible to create fields from what I know using PDFLIB. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 6:29 PM To: PHP Windows Subject: [PHP-WIN] PD

[PHP-WIN] RE: [PHP] Re: [PHP-DEV] [CROSS POST] PHP Meetup & Texas PHP Users

2002-07-31 Thread Jay Blanchard
[snip] First of all, sorry for the additional cross post. MeetUp.com lacks the ability to let you contact other folks who have signed up. In my general area, Massachusetts, there are a bunch of tiny groups scattered about, and I'd like a chance to get all of them to converge in one place to make t

RE: [PHP-WIN] Re: PHP Cookie

2002-07-31 Thread Mikey
> Ill try and include it in my main page... What you could do is put the code in a small include file and then use the auto_prepend setting to include this transparently in every page - this would make it a lot easier to maintain as no changes need to be made to your site pages. > Do you know th

RE: [PHP-WIN] Re: PHP Cookie

2002-07-31 Thread Mikey
Or a more polite reply would be: All cookies must have an expiry date for them to persist - if you do not set an expiry date then the cookie will be cleared when the user's browser session is closed. I don't believe this is in the PHP manual... What you could do is include some code in your pag

[PHP-WIN] Re: PHP Cookie

2002-07-31 Thread George Nicolae
RTFM - http://www.php.net/manual/en/function.setcookie.php -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "James Meers" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Does anyone know

[PHP-WIN] DOMXML...

2002-07-31 Thread Brian McGarvie
I have a problem with DOMXML... I installed it and it is showing up in a phpinfo() script... However when I try a simple example it gives me an error such as: Warning: failed to load external entity "employees.xml" in C:\Inetpub\wwweloanshop\test\xml.php on line 36 Any hints? [ Brian M McGarv

[PHP-WIN] PHP Cookie

2002-07-31 Thread James Meers
Does anyone know how to create a cookie that doesn't expire? Jambo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php