An example of accessing the MySQL database using PHP. read an example of accessing the MySQL database using PHP, bodycenterh2PHP + MySQL example/h2h3ufontcolor = brown please input data in the text area and confirm/font/u/h3formaction =? Echo $ PHP_SELF? Method = PO
PHP + MySQL example
Enter data in the text area and confirm
$ Connect_id = mysql_connect ("localhost", "username", "password ");
If (isset ($ txt )){
$ Dbtime = date ("Y-m-d H: I: s ");
Mysql_db_query ("usernamedb", "insert into test values (0, '$ dbtime',' $ txt ')");
}
?>
$ Result = mysql_db_query ("usernamedb", "select * from test "); While ($ userdb = mysql_fetch_row ($ result )) { Echo "<". $ userdb [0]. ">:". $ userdb [1]. "". $ userdb [2]." N "; } Mysql_close ($ connect_id ); ?>
|
[This article is copyrighted by the author and osuo. if you need to reprint it, please indicate the author and its source]