There are two mysql tables like this:
table 1
–id—–config_name
–1—–OS
–2—–Control Panel
–3—–Bandwidth
table 2
id — config_id— config_Option_name — Price
1——–1————-Windows 2008——–20.00
2——–1————-CentOs 5—————-0.00
3——–2————-whm/cPanel———–30.00
4——–2————-Plesk——————-50.00
Now I want to show them like this:
OS
Windows 2008 = 20.00
CentOs 5 = 00.00
Control Panel
whm/cPanel= 30.00
Plesk = 50.00
Please help me to do that.
3
Answers
Try this :
To get you an idea:
this is the thing what i was searching for