Search found 1 match

by ahammadi
Tue Nov 15, 2005 7:11 am
Forum: PHP - Theory and Design
Topic: How to create queue data structure in PHP?
Replies: 3
Views: 1276

How to create queue data structure in PHP?

I am doing a small experiment using Apache, MySQL and PHP on Window platform. Suppose I have following tables in MySQL: FLIGHT, CUSTOMER and FLIGHT_CONFIRMATION in Reservation database. PHP script will first check if the seat is available for a customer on the date he specified on a particular fligh...