Ajax chat scripts

Ajax, PHP, PHP Scripts
This class might be utilized to bring about a modest Web based visit framework that uses Ajax to overhaul the talk dialog show range without reloading the entire page. The class creates a page with a Web shape to submit what every visit line that the clients sort. The talk lines are sent to the server utilizing a Xmlhttprequest item. The talk lines are accepted by a server side script that uses the class to store what every client entered in a Mysql database table. Accordingly, the class yields the talk record recently designed to by shown in the client program pages. Download File
Read More

Confirm clients without reloading a login page.

PHP, PHP Scripts, Software Development, Tips, Tutorials
This class can be used to authenticate users without reloading a login page. It can generate the HTML with Javascript that uses the jQuery library to present a login form that is submitted using an AJAX request for verifying the user password. The class uses a separate database access class to perform a database query to the users database in order to verify whether the user and password are correct. Download Script
Read More

Alter and save a passage of content in a Html page

PHP, PHP Scripts, Software Development, Techniques, Tips, Tutorials, Web Design & Programming
This class might be utilized to alter and save a passage of content in a Html page. It copartners the vital Javascript occasion taking care of code to transform a given passage in a Html page into editable content when the client clicks on it. The point when the client completes the process of altering the produced Javascript submit the passage content to the Web server utilizing Ajax demand so it might be safeguarded. Download Script
Read More

List data in a table that can be edited with AJAX

PHP, PHP Scripts, Software Development, Tips, Tutorials, Web Design & Programming
This class could be utilized to record information in a Html table that could be altered utilizing Ajax. It backs record page scrolling, segment sorting, and set up altering of information cells utilizing structure fields to adjust the qualities and Ajax demands to safeguard the updated qualities to the server. Download Script
Read More

Show month datebooks browseable utilizing Ajax

PHP, PHP Scripts, Techniques, Tutorials, Web Design & Programming
This class might be utilized to presentation month timetables browseable utilizing Ajax. It can create Html and Javascript to presentation a month timetable with connections to peruse the months utilizing Ajax to stay away from page reloading. The class can make given days be shown as connections to occasion pages. The skimming may be limited to given dates. The months and week day names are customizable. The presentation items may be tweaked utilizing CSS. Download Script
Read More

Generate Javascript to call PHP objects using AJAX

PHP, PHP Scripts
This bundle might be use to create Javascript to call capacities of Php class questions from the customer side. It creates Javascript code to make Javascript protests on the customer side that gesture as substitutes of Php questions on the server side. The created code utilizes Ajax to speak with the server side script that describes the Ace class. The class can make the Php protest on the server side and call the capacities that were summoned on the customer side utilizing the created Javascript substitute class. Download Script
Read More

.passport Client, Authenticate users in a remote server

PHP, PHP Scripts, Tips
This class can be used to authenticate users in a remote authentication Web server. It accesses a remote Web server and pass the encrypted user name and password of an user to be authenticated. The class sets session variables with the user name and id if the authentication succeeds. This class works together with the .passport Server class that handles the authentication requests on the remote server side. Download Script here Source From: http://www.phpclasses.org
Read More

Create and manipulate adjacency lists in MySQL

PHP, PHP Scripts
This class can be used to create and manipulate adjacency lists in MySQL. It can perform several types of operations to store and retrieve information in a MySQL table of nodes of an adjacency list. Currently it can: add nodes, retrieve the list of all nodes, get the children of a given node, change the parent of a node, and delete nodes. Download Adjency Model Script Source From: http://www.phpclasses.org
Read More