Recommend this page to a friend! |
Download .zip |
Info | View files (6) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-04-10 (9 years ago) | 63% | Total: 2,416 | All time: 1,550 This week: 1,045 |
Version | License | PHP version | Categories | |||
ez_suggestion_list 1.0 | Freeware | 3.0 | HTML, Databases, AJAX |
Description | Author | ||||||||||||||
This class can be used to complete words entered in text inputs using AJAX to retrieve completion words from the a MySQL database table without page reloading. |
|
Readme for how to use the package ezSL(Easy Suggestion List) ------------------------------------------------------------ 1. Put the package folder under your web server document root. 2. Then goto your MySQL admin section and create a new database giving "dictionary" as database name. Then import the "dictionary.sql" file into new created "dictionary" database. 3. Open "dbConf.inc" file from "ezSL" directory and customize the Hostname, Username, Password and Database Name as your needs. 4. Then simply run the "test.php" file from your web server to see the actual thing of ezSL. 5. Only for test I have covered the words of "a" series in "dictionary.sql". So when you test this, only give the words which are starting by "a" character (example: award, ask, around). If you want the whole dictionary words, you can download it from following URL: http://www.bsourcing.com/raw_resource/dictionary.sql Extra notation to use this(ezSL) class in your personal application/project: ---------------------------------------------------------------------------- If you want to use this in your personal project, just open and see the code of "test.php" file. You could see there, how I have used the Class and which parameters you have to pass through arguments. Read the comments in the code to clarify. I think you will understand everything after this. And remember two things:- No.1 you have to put the "ezSL" directory at the same path with the page in which you are including the class as - include"ezSL/ezSL.cls.php". That mean, you follow the placement of "test.php" file and "ezSL" directory. No.2 you should create the php object of ezSL class in the header section of your html code. Thanks & Best regards- Author: S. M. ARIFUL ISLAM Country: Bangladesh E-mail: arif_look@yahoo.com Web: www.bsourcing.com |
Files |
File | Role | Description | ||
---|---|---|---|---|
ezSL (3 files) | ||||
Readme.txt | Doc. | Readme file | ||
dictionary.sql | Data | Database sql script | ||
test.php | Example | Test script file |
Files | / | ezSL |
File | Role | Description |
---|---|---|
dbConf.inc | Conf. | Database configuration file |
ezSL.cls.php | Class | Class library |
get_list.php | Aux. | List constructor |
ez_suggestion_list-2007-04-10.zip 15KB | |
ez_suggestion_list-2007-04-10.tar.gz 14KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
ezSL suggestion list mit Umlaut-Problemen bei Ajax ich hoffe, ich kann mich jetzt korrekt ausdeutschen:... |