* McGraw, Robert--G3(Contractor-ANTEON Corp)
> I am building a database (using MySQL) consisting of a list of 
> emplyees with
> specific and unique information for each.  I want to link an 
> employees badge
> number with their photo.  I have photos for all employees in JPG format.
> How can I link the badge number to a photo?  Ideally, I would 
> like to click
> on the badge number and the photo would come up.  Any help is greatly
> appreciated.

Easiest possible way:

Rename each photo to "<badgenumber>.jpg".

This does not require a database at all, just a web server.

-- 
Roger

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to