In this video, we will set up database and tables necessary to build the forum (Part 1) Source code: – github repository …
Original source
In this video, we will set up database and tables necessary to build the forum (Part 1) Source code: – github repository …
Original source
12 responses to “PHP and MySQL Forum Tutorial – 1. Setting Up Data Structure (Part 1)”
where is part 3?
there are changes in database with the one that you created in the video. username should be changed to user_name. And, in the content_function.php in distopics, it should be like this function disptopics($cid, $scid) {
include ('dbconn.php');
$select = mysqli_query($con, "SELECT topic_id, author, title, date_posted, views, content FROM categories, subcategories, topics
WHERE ($cid = topics.category_id) AND ($scid = topics.subcategory_id) AND ($cid = categories.cat_id)
AND ($scid = subcategories.subcat_id) ORDER BY topic_id DESC");
Why do you use unsigned? Does it work if you don't set anything to this?
Can I get ER diagram, Relation Database, Minimizing Redundancy using Normalization
Where is the part 3?!! Tia
where is the DB from your github i need that to learn your DB
what this mean index type:index?
Why didn't you use phpmyadmin to create the DB in the first place?
I'm getting an error saying: #1075 – Incorrect table definition; there can be only one auto column and it must be defined as a key
Finally i found something thats not made in 2010-2013
how did you make any of this common sense
Thank you….