<?php include('include/include.php'); if(!empty($_POST['id'])) { $select = executework("select * from portfolio where id ='".$_POST['id']."'"); $row = mysqli_fetch_array($select); echo $row['name']; } ?>