Re: [PHP] Re: php5 + php4 on same server

2003-07-25 Thread Volker
hi, you also could run two static compiled versions of apache (if apache) with php4 and 5 compiled in, but you need another ip-address to bind to - also have to manage 2 apaches(not a problem or what? ,-). sorry for my english. volker - Original Message - From: "Comex&quo

Re: [PHP] Compile 4.3.2 Errors.

2003-05-31 Thread Volker Augustin
hi, this sounds like a warning not like an error, your php is successfully compiled...(most software i know an compile got this message.) can you post a little bit more debug information? volker - Original Message - From: "Alberto Ferrer" <[EMAIL PROTECTED]> To: &

Re: [PHP] trikky authentication question

2003-06-01 Thread Volker Augustin
;) { $newMessage=" entered the Messageboard"; if (getMsgBoardUserIdleTime($MName) >0) { echo "Eine User mit diesem Namen ist bereits Online, bitte waehle einen anderen..."; $logged_out=true; $MName=""; } } if (isset($MName) && $MName!="") {

Re: [PHP] trikky authentication question

2003-06-01 Thread Volker Augustin
at the login window and log them out if reached - before logging in volker - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 01, 2003 5:06 AM Subject: RE: [PHP] trikky authenti

RE: [PHP] trikky authentication question

2003-06-01 Thread Volker Augustin
i said that before! just a hint to think offany questions? volker > - Original Message - > From: "John W. Holmes" <[EMAIL PROTECTED]> > To: "'Volker Augustin'" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Cc: <[EMA

[PHP] File Upload on a MAC-Browser didn't work

2003-12-20 Thread Volker Dähn
Hi,   The following script works on any browser on windows xp. But not on a mac (osx) It simply shows the temp-directoryname. Is anybody out there who could help me to fix this problem? How will the upload work with Safari? Thanks for your help.    This is the form for the upload:            

[PHP] Re: File Upload on a MAC-Browser didn't work

2003-12-23 Thread Volker Dähn
Hi Chris, I already posted it as an SAFARI-ERROR to Apple. Maybe you could do the same. I think, it's more possible apple fixes the problem, the more error-messages they get. Actually i try to identify the situation in which the skript is echoing the TMP-Directory. This is the form for the uploa

[PHP] RE: File Upload on a MAC-Browser didn't work

2003-12-23 Thread Volker Dähn
Hi Chris, I already posted it as an SAFARI-ERROR to Apple. Maybe you could do the same. I think, it's more possible apple fixes the problem, the more error-messages they get. Actually i try to identify the situation in which the skript is echoing the TMP-Directory. This is the form for the uploa

[PHP] Re: jpeg Uploader issue

2004-01-11 Thread Volker Dähn
Hi, i had a problem like the one you descriped. The problem was quite simple. In my case everything worked fine with Windows-Web-Browsers but not with MAC-Browsers. Check the value of the filetype variable. There might be differences between different plattforms. Volker -- PHP General Mailing

Re: [PHP] Unzip a file.

2003-11-17 Thread volker at multiartstudio dot de
tip, search php.net for zziplib there are very useful hints and functions from other users.. i found there everything i needed, but a class is somewhat bettersure. regards, volker Raditha Dissanayake wrote: For anyone playing around with zip files on a web application i hope you