PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
My broblem is that i need 2 select 2 values from the table(Id, Category). How 2 put these 2 dimension array and then show these in the listbox. Here's what i made and it aint workin'. No error messages, but i know somethin' is wrong. I've tried 2 long...
$sql_lauseke = ("select Id, Category from Categoria");
why do you have parentheses around that? might need to put ` back ticks around ID..can't remember if that's a reserved word or not...try that..
"The whole logic of the thing is kinda whacked out..." That's why i'm here...
So my main problem is that i don't still know how to build up 2 dimensional array and put these 2 values(Id, Category) there. After that the for sentense should show those in the list box... The for-sentense should be aight.