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”

  1. 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; } ?>

Leave a Reply