The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello there
Actually I've been trying to code some modification, which requires member to fill a form in a vbulletin powered page, this form collects data & inserts it in the database. However it turned out that I'm not qualified enough to bring my idea to life ![]() So I had to ignore lots of quality standards such as normalization, & other security issues, & I couldn't, finally I thought that best way to get started by making a very simple version of my idea, hence I created a very simple table called testtable with just 2 columns one was id, & the other was: testcoulmn id column was the primary key & auto incremented, the other (i.e., testcolumn) was varchar with length of 100 and I made my page as explained here in vb.org, and here is my code: PHP Code:
associated with this template called TEST HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle]</title> $headinclude </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">Title</td> </tr> <tr> <td class="alt1"><form name="someform" method="POST" action="test.php?do=save"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt2" align="center">The Test Form</td> <td class="alt2" align="center"> <input size="20" name="testform" dir="rtl"></td> </tr> <tr> <td cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]"colspan="2" class="tfoot" align="center"> <input type="submit" value="Submit"></td> </tr> </table> </form></td> </tr> </table> $footer </body> </html> Conclusion: I hope to get help in inserting data through a form into data base, just like what I'm trying to do. waiting for your help, guys thanks in advanced ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|