ID:               16694
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Warning
 Operating System: win 2000+ase 12.5+easyphp
 PHP Version:      4.1.2
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


adding a @ before mssql_select_db might help,
the rest you see are followups as the error
message enforced header sending


Previous Comments:
------------------------------------------------------------------------

[2002-04-19 04:11:24] [EMAIL PROTECTED]

hello,

i give you my connection script:
<?php

        $db="accessoire";
        $dbserver="B453903";

        unset($conn);
        $conn=@mssql_connect("$dbserver","sa","");
        if(! $conn) {
                echo "Connexion au serveur impossible";
                exit;
        } else {
            $db=mssql_select_db("$db",$conn);
                        if (! $db) {
                        echo "Connexion à la base de données impossible\n";
                    exit;
                        }
                }
?>

when i compile this easyphp return me:

Warning: Sybase: Server message: Changed database context to
'accessoire'. (severity 10, procedure N/A) in c:\program
files\easyphp\www\test\fonction\connect_accessoire.php on line 12

and after this i use headers and session cookies.....
i don't show you all of the warning it cames.

if you have a solution please help me i'm going to be mad!!!

thanks



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16694&edit=1

Reply via email to