PHP Classes

File: test.html

Recommend this page to a friend!
  Classes of MarPlo   PHP AJAX Voting Script   test.html   Download  
File: test.html
Role: Auxiliary data
Content type: text/plain
Description: Example script
Class: PHP AJAX Voting Script
Store up or down user votes in MySQL or files
Author: By
Last change:
Date: 11 years ago
Size: 1,288 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Voting script test</title> <link href="votingfiles/voting.css" rel="stylesheet" type="text/css" /> <script src="votingfiles/voting.js" type="text/javascript"></script> </head> <body> <h1>Voting Script</h1> - Up /Down (or Plus /Minus) vote system, that shows Total Votes, and current rating. The vote can be Up (increase), or Down (decrease). (Uses: <b>class="vot_updown1"</b>). <div class="vot_updown1" id="vt_article1"></div> <br /><br /><br /> - Up /Down (or Plus /Minus) vote system, that shows current rating, and number of Up, and Down votes. The vote can be Up (increase), or Down (decrease). (Uses: <b>class="vot_updown2"</b>). <div class="vot_updown2" id="vt_article2"></div> <br /><br /><br /> - Simple vote /points. Here can be an image, img1.jpg . (Uses: <b>class="vot_plus"</b>). <div class="vot_plus" id="vt_img1"></div> <br/><br/><br/><br/><br/> <a href="http://coursesweb.net/" title="Free Courses for Web Development">Free Courses for Web Development</a><br/> </body> </html>