php-windows Digest 13 Aug 2002 12:32:54 -0000 Issue 1286

Topics (messages 15215 through 15224):

Re: progress bar
        15215 by: Daniel Massón

Re: Creating a zip through php
        15216 by: Scott Carr
        15217 by: Daniel Massón

Executing rtf as php-script with IIS
        15218 by: Kai Hinkelmann

Re: PDF Files...
        15219 by: Flint Doungchak
        15220 by: Brian McGarvie

Found the problem
        15221 by: Kai Hinkelmann

Time Zones for W32
        15222 by: Sean Lively

Re: Newbie needs help.
        15223 by: leo g. divinagracia iii

newbie: XMLDOM
        15224 by: Baz Langton

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
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 total size or something like that ...

----- Mensaje original -----
De: Serdar Sokmen
Enviado: lunes, 12 de agosto de 2002 5:06
Para: [EMAIL PROTECTED]
Asunto: [PHP-WIN] progress bar

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 Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.phpObtenga el máximo provecho del Web. 
Descarga GRATUITA de MSN Explorer: http://explorer.msn.es/intl.asp#es
--- End Message ---
--- Begin Message ---
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://documentation.openoffice.org/


Quoting Rahul <[EMAIL PROTECTED]>:

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


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
--- End Message ---
--- Begin Message ---
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 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://documentation.openoffice.org/


Quoting Rahul <[EMAIL PROTECTED]>:

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


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

--  
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.phpObtenga el máximo provecho del Web. 
Descarga GRATUITA de MSN Explorer: http://explorer.msn.es/intl.asp#es
--- End Message ---
--- Begin Message ---
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 I start php from the comandline like "php myfile.rtf" everything works
fine and I get the wanted output (on the comandline).

Simple question: where else to enter the fileextension?

Thanks

Kai


--- End Message ---
--- Begin Message ---
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.

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.

-Flint

-----Original Message-----
From: Brian McGarvie [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 12, 2002 1:09 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PDF Files...


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 above is possible/not possible and if not any
ways to *mimic* anything.

TIA...



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
>> 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?


--- End Message ---
--- Begin Message ---
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-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 I start php from the comandline like "php myfile.rtf" everything
works
> fine and I get the wanted output (on the comandline).
>
> Simple question: where else to enter the fileextension?
>
> Thanks
>
> Kai
>
>


--- End Message ---
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
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.net) myself.

only downside is that it may not the most up to date of any of the three.  but
apache 1.36.x, php 4.0.1'ish and mysql 3.23.xx is what i have...

took about 5 minutes to setup and i'm off running...

Steve Jackson wrote:

> Hello all.
>
> I am new to PHP having used ASP for some time. (Seems a lot of us are moving
> this way)
> What I'm stuck on is this;
>
> I need to build a DB in MySQl and then use PHP to display it.
> My question is how you get a test environment working on XP Pro.
>
> I understand how to call up a database table from say Access because you can
> develop the DB using Office then use SQL strings to call it using ADODB
> connections.
>
> How though do you make a MySQL database in a windows environment? Can it be
> done or is it done in Unix or Linux? If so are there any windows based
> programs to develop a MySQL database?
>
> I've been to www.mysql.com and downloaded the software for XP.
> So how do I use it? I ran the set-up prog and nothing seemed to happen.
>
> PHP - can you configure IIS to run PHP? if so how?
>
> Sorry if these questions are totally obvious to you all but I've been online
> searching for a couple of hours without any answer to these questions. I
> might be asking the wrong questions. I hope I am anyway!
>
> Thanks in advance.
> Steve.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--
Leo G. Divinagracia III
[EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
Hi, I'm complete new to php and completely confused.

my script so far includes

$doc = domxml_new_doc("1.0");
$root = $doc->add_root("QUIZ");
$question=$root->new_child("QUESTION","");

which seem fine but when I try:-

$q_element=$question->create_element("testElement");
OR
$questionText=$question->create_attribute ( "questiontext", "hhhh");

I get an error message saying that the function is undefined.

------------------------------------------
phpinfo() says that XML,wddx and domxml are all active or enabled.

Any ideas..???


--- End Message ---

Reply via email to