The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Grab an input value in php
Ok, I've got something like this....
PHP Code:
www.link .com/index. php?do=blah&thispart=here_is_where_I_want_it That make sense to anyone? :ermm: ( I was thinking there was something like document.form.name.value or something, but it didn't seem to work how I did it ) |
#2
|
|||
|
|||
if you want this to happen when you click submit then set the form method to GET
ie. HTML Code:
<form method="GET" action="index.php">
|
#3
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|