Undefined function mssql_connect()
Hacker#1
Messages postés
88
Statut
Membre
-
Blabla -
Blabla -
<?php
mssql_connect("localhost");
mssql_select_db('mabase');
$sql="SELECT * from test";
$req=mssql_query($sql);
while($data=mssql_fetch_array($req))
{
echo $data["nom"];
}
mssql_free_result($req);
mssql_close();
?>
il me donne a l'execution
Call to undefined function mssql_connect() in ....
je veux faire une connection avec sqlserver express 2008 en utilisant authentification windows
j ai change la valeur mssql.secure_connection en on dans php.ini mais rien a change a l'execution
comment faire svp
A voir également:
- Undefined function mssql_connect()
- Cannot read properties of undefined traduction ✓ - Forum Javascript
- Undefined mail ✓ - Forum PHP
- Multi function hdd docking 893u3 driver download ✓ - Forum Disque dur / SSD
- Return vba function - Forum VB / VBA
- Php undefined index post ✓ - Forum PHP