Answer the question
In order to leave comments, you need to log in
How to output 3 items per row from the database?
There is a SELECT
$sql_select = "SELECT * FROM ind WHERE user_id = '{$_SESSION['login']}'";
Answer the question
In order to leave comments, you need to log in
$sql_select = "SELECT * FROM ind WHERE user_id = '{$_SESSION['login']}' LIMIT 3";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question