SQL PHP HTML ASP JavaScript articles and free scripts to download
 
 

Installing comment post script

Please read the basic tutorial on comment posting here. For installing the script open the mysql-dump.txt file and populate your MySQL database. Ensure that admin login record is added to admin table. Open config.php file and update all login information. Open the URL http://yoursite.com/articles/admin/login.php page. Here the script is kept inside article directory ( change in your case ) . Use admin id and password as stored in admin record to enter into the admin area. For pages to display form and store the postings, add these lines.

//////// start of comment /////////////
$p_name="1be"; // Unique file name of the page.
require "config.php"; // Comment this if your page already established db connection
require "cmt-display.php"; // To display the comments
require "cmt-formck.php"; // Processing the form data
require "cmt-form.php"; // To display the form.
/////// end of comment //////////////


Download the full script here

Discuss this tutorial at forum


Further readings
Introduction to simple Posting of user comment Script.
How the script works in comment posting script
Admin area of the comment posting Script
Installing the comment posting Script
 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
PHP Tutorial Index
Popular Tutorials
Drop down list
File Upload
Signup script
Member Login
Line Graph
PHP MySQL Paging
PHP Calendar
PHP Tutorials
Date & Time
Array
String Functions
Math Functions
Form Handling
File Handling
Comment Posting
Content Management
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.