|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2001-07-20 09:10 UTC] sangdin at kenyaweb dot com
 The function base64_encode is not detected by the application. Should I upgrade the version ? Also the functions to get connection to database from MSSql(ver.7) is not identified by php. Should I reinstall the latest version again or please guide to upgrade the existing version to enable these functions. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Thu Oct 30 23:00:01 2025 UTC | 
I can't reproduce the problem base64_encode() under Win2k / PHP 4.0.6 Does the following script fail? <?php echo base64_encode ('foo'); ?> Regarding the MSSQL problems, have you enabled the MSSQL extension? If not, please review http://www.php.net/manual/en/install-windows.php