[PHP] Safari 2.0.4 / PHP 4.3.7 / Apache 2.0.44 Isuue with HTTP Headers

2007-02-22 Thread Ron Stiemer
Hi everyone, got a really strange thing going on on a client website, the website outputs the whole http headers after every 2nd reload in safari, also in FF on Windows, but only after much much more relaods...here is a scrrenshot: http://www.waldhaeusl.com/downloads/bug/http_header.png any id

Re: [PHP] mp3 parsing

2004-11-16 Thread Ron Stiemer
Hi, maybe this wil help you...i made this some time ago... Titel: " . $title . "" . "Band: " . $band . "" . "Album: " . $album . "" . "Jahr: " . $year . "" . "Kommentar: " . $comment . ""; fclose( $value ); } ShowID3( "test.mp3", "" ); ?> Regards, Ron Am Mittwoch, 1

AW: [PHP] sessions not working when page redirects

2004-08-10 Thread Ron Stiemer
Hi there, Try to add the session_id(); into the redirection: header("Location: ../admin/include/B.php?PHPSESSID=" . session_id() ); Works for me though... Greetings, -Ron -Ursprüngliche Nachricht- Von: Angelo Zanetti [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 10. August 2004 13:51

AW: [PHP] Sending the output of a web page to a printer

2004-07-21 Thread Ron Stiemer
Hi there, AFAIK a printer via PHP can only be used on a Windows Platform and not under a Unix System... But when you just want so send a Command via PHP than maybe exec(); or system(); might fit your needs... Regards, -Ron -Ursprüngliche Nachricht- Von: Vern [mailto:[EMAIL PROTECTED] G

[PHP] PHP5 Install Version (Win32)

2004-07-16 Thread Ron Stiemer
Hello List, Does anybody got some information if there will be a Win32 Install Version of PHP5 like it exists for 4.3.8 ? Kind Regards, -Ron **Disclaimer: everything I post, will post and have posted, is subject to change without reason; any errors in logic, math or spelling is to assumed to be

AW: [PHP] Storing text with carriage returns in MySQL

2004-07-15 Thread Ron Stiemer
Hi Andrew, I'm also saving html input from textarea fields into my msql DB...but try to use the filed type TEXT instead of LONGTEXT that it should work fine. Greetings, Ron -Ursprüngliche Nachricht- Von: Andrew Wood [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 15. Juli 2004 21:19 An