
Database
文章平均质量分 80
itroy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Transmitted] Connect to MySQL Database
Opening a connection to MySQL database from PHP is easy. Just use the mysql_connect() function like this $dbhost = localhost; $dbuser = root; $dbpass = password; $conn = mysql_connect($d原创 2008-12-03 20:49:00 · 655 阅读 · 0 评论 -
[Project] Database design
In the initial database, I would like to create four tables to store the shape data for the annotated characters. A: tbl_image(id[int], category[string], width[int], height[int]) B: tbl_body(id[int]原创 2008-12-03 21:16:00 · 522 阅读 · 0 评论