Re: [PHP-DB] how to access checkboxes & get them into database

2001-12-11 Thread Russ Michell
I don't think you need to get into global variables unless you *really* need to. In this case it sounds as if you don't. OK so you have an array of checked values, so what's next? You wanna get those variables outta that array in your process script, and perform whatever it is you want (inser

[PHP-DB] how to access checkboxes & get them into database

2001-12-11 Thread es said
hi there, this time i've got another problem with my set of database-tables: i created a database (containing 6 tables) and some html-sheets for the in- and output. so far, so good. some values should be added to ONE of those tables table by checking checkboxes in a form. okay, the checked values