fetch data fron mysql different table connected using foreing key based on id
php code <!DOCTYPE html> <html> <head> <title>Read Data From Database Using PHP - Demo Preview</title> <meta content="noindex, nofollow" name="robots"> <style> @import "http://fonts.googleapis.com/css?family=Droid+Serif"; /* Above line is to import google font style */ .maindiv { margin:0 auto; width:980px; height:500px; background:#fff; padding-top:20px; font-size:14px; font-family:'Droid Serif',serif } .title { width:100%; height:70px; text-shadow:2px 2px 2px #cfcfcf; font-size:16px; text-align:center; font-family:'Droid Serif',serif } .divA { width:70%; float:left; margin-top:30px } .form { width:400px; float:left; background-color:#fff; font-family:'Droid Serif',serif; padding-left:30px } .divB { width:100%; height:100%; background-color:#fff; border:dashed 1px #999 } .divD { width:200px; height:480px; padding:0 20px; float:left; bac...