PHP - Simple Search Using Ajax & MySQLi

Submitted by razormist on
Learn on how to create a Simple Search Using Ajax&MySQLi using PHP. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. Ajax is a client-side script that communicates to and from a server/database without the need for a postback or a complete page refresh. It is mostly used by a newly coders for its user friendly environment

PHP - Simple CRUD With Ajax/MySQLi

Submitted by razormist on
Learn on how to create a Simple CRUD With Ajax/MySQLi using PHP. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user friendly environment. Using Ajax, data could then be passed between the browser and the server, using the XMLHttpRequest API, without having to reload the web page.

Angular 6 and Material, Database with Firebase & Firestore.

Submitted by klevis on
Angular 6 This app is starter for angular 6 and materialize. Ademo is online : https://mat-bank-engine.firebaseapp.com/ After extract the zip on your terminal pres the command $ npm install for install all packages and dependecies. Run $ ng serve for host the app on your local. Run $ ng build for deploy the static files or $ ng build --prod for production mode. The tecnologies used on this app

Restaurant System

Submitted by Seshele E. Ramaqoma on
This project was given as an assignment to implement system where by the client has to order the food by selecting on the menu in a restaurant terminals on the table. The client has to use table no and telephone no to make an order, chef prepare the order and the waiter delivers the order to the owner and the client pay. Waiter has to indicate that order has been served and the client has to

C# - Simple Digital Clock

Submitted by razormist on
Learn on how to create a Simple Digital Clock using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.

Cafe Restaurant System

Submitted by Seshele E. Ramaqoma on
This Project was given to my brother at another university to come up with the system for a certain restaurant to help customers to make orders using the terminals on the table of that restaurant. Customer has to choose from the menu the products they need and the order send to the chef or waiter panel where chef will prepare that order. When the order is ok waiter take it to the customer and

PHP AJAX CRUD

Submitted by mohammed shafraz on
Hi everyone, In this tutorial you will learn how to create, insert, delete, and update data using AJAX in PHP and fetching data from database without reloading the page. In order to do this task, I have used jQuery Ajax function to perform an asynchronous HTTP request. More over in order to fetch data without refresh the page from database I have used ajax load method with setInterval. Here Is the

Javascript - Simple Text Animation

Submitted by razormist on
Learn on how to create a Simple Text Animation using Javascript. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It is widely used in designing a stunning website. It is an interpreted programming language that has a capabilities of Object-Oriented. This code can be used as your calculator to any mathematical problem.