years ago … 2006-04-28 10:29 cool program! note when trying to exec() something: in the while loop you need to reset exec() returns or you will get all results of all executions (on my windows and or cygwin 🙁 like:… Weiter lesen →
years ago … 2006-01-14 07:58 download: i need a function to simulate a „wget url“ and do not buffer the data in the memory to avoid thouse problems on large files: <?php function download($file_source, $file_target) { $rh = fopen($file_source, ‚rb‘);… Weiter lesen →
years ago … 2005-05-26 02:55 i already had a discussion with several people about „not shown errors“ error reporting and all others in php.ini set to: „show errors“ to find problems: the answer i finally found: if you have an… Weiter lesen →
years ago … 2005-05-06 11:17 regarding php5: i found out that there is already a disscussion @php-dev about readfile() and fpassthru() where only exactly 2 MB will be delivered. so you may use this on php5 to get lager files… Weiter lesen →
years ago … 2003-05-28 06:56 while trying and trying to get text and html mails run… (both: Win / linux: the one and only fault i made is the the „boundary“ definition! note: create your own boundary: $myboundary = „NO_SPACES_SIMPLE_LETTERS_MY_NAME“…. Weiter lesen →
© 2025 flobee @ work — Unterstützt durch WordPress
Thema von Florian Blasel — Hoch ↑