| |
|
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
| |
| Subscribe |
|
Submit your email address and receive
article and product notifications. Your email is safe with us.
|
|
|
|
|
|