Mailinglisten-Archive |
hallo liste! kann mir jemand mal bitte weiterhelfen? Die exec-funktion gibt leider nichts zurueck. woran kann es liegen bzw. wie kann ich da debuggen? danke fuer die hilfe - gruesse, arash if( getenv( "WINDIR" ) ) { function crypt( $string, $salt = "" ) { srand( time() ); if( $salt == "" ) $salt = substr( md5( uniqid( rand() ) ), 0, 2); return exec("perl -e \"print crypt('$string', '$salt');\""); } }
php::bar PHP Wiki - Listenarchive