helo mga master unsay code anang maka commnent ta sa page, html or css lang. ?
somethngs else gusto nko ibutang sa ako project site nga naa comment box.
@pulgar, php or any server side script imo gamiton ana to access database
pwede ka mag gamit ug php kay dali ra buhaton....
requirments:
Sql database
php server
how to do:
1. Create a database and create table with the following columns VARCHAR for the comment and INT for the id of the comment (int should be auto increment).
2. In youpage.php you need a sql connection and insert statement to store your comment into the database.
3. You may use same page to access or to query the comment from the database (recursion) . just use a select statement from the sql database commands.
Similar Threads |
|