Recommended by Users
WHAT IS THE BEST PHP QR CODE GENERATION CLASS? QR CODE GENERATE muthuprakasht I need php code to generate qr code offline Generate the qr code without using Web services or otherwise require an Internet connection, so I can have an image to add to a PDF document. PHP QR CODE GENERATOR PAGE: GENERATE ...
Libraries, Design Patterns, PHP 8 This package provides a system for building MMVC(Modular MVC)--based PHP applications, offering a structured approach to development. It provides base model, view, and controller classes that application developers can extend to implement model, view, and controller ...
... service called ? ws/server.php that it does not exists yet but we will create it later. ? views/table.blade.php <!DOCTYPE html> <html> <head> <title>jQuery Grid Inline Editing</title> <meta charset="utf-8" /> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap ...
HTML, PHP 5, Databases This class can manage database records with a CRUD interface. It provides classes that can connect to a database using PDO and perform queries to create, retrieve, update and delete records of a given table. The package can display the Web interface to let users perform these ...
HTML, PHP 5, Databases, Files and Fol... This package can display data in an editable grid on a Web page. It can take the path of PHP script that can be executed to set a data variable that contains the data to be displayed in data grid using HTML tables. The class can also render the data grid table ...
HTML, PHP 5, Databases This package can build form and manage MySQL table records with XML. It takes a definition of a form layout and field types in a XML format and generates HTML for a form presented with Bootstrap with support for many types of inputs besides those supported by HTML. The generated ...
PHP 5, Games This package implements the Tic Tac Toe game based on CodeIgniter. It provides models, views and controlers for displaying errors if any, using templates to render the game board including page headers and footers, the welcome message to choose between 3 difficulty levels, and the scores ...
Algorithms, PHP 5, Games This class can senerate and solve Sudoku puzzles. It takes a parameter that defines the size of the gride of a Sudoku puzzle that it will generate. The class can render the generated Sudoku puzzle in an HTML table. The class can also solve the puzzle determining the sequence ...
HTML, PHP 5, Graphics, Printing This class can generate label images for color coded resistors. It takes the resistance value of an electric resistor and generates an image for a page with a grid of labels that show the resistance value with the respective color code stripes, as well QR-code for ...
Validation, Security, AJAX This class can be used to implement CAPTCHA validation using colored boxes that the user must click which are validated using AJAX requests. It renders a grid of boxes on which only one box is colored differently to indicate the user must click it. The class sends an AJAX ...