PHP development message board tutorial database

Database creation

The code below creates a database named "message"

Character encoding is "utf8"


Data table creation

The following code creates the name It is the data table of 'Ressage_user'. The fields are as follows

##Field name id name email content ressage_time Field type INT VARCHAR VARCHAR VARCHAR DATE Field length 6 30 50 200 ##Field Description









User The id The name of the message The email address filled in the message The content of the message The message time

Continuing Learning
||
submit Reset Code
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!