PHP AJAX
Free and open source PHP scripts Interact with the Web Server without page reloading-
PHPUnit Web User Interface allows run of tests in a nice intuitive web user interface based on AJAX. Features of PHPUnit Web User Interface:- Code Coverage Repports- Unit Test Results- Runs in a sandbox for each test- Doesn't keep data from one test to the other so the tests are all stand alone.
-
The generated JavaScript code allows adding in-place editors to specified input elements of the current HTML page. PHP - Handle in Place Editor can add in place editors to one or multiple page elements given their identifiers. It associates a given PHP script that is called via AJAX when the content of the edited elements are updated. Requirements: PHP 5.0 ...
-
AJAX CAPTCHA can generate a random validation text with a given length and draw the text in an image obfuscated with random lines and ellipse shapes. A session variable is used to store the generated text in order to be used for validation. AJAX CAPTCHA generates the validation image in JPEG format as the current script output. It also returns ...
-
Facebook Custom Friends Selector generates the necessary HTML, CSS and Javascript to display a list of friends of the current Facebook user. The list of selected friends is submitted to a given URL using AJAX in order to avoid page reloads. Requirements: PHP 5.0 or higher
-
Star rating can be used to update user votes and display rated content with star images. It can store in a MySQL database the ratings given by each user that votes on content keeping track of the IP addresses of the computers from which each user votes.Star rating shows a row of stars to let the user vote on the ...
-
DABAJAX Toolkit can execute SQL queries to an Oracle database to complete text typed in form fields using parameters passed by Javascript code to PHP scripts using AJAX requests.Parameters from different form fields defining filters for the data to be queried, can be passed to the queries.Requirements: PHP 5.0 or higher
-
File Picker can display the list of files and directories available in a given server side directory, so that the user can pick one or more files from that directory or sub-directories.AJAX is being used to update and display the pages without reloading them. The user interface can be presented in several different languages.Requirements: PHP 4.0 or higher
-
True Color Picker displays an image with all the tones for the user to pick by clicking in an image point with the desired tone similar to Photoshop. AJAX is used to update the picker boxes without reloading the page. Requirements: PHP 5.0 or higher What's New in This Release True Color Picker:- A little circle showing the current color- ...
-
Hippo AJAX Link can be used to generate HTML links to process AJAX requests.Hippo AJAX Link generates HTML and Javascript that when a link is clicked it submits an AJAX request. The request can be sent via HTTP GET or POST methods.The response of the AJAX request is used to update a page section with a given identifier.
-
ezSL generates HTML for a text form input with the necessary Javascript to perform AJAX requests to retrieve suggested words to complete the text that the user types in the text input.The AJAX request is handled by a script that queries a MySQL database that returns a list of suggested completion words. A menu, which appears below the text input, ...
-
The MooTools library is called via generated JavaScript and HTML code, in order to update a given page element with the output of a script with a given URL.Requirements:PHP 5.0 or higherLimitations:The comments in the code are in Turkish
-
Cities and zip codes can be used to lookup for cities and the respective zip codes.Cities and zip codes uses AJAX to search a file database with cities and the respective zip codes using just the first few letters of the city that the user types in a form text input. The script can submit an AJAX request to find ...
-
jqSajax can generate Javascript code to make AJAX request using the Jquery library to execute PHP functions on the server side.A PHP callback functions that will be called when the AJAX requests are sent is registered.Requirements:PHP 4.0 or higher
-
Auto complete generates the HTML for a form with a text input and Javascript to perform an AJAX request to retrieve possible words that complete the text that the user has typed so far.The auto-completion words are retrieved from a configurable text file. The words may also be read from an array session variable to make it faster. The menu ...
-
AJAX Star Rating can be used to let users rate content. It can display the current content rating level by the number of starts from 1 to 5.An user can submit his own rating by clicking on the respective star. When a new rating is submitted, an AJAX request is triggered to send the user rating. The AJAX request response ...



