J'ai une erreur a la ligne 5 de "registre.php"
Erreur :
Deprecated: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\site\pages\register.php on line 5
Call Stack
# Time Memory Function Location
1 0.0292 137624 {main}( ) ..\index.php:0
2 0.0425 145544 include( 'C:\wamp\www\site\pages\register.php' ) ..\index.php:27
3 0.0426 145752 mysql_real_escape_string ( ) ..\register.php:5
Ligne 27 (index.php )
18<!DOCTYPE html>
19<html>
20 <head>
21 <link rel="stylesheet" href="css/style.css">
22 </head>
23 <body>
24 <div id="content">
25 <?php
26 include($content)
27 ?>
28 </div>
29 </body>
30</html>
Modifié par Guill_63 (31 Mar 2015 - 23:17)
Erreur :
Deprecated: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\site\pages\register.php on line 5
Call Stack
# Time Memory Function Location
1 0.0292 137624 {main}( ) ..\index.php:0
2 0.0425 145544 include( 'C:\wamp\www\site\pages\register.php' ) ..\index.php:27
3 0.0426 145752 mysql_real_escape_string ( ) ..\register.php:5
Ligne 27 (index.php )
18<!DOCTYPE html>
19<html>
20 <head>
21 <link rel="stylesheet" href="css/style.css">
22 </head>
23 <body>
24 <div id="content">
25 <?php
26 include($content)
27 ?>
28 </div>
29 </body>
30</html>
Modifié par Guill_63 (31 Mar 2015 - 23:17)