i have configured a table which insert temperature values to a database.now i need to retrieve database value to a website. i am new to web developing. Is there any templates which i can use for this? help me to get this done.thanks in advance.MySQL table structure is \[code\]CREATE table digitemp dtKey int(11) NOT NULL auto_increment,time timestamp NOT NULL,SerialNumber varchar(17) NOT NULL,Fahrenheit decimal(6,2) NOT NULL,PRIMARY KEY (dtKey),KEY serial_key (SerialNumber),KEY time_key (time)\[/code\]