|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-19 04:25 UTC] hholzgra@php.net
[2002-04-19 04:42 UTC] dacol dot jeremy at caramail dot com
[2002-04-19 06:30 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 02:00:01 2025 UTC |
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