Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

Creating a comment and reply system PHP and MySQL

+----+-----------+------------------------+------------+
|     field      |     type               | specs      |
+----+-----------+------------------------+------------+
|  id            | INT(11)                |            |
|  username      | VARCHAR(255)           | UNIQUE     |
|  email         | VARCHAR(255)           | UNIQUE     |
|  password      | VARCHAR(255)           |            |
|  created_at    | TIMESTAMP              |            |
+----------------+--------------+---------+------------+
Source by codewithawa.com #
 
PREVIOUS NEXT
Tagged: #Creating #comment #reply #system #PHP #MySQL
ADD COMMENT
Topic
Name
9+2 =