Mailinglisten-Archive |
Hi Liste, ich hab ein kleines Problem mit einem Filezugriff. function cp_file($copy_from, $copy_to){ { echo("Vor Zugriff $copy_from"); if(file_exists($copy_from)){ echo("Nach Zugriff $copy_from"); copy($copy_from, $copy_to); return true; } else{ return false; } } Das Problem ist folgendes, nach dem "file_exist" Zugriff ist meine Variable $copy_from nicht mehr da. $copy_to ist da. Ich hab es mit php 4.0.6 probiert und mit php 4.1.0. Bei beiden das gleich Ergebnis. System: Win-NT, php 4.0.6 Hat jemand von euch irgend einen Hinweis, was man dagegen machen kann (ausser die Variable kopieren) ?? Gruss Martin
php::bar PHP Wiki - Listenarchive