Hallo Leute!
wenn ich z.b. folgendes script ausführe:
<?PHP
echo "Vorher: $test";
crypt($test,"test");
echo "Nachher: $test";
?>
dann kommt folgender errror:
Warning: crypt() is not supported in this PHP build in C:\apache\htdocs\test3.php on line 6
und nix wird rausgespuckt... :-(
Was mache ich falsch??
MFG Marco