Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Blood22

    PHP form to popup?

    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...
  2. Blood22

    SELECT STATEMENT PROBLEM!

    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...
  3. Blood22

    Perl: DBI problem

    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...
  4. Blood22

    MUL key in table : need to remove this!

    Its ok, found answer... ALTER TABLE table_name DROP INDEX index_name Cheers anyhoo, Si22.
  5. Blood22

    MUL key in table : need to remove this!

    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.
  6. Blood22

    Newbie Problem!!

    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...
  7. Blood22

    Newbie with tricky problem!

    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...

Part and Inventory Search

Back
Top