Menu

PHP and JavaScript Scripts

Here are added various PHP and JavaScript scripts, from CoursesWeb.net, an web site with free courses for web deverlopment, programmers, and site building.

  • PHP Chat Script - Demo, and Download: http://coursesweb.net/php-mysql/script-chat-simple_s2

    A Simple Script for Chat that can be added in web sites. It is made with PHP and JavaScript, using OOP (Object-Oriented Programming) and Ajax technology.
    This Chat Script does not require database, it works with text files saved on server, so, it is fast and requires verry few server resources.

  • Script comments with pagination - Demo, and Download: http://coursesweb.net/php-mysql/script-comments-pagination_s2

    This is a PHP-AJAX script to add comments in the website; created with PHP, MySQL (using OOP technology, classes and objects (Object Oriented Programming)), and JavaScript (with jQuery).
    The script paginate the comments, without affecting the rest of the page content, or page URL, and it can be included in both HTML, and PHP files (but the server must have installed PHP).

  • Countdown Timer with starting time added into a form - Demo, and Code: http://coursesweb.net/javascript/countdown-timer-starting-time-added-form_s2

    A JavaScript Countdown Timer that uses for the starting time data added in form fields.
    The code of a specified fuunction can be executed when countdown timer reach to 0.

Project Admins: