Re: [PHP-WIN] Newbie needs help.

2002-08-12 Thread leo g. divinagracia iii
forget all that stuff they told you to do... :) (just kidding folks) check out the various AMP (apache, mysql, php) triad installers out there that will do all the work for you. from configuring apache to work with php to configuring mysql for you. i use FORSERV's install (http://www.forserv

[PHP-WIN] Time Zones for W32

2002-08-12 Thread Sean Lively
Can someone point me in the right direction for a list of Time Zone strings I can use with: Putenv ("TZ="); Thanks! Sean Lively Win2K SP2/PHP4.2.2/IIS5 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Found the problem

2002-08-12 Thread Kai Hinkelmann
Found the problem. No need to attention my posting any more. thanks Kai "Kai Hinkelmann" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I want to execute a php-script, which file-extension ist .rtf. Though I > entered .rtf in the mmc->iis-config

Re: [PHP-WIN] PDF Files...

2002-08-12 Thread Brian McGarvie
>> The last portion of your request is not possible under >> the current libraries that are out there. I was unable to >> find one anyway. So, for now, you're out of luck. In NO language? Not even ASP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP-WIN] PDF Files...

2002-08-12 Thread Flint Doungchak
Brian, We currently use the PDFlib that requires a license for commercial use. It shoulds like you will also need to use the FDF function in PHP to fill forms. Both links to the documentation do a good job of explaining and providing an explanation as to how to impliment these feature in PHP.

[PHP-WIN] Executing rtf as php-script with IIS

2002-08-12 Thread Kai Hinkelmann
Hi, I want to execute a php-script, which file-extension ist .rtf. Though I entered .rtf in the mmc->iis-configuration as a fileextension for "php.exe %s %s" (and restarted the service) the server doesn't start php but sending the script uninterpreted back to client (in this case: ms-word). When

RE: [PHP-WIN] Creating a zip through php

2002-08-12 Thread Daniel Massón
Theres a winzip command support add-on ... is very good and should be useful ... - Mensaje original - De: Scott Carr Enviado: lunes, 12 de agosto de 2002 9:36 Para: Rahul CC: PHP Windows Asunto: Re: [PHP-WIN] Creating a zip through php Anything is possible. :-) I'd suggest using a Z

Re: [PHP-WIN] Creating a zip through php

2002-08-12 Thread Scott Carr
Anything is possible. :-) I'd suggest using a Zip exe through exec. You can use Info-Zip or some other executable, and passing in the folder to the command line. The zip functions inside of PHP can not write a zip at the moment. -- Scott Carr OpenOffice.org Documentation Maintainer http://d

RE: [PHP-WIN] progress bar

2002-08-12 Thread Daniel Massón
Hi ... As a little tip .. i recently created an ftp application ... a script does the transfer and then another script in a little pop-up cheks the size of the file and creates a progress bar ... maybe if your script copies files you can always check the stat of the files and compare with the

php-windows Digest 12 Aug 2002 14:29:13 -0000 Issue 1285

2002-08-12 Thread php-windows-digest-help
php-windows Digest 12 Aug 2002 14:29:13 - Issue 1285 Topics (messages 15209 through 15214): php and apache. 15209 by: Frode Mangseth PDF Files... 15210 by: Brian McGarvie 15211 by: Jim Hunter Loading Extension... 15212 by: Brian McGarvie progress bar

[PHP-WIN] Creating a zip through php

2002-08-12 Thread Rahul
Hi I want to create a zip file using php. Can this be done? Thanks Rahul -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] progress bar

2002-08-12 Thread Serdar Sokmen
Hi, I would like to add a progress bar to an installtion program I'm writing in PHP. I basically have one function that I call, it takes about 30 seconds or so to finish executing... I haven't done such a thing before. Can anyone plese suggest me some ideas... Many Thanks Serdar -- PHP Wind

[PHP-WIN] Loading Extension...

2002-08-12 Thread Brian McGarvie
OK Help I always seem to have trouble installing extensions... what am I doing wrong? (trying to get PDFLib working). I copied the DLL to c:\php\extensions\php_pdf.dll However when I try to run a simple example I get: Fatal error: Call to undefined function: pdf_new() in C:\Inetpub\wwweloa

Re: [PHP-WIN] PDF Files...

2002-08-12 Thread Jim Hunter
There are two major PDF libraries available. One from www.pdflib.com and one from www.fastio.com. The PDFLib is supposed to be better supportive of PHP. You can create PDF, but I'm not sure how much editing of one you are going to be able to do, perhaps you can. And you can definitely use a form t

[PHP-WIN] PDF Files...

2002-08-12 Thread Brian McGarvie
Looking for some insight into which is the best PDF library to use, commercial/non-commercial. If possible I would like to be able to; * edit a PDF file, * use an existing PDF file to insert text into form fields, * create and fill PDF documents with form fields. Any advice as to which of the a

[PHP-WIN] php and apache.

2002-08-12 Thread Frode Mangseth
I have installed php and apache on a win2000 box, and I want to use the .htacces-file to protect some areas. I can't figure out what to do in the httpd.conf. I need som help Frode -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php