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.

How to Prevent Delete of Master Record If Child Record Exist in PHP

Submitted by mohammed shafraz on
Hi everyone, In this tutorial will see how to prevent delete from a parent/master record if data exist on another or related table. For this example, I have used programme and course table to prevent deletion of data in programme table, if programme name is available on course table. In this case, I have map the one-to-many relationship between programme table and course table. Here is the DEMO