The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Would I Integrate A Form & The Output Of That Form Into Vbulletin
Hello guys i took a look at the thread on How To make Your Own VB Powered Pages but its only for HTML. I need to know how to integrate the following code into vbulletin which includes PHP not just HTML.
Here is the HTML Part: HTML Code:
$Headinclude + $Header <h4>Tizag Art Supply Order Form</h4> <form action="market.php?do=order" method="post"> <select name="item"> <option>Paint</option> <option>Brushes</option> <option>Erasers</option> </select> Quantity: <input name="quantity" type="text" /> <input type="submit" /> </form> $Footer Code:
<?php $quantity = $_POST['quantity']; $item = $_POST['item']; echo "You ordered ". $quantity . " " . $item . ".<br />"; echo "Thank you for ordering from Tizag Art Supplies!"; ?> Quote:
--------------- Added [DATE]1246919994[/DATE] at [TIME]1246919994[/TIME] --------------- NVM guys i took a look at the sendmessage.php file and saw how VB uses it and figured out how to do it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|