[Solved] how to get and pass database value through include in php [closed]


mysql_connect(host,username,password,dbname);

$result=mysql_query($con,”select * from pages where …”);

$result contain your ID value……

solved how to get and pass database value through include in php [closed]