Programmation Web Coté Server Avec: Php/Mysql
Programmation Web Coté Server Avec: Php/Mysql
C:\mysql\bin\mysqlshow
C:\mysql\bin\mysqlshow mysql
C:\mysql\bin\mysqladmin version status
proc
Author: Eng. Rodrigue OSIRUS
Tel: (+509) 3700 7443, email: [email protected] / www.tele-matica.net
Attending the loose ends of the
default configuration
Double-clicking
PATH will allow
you to edit it.
Tables
Rows
Schemas
Relationships
Relationships
Relationships
Relationships
<?php require("connections/cn.php")?>
<?php
$db_host="localhost";
$db_user="doncurt";
$db_password="passwd";
$db_name="test";
?>
Author: Eng. Rodrigue OSIRUS
Tel: (+509) 3700 7443, email: [email protected] / www.tele-matica.net
Connection to a database
$mysql_cn = @mysql_connect($db_host,
$db_user, $db_password) or die("La
connection n'a pas été établie");
mysql_select_db($db_name);
$dis_carriere=mysql_result($result,$i,
"carriere" );
Author: Eng. Rodrigue OSIRUS
} 3700 7443, email: [email protected] / www.tele-matica.net
Tel: (+509)
Conclusion
● http://www.commentcamarche.net
● PHP and MySQL web development 2nd edition,
Luke Melling and Laura Thompson.