The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
one page url
a.php?a=1 link to b.php b.php <?php echo $a; ?> what we can see 1 ? |
#2
|
||||
|
||||
![]()
Please explain your question a little more.
|
#3
|
|||
|
|||
![]()
You can see nothing on b.php
a.php link to b.php?a=1 Page b.php <? echo $_GET['a']; ?> will give you the result you're looking for. |
#4
|
|||
|
|||
![]()
in a.php put this
HTML Code:
<form name="get id through url" action="./b.php" method="GET" target="_self"> <input name="id" type="text" size="30" value="put here any thing you want" /> <input type="submit" name="submit" /> PHP Code:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|