Quote:
Originally Posted by joeychgo
I cant understand why you cant just tell me what to put instead of all this aggravation. I asked a simple question, why cant you just help?
|
I did tell you exactly what to change.
Quote:
Originally Posted by pelican
by following the instructions, i successfully created a custom vb page, pull info and display it.
i am intending to create a custom file upload function with this custom page.
how can i post the info/data and capture it.
i know how to do it in normal php coding but not sure how in vbulletin environment.
assuming my custom page is fileupload.php
do i post back to the same page (fileupload.php) or another custom page (fileupload2.php) to capture the data?
what should be the form url to post to?
thanks.
|
You can do it either way. I usually like to have just one page for a form because it seems 'cleaner' to me.