MyBB Community Forums

Full Version: Help with sql codeing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so i am building a plugin to make it so admins can give users images like the groupimages to tbe dispalyed and i hit a snag

how the heck do i get it to send to the sql DB?, i need it to send to the sql database and insert it's self into the table 'uimage'

some one help? please and thanks Big Grin


If that doesnt help, search youtube, theres loads of tutorials.
No it connects it jsut dosent connect. like i want it to.

$form_container->output_row($lang->user_image1." <em>*</em>", "", $form->generate_text_box('uimage', $mybb->input['postnum'], array('id' => 'uimage')), 'uimage');

what else do i need?