Trigger an AJAX request upon an HTML page event

Ajax, PHP, PHP Scripts
This is a very simple class that generates HTML attributes to handle events on page elements using AJAX requests. It generates Javascript code that calls a simple Javascript library that performs an AJAX request and uses the request response to update the contents of a given page element. The AJAX request URL, request method, and the page element to be update are configurable. The code and documentation is available in English and Spanish. Download Files
Read More

Suggest words to complete text inputs using AJAX

Ajax, PHP
This class might be utilized to finish statements entered in content inputs utilizing Ajax to recover culmination statements from the a Mysql database table without page reloading. It creates Html for a content structure enter with the vital Javascript to perform Ajax demands to recover proposed statements to finish the content that the client sorts in the content data. The Ajax appeal is took care of by a script that inquiries a Mysql database that returns a record of prescribed finish expressions. The inferred expressions are shown in menu that shows up beneath the content info. The client may select an inferred word with a cursor crux. Download Files
Read More

Generate HTML and Javascript for displaying forms

PHP, PHP Scripts
This class might be utilized to create Html and Javascript for showing shapes. This undertaking advertises quick advancement of shapes through an item arranged Php structure, kills the grunt/repetitive work of composing the html and javascript approval when building shapes, decreases human slip by utilizing a consistent/tested utility, and consolidate complex components, for example ajax, jquery, google maps, tooltips, captcha, and html web editors rapidly and with small endeavor. There are 15 illustration records that give numerous executions of the class and will give you a head begin in your advancement. Additionally, there are presently 3 Youtube films that give a progressively in-profundity look different bits of the task. Download Files
Read More

13 in a dozen db class

Databases, PHP, PHP Scripts
Access MySQL servers and display queries in tables This class could be utilized to gain entrance to Mysql database servers and show question brings about Html tables. It can create database associations with a given Mysql host, recover server database qualified information, execute Sql questions, recover the embedded identifier by the final Insert question, get the amount of effected lines by an inquiry, get the amount of returned lines by an inquiry, get the amount of sections in a question effect set, recover question come about columns into shows or objects. The class can additionally create Html tables to presentation inquiry result information or metadata about the question consequence sections.  
Read More

Show pagination links for MySQL query results

Databases, PHP
This class could be utilized to show pagination connects for Mysql inquiry results. It can take a given Mysql question and check the aggregate number of the outcomes so it can verify the Limit statement parameters to inquiry and show the present inquiry results page range. The class can likewise create route connections to skim the different pages of the inquiry effects. Download Files
Read More

Split MySQL query results in multiple pages

Databases, PHP
This is a modest class that might be utilized to part Mysql question brings about different pages. It takes as parameters a Sql question and the breaking point of records to show for every page. The class can execute the question recovering just the lines that are for the present page. It can likewise create connections to peruse the pages on which the question effects are shown. Download Files
Read More

Generate dynamically expandible hierarchic menu with Html

PHP, Tutorials
This class might be utilized to produce Html hierarchic menus that could be progressively stretched and given way upon client connection. It utilizes settled unordered Html records within consolidation of Javascript produced by the class to assemble the menu components. In the event that Javascript is debilitated, the menu will show in unfolded structure. The records are shown utilizing Css styles to modify the menu presentation. A different class is supplied to cross the index framework and assembles a menu to go on the server record framework. Download Files Here
Read More