I want to make a web page, which allows me to select entries from a drop down box and each one in turn loads a different row from a database (some text and a picture) in a different frame on the same page.
Since I don't have a clue where to start, does anyone know of any tutorials or existing projects that I could modify?
Any help is greatly appreciated!
Comments
You could use a swicth statement where you would have cases.
Or just a series of if statements.
Heres an example:
[PHP]if(!$variable){
die("You did not select an option");
}
if($variable=="blue"){
echo "you chose blue";
}
if($variable=="yellow"){
echo "you chose yellow";
}[/PHP]
Understand?
The Royal Ram
Like:
{picture of compyter}
System - Dell
CPU - 300 Mhz
RAM - 128 MB
Service Tag - XXXXX
Asset Tag - YYYYY