I want to make a list fetching data from Database. And I want to show the list double, means half data in one column and half second column. I’m using PHP MySQL and HTML.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to count the records, and then calculate how many rows are required per column:
Then you need to add some CSS to float the columns left, and set their width: