[PHP] get current username from the windows system

2003-01-23 Thread Thomas Franz
Hi. is their a possibilty to get the windows username of the current logged on user with php. I want this to make a logon dialog more comfortable. Thanks for an answer and a little example if it's possible. Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

[PHP] Firewall

2002-02-06 Thread Thomas Franz
Hi, i hope this is the right group for my question. i've written a php-program with a ftp-connection to a mysql database. now there is one problem. the local network has a firewall. Now, if i try to connect to the database via ftp there is an error. There are no problems if i try to connect fro

[PHP] unzip with php

2002-02-28 Thread Thomas Franz
Hi to everyone, i think i have an interesting question. Situation: I have a lot of zip Word Documents. Of the unzipped word docs i must create an txt file. This is no Problem, if the docs are unzipped. (I use word2txt). Problem: I tested the whole with pkunzip under dos, but everybody knows that

[PHP] create a file

2002-02-28 Thread Thomas Franz
good morning, i want to create a new file and save it in the current dir. I look in the manual but only i found how to create a dir. Thanks for help. Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: create a file

2002-02-28 Thread Thomas Franz
I found it. "Thomas Franz" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED].; > good morning, > > i want to create a new file and save it in the current dir. I look in the > manual but only i found how to create a dir. > > Thanks for help.

[PHP] select several files and download them simultaneous

2005-04-06 Thread Thomas Franz
Hello, is there a way to download a set of files at once, without zipping them. I want to offer my visitors to select several files for download. Now i don't know how i can handle the download at once. Any ideas or solutions? Thanks Thomas -- PHP General Mailing List (http://www.php.net/) To

[PHP] load word document with php

2004-11-30 Thread Thomas Franz
Hello, i hope this is the right newsgroup. I start working with php. Now, i want loading worddocuments into the with php, change/add some text and save this changes. I found following simple example. visible = 1 ; $word->Documents->Open("Test.doc"); $word->Selection->TypeText("Hello World"