In this tutorial we’ll design database and will show all the data from the database in a post.
Original source
Article sharing website tutorial 2 back end database desing php/mysql

In this tutorial we’ll design database and will show all the data from the database in a post.
Original source
3 responses to “Article sharing website tutorial 2 back end database desing php/mysql”
sorry, What am I missing? code show
0){ while($row = mysqli_fetch_assoc($r)){ $id = $row['id']; $post_title = $row['post_title']; echo '
'.$post_title.'
'; } }else{ echo 'no post'; } }else{ echo $q; } ?>
dear how to contact you as i requested i have project regarding chat website kindly reply
Waiting for your update for testing and debugging