So, I've continued to kick this issue around, and I have a couple of questions.
Into what file would I put this form? Would I code it like a normal HTML form, or is there some kind of "handler" for this? Something like the
PHP Code:
<?php echo zen_draw_textarea_field('comments', '45', '3'); ?>
I realize that I would, of course, not need a text field, but a checkbox, so the verbiage would be different, but I was wondering if there already was something created for this. This is probably a dumb question, and I'm definitely showing my ineptitude with PHP, but I reckon a dumb question asked is better than a dumb question unasked.
If I could just get the blasted checkbox to show up I think I'd be good from there. I'm at least familiar with the
PHP Code:
zen_db_prepare_input
command that prepares the following data for database insertion.
Finally...would I need to store this data into the $_SESSION superglobal? I'm inclined to say yes, but I'm not sure. Any help is appreciated.
I totally know that I'm in over my head. Please be merciful.
Bookmarks