Hi there,
I don't know if this is possible but I am looking into it anyway!
I have developed a simple PHP system within a secondary school. It is based on the intranet, and the idea behind it is that a member of staff can go anywhere in the school and log a fault through a PHP form, that goes...
The table I am using is titled : Booking table.
It consists of the following fields:
bookingid
userid
planereg
starttime
endtime
I am trying to produce a SELECT statement that will
SELECT * FROM booking WHERE
planereg = "Cessna 150" AND
starttime = "10:00:00" AND
So far...
In theory I know what I need but I cannot put it into Perl!
I am creating a schedule table that pulls dates and times from a MySQL table and if they exist highlights a html table.
I need something like this:
print "table...
print "table cell...
test a mysql select...
I have looked everywhere for answers! I am fairly new to MySQL and am trying to remove the MUL key from the starttime and endtime fields in my database.
The fields are datetime types.
If anyone can help me here I would do backflips!
Si22.
I am creating a booking schedule. When someone books a specific date and time, I hope to show the results to the administrator in the form of a schedule table. However currently I have managed to get the select statement to work and change the background colour of a specific cell.
I was...
I am attempting to build a booking system for a air training centre using perl/mysql/cgi.
I have set up three tables in MySQL - Booking,User and Plane. Currently a user to make a booking however when the administrator goes to the booking results page of the site it lists all of the bookings in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.