simple php table loop


Posted on 16th Feb 2014 07:03 pm by admin

Hi all,

I've the following code

<?php // Create category options
$query = "SELECT * FROM categories ORDER BY category ASC";
$result = mysql_query ($query);
while ($row = mysql_fetch_array ($result, MYSQL_NUM)) {
echo "<input type="checkbox" name="types[]" value="$row[1]">$row[1]n";
}
?>

This lists out up to 15 checkboxes, but can increase or decrease if more are added/removed. At present this simply produces a list.
How can I alter the above to produce a nice table with say 5 checkboxes per row?

No comments posted yet

Your Answer:

Login to answer
207 Like 5 Dislike
Previous forums Next forums
Other forums

Need help to modify php ELSE code
I'm trying to find a way to have the php code display a message if there is no inventory listed in t

Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a

want a code for uploading and downloading
i m trying to upload and download to my site..i need upload and download code ...i use a code for up

isset undefined variable
Hi all,

Hope someone can point out the obvious. I've a log in script, if you dont enter a use

upload image name with extension using php
hi frds..

<input id="file1" type="file" name="file[]" &a

$variable = $variable
Hello

Sorry if this is a really simple question but I have run out of ideas. Is there a reall

Issues: PHP Forms -Clearing
I've tried looking online before actually asking for help, but I've been looking for about the past

remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to

IIS7 and getimagesize() problem
I have just discovered after hrs of trying to fix a problem where it's coming from. It's to do with

Not sure why this script is not working?
Hi I am new to php programing and I was trying to make up a simple script like a captcha but I canno

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash