On Fri, 2008-11-21 at 16:55 -0100, [EMAIL PROTECTED] wrote:
> I have a PHP application that accesses data from MySQL. There is table
> called "rooms", and table called "beds". There is another table called
> "patients". Patients are being placed into beds, and beds are in the
> rooms. PHP application currently displays all information in textual mode
> via regular HTML tags. But I would like to have that information displayed
> in graphical mode instead of textual mode.
> 
> Is there a way to display this information from the database graphically.
> Graphic would represent a room, and it would contain beds inside. You
> would be able to see visually which beds are occupied and which are free
> by looking at the graphics.
> 
> User of the system wants pictures instead of text displayed via HTML
> tables as a list of entries.
> 
> Anyone knows anything like this?
> Thanks,
> Dzenan
> 
> 
> 
This sounds a lot like a school/college/uni project that you're too lazy
to research... Correct me if I'm wrong.

The other guys who have answered are all spot on when they say you need
to look at the GD library.


Ash
www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to