An example of accessing the MySQL database using PHP. Bodycenterh2PHP + MySQL example h2h3ufontcolorbrown please input data in the text area and determine fontuh3formaction? Echo $ PHP_SELF? MethodPOSTtextareacols40rows5nametxt
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]
Http://www.bkjia.com/PHPjc/316644.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/316644.htmlTechArticlebody center h2PHP + MySQL example/h2 h3ufont color = brown please input data in the text area and OK/font/u/h3 form action =? Echo $ PHP_SELF? Method = POST textarea cols = 40 rows = 5 name = txt...