PHP AJAX
Free and open source PHP scripts Interact with the Web Server without page reloading-
ajaxCRUD takes a table name and displays its records in an HTML table that can be edited using AJAX to save the record changes without reloading the page. AJAX is also used to add new records or delete existent ones.ajaxCRUD supports CSS stylesheets, various datatypes, paging, defining relationships to other tables, callback functions, and many other features.
-
AJAX Login Module 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 script uses a separate database access class to perform a database query to the users database ...
-
jQuery4PHP ( jQuery for PHP ) is a PHP 5 library and makes easy writing javascript code (jQuery syntax) using PHP objects. Develops Rich Internet Applications in an easy way without having to know javascript language with the help and power of jQuery. Features of jQuery4PHP:- Open Source- Easy and Fun to use- Flexible- Documented- jQuery (wriite less do more)
-
This PHP script can return a select list according to the option selectd. The ajax function receives and displays the seccond select list. When uses selects an option form the second select lis, this script can disply a third list of options, according to the options selected in the first an second selct lists.
-
wTag is a shoutbox(chatbox or mini chat) that is written in JavaScript and PHP, and using Ajax to exchange data with the server without need to reload an entire page.Features of wTag:- It uses MySQL database as backend.- CSS based drop-down smileys menu. You have the option to enable/disable the display of smileys and smileys menu.- Anti-spam filter: blocks messages ...
-
This script can display site statistics from Google Analytics. It uses the Google Analytics client script by Stig Manning to retrieve site statistics by sending HTTP requests to the Google Anaylytics API Web server.The main script can generate HTML and JavaScript that users jQuery to send AJAX requests that retrieves and displays the site statistics.Requirements:- PHP 5.0 or Higher
-
This PHP script aims to display the paginated representation of MySQL table data on the HTML page with the simplest way using AJAX requests. It executes a given MySQL query and generate a response to update a page that shows different pages of query results using AJAX to avoid page reloading.MooTools library was used in this script to make AJAX ...
-
AJAXFilterSelect is a HTML_QuickForm element designed to provide a dropdown select element populated with results from an AJAX-enabled search field. It is PHP script based on PEAR::HTML_AJAX. AjaxFilterSelect must be given valid callback information, which tells it where to retrieve the search results.
-
This class can be used to generate Javascript to send AJAX requests using jQuery library.It can generate HTML with Javascript code to call the jQuery library to send several types of requests.Currently it can send GET requests, send form POST requests and load content into page elements.
-
This class can be used to display a tree of nodes that can be opened dynamically from data retrieved from a database on the server via AJAX.It generates HTML and Javascript to display tree nodes as links.When a node link is is clicked, the generated Javascript performs an AJAX request to a script that uses the class to retrieve data ...
-
This class can be used in conjunction with a mouse pointer. The user hovers the cursor over an item, without clicking it, and a small box appears with supplementary information regarding the item being hovered over.It must be used in conjunction with a few Javascript libraries that submit the page body HTML content to the server via AJAX.On the server, ...
-
This class can be used to process and display rating stars given by the user to site content. It can generate HTML and Javascript to let the user rate site content.When the user rates content an AJAX request using Iframe is sent to the server to avoid page reloading.The class updates the content ratings stored in a MySQL database and ...
-
This class can be used to display MySQL database table records in an HTML table that can be sorted by dragging rows.It generates HTML and Javascript to display the records of a MySQL table in HTML table rows that can be dragged to sort the table elements.The class sends AJAX requests to send changes of the table elements to the ...
-
This class can be used to generate AJAX request responses in JSON format. It can define one or more keys and values that will define the actions that will be perform by JavaScript code on the browser side as response to an AJAX request.The class converts the response values into an array that is outputted in JSON encoded format. The ...
-
This class can be used to generate a tab based Web interface. It generates HTML with Javascript to present a tab bar with links that when clicked switch the content that is presented underneath.The content is loaded from the server using AJAX to avoid page reloading.The tab links may have a fallback URL that is used when loading the pages ...








