Hi yall, Before php4.03pl01 , PHP 3.07 (from the available rpm's at cobalt's ftp site) was installed on our cobalt raq2. Scripts that were using the crypt() function never gave me any problems until I had php4.03pl01 installed by a cobalt distributor. When I run this simple code : ## Code <?php $str = 'foo'; echo 'String is $str'; $str_encrypted = crypt( $str ); echo "<br>Encrypted string is $str_encrypted."; ?> When I switch back to PHP3.0.7 in the srm.conf I get following output returned : ## Output String is foo Encrypted string is 14MBtaez8H5E. When I try the same script with PHP4.0.3 I get a " Page not found ????" Any ideas are more than welcome ... Crocket [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]