User inputs their name, and the program outputs a message using their name.
These programs are very similar.
AJAX using JSONUser inputs a product name, and the program outputs the product information, processed from a JSON object.
OOP PHP DB Web ServiceUser inputs a product name, and the program outputs the product information, processed from a JSON object.
PHP RESTful Web ServceUser inputs a sailboat name, and the program outputs the sailboat information, process from a JSON object.
The second program contains the first program, and a client portion.
PHP OOP Database Web ApplicationContains testers to test connection to database and tables.
UI for PHP Database OOP Web AppAllows a user to view all records in the products table from the database, as well as select a single record.
Allows a user to view all records in the selected table from the database, as well as select a single record.
CRUD AJAJ-PHP-Mysql Web serviceSCRUM 3: A demo that allows a user to see the records from three database tables, and edit, delete, and insert into the tables.