vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How Would I Integrate A Form & The Output Of That Form Into Vbulletin (https://vborg.vbsupport.ru/showthread.php?t=217990)

pspmodandcfw 07-06-2009 07:14 PM

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

Here is the PHP Part:

Code:

<?php
$quantity = $_POST['quantity'];
$item = $_POST['item'];

echo "You ordered ". $quantity . " " . $item . ".<br />";
echo "Thank you for ordering from Tizag Art Supplies!";

?>

How would i get the output of that FORM in 1 of my vbulletin pages. For Example The Market.php Page is where the a member selects the options and i already have this done by inserting it in a template however how would i get the output from the PHP into the template so it would be like this on the market.php?do=order page.

Quote:

$Headinclude + Header

You ordered 6 brushes.
Thank you for ordering from Tizag Art Supplies!

$Footer
Thank You.

--------------- 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. :)


All times are GMT. The time now is 07:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01244 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete