I Have Been Gettin Complains From Wapmaster That Didnt Know XtGem Getvariables
Nw Here Is An Understandable Tutorial About Xtgem Getvariable!
READ AND ENJOY..
GETVARIABLE TUTORIAL VIA LINKING:
Nw, lets form a chatt box assumin dis is a chat box code
<input type="text" name="myname" value="myname" />
<input type="text" name="myage" value="myage" /> then if u c dis code and u wnt if u remeba there 2 main values in the chat code and the are
myname and
myage nw to link it to appear in xame page witout any result page, when a guest is post u wil hav to use Variables so dat it wil also showcase in dat xame page, dat is he talkin... Now in dat code, lyk i said b4 there are 2 values in the code wich we cn use variable to construct nw c
<input type="text" name="myname" value="{_$myname|}" />
<input type="text" name="myage" value="{_$myage|}" /> to add variable to any code we use dis
{_$|} dats a variable sign, nw the 2 main values in the chatt box has been constructed wich are
{_$myname|} and
{_$myage|} nw dat the variables has been done the chat box when a guest input his name and age then post it wil reload dat xame page , after it must hav paste the guest name and age ...
Nw Link 2 Codes With Variables is xame tin wit the 1 Linkin Tutorial if u dnt wnt it to appear in dat xame page then u use
form action wat is "form action" it is an automatic link wich link code to its original position. Its jst lyk linkin ur forum after u must hav create the file in ur filebrowser! Nw lets continue there is an example of a code dat has form action first lets use "2go Star Booster" here
<form action="http://UR ACTION LINK" method="get"><br/><input name="star" value="NOVICE" type="radio"><b style=color:blue;->NOVICE</b></input><br/> <select name="action"><option value="None">Select Action</option><option value="TO BOOST">BOOST</option></select><br/><div style="text-align:left;"><b style=color:red;->USERNAME:</b><input type="text" style="width:80px" name="username" /><input type="SUBMIT" value="BOOST" /></form></td> Nw above is a 2go star boostin code assumin u hav nw paste it in ur site in the place
UR ACTION LINK lets assume ur form action link is
Starboosted nw to make after guest has input the informations in dat boostin code to make it to in the RESULT PAGE Dats dat Starboosted , bt remeba dis
starboosted and dis
Starboosted ar nt xame when link Y? Becous the differen there is the CAPITAL Letter in front of the letter... Nw lets continue then to link as i told u b4, u must find in the code the main value in the code b4 constructin.. Wit variables nw here ar the main values in dat 2go boostin code
star , action and username nw u construct them usin variable sign
{_$|} remeba u ar usin 2 link so it wil be lik dis
YOUR STAR IS {_$star|}
YOUR ACTION IS {_$action|}
YOUR USERNAME IS {_$username|} Remeba dis code should be pasted in the page of
Starboosted dis is the 2go boostin result page linked in rough as an example, in the text box below...
<div align="left"><div class="zxfourborder"><b>YOUR STAR IS :</b><b style=color:red;-> {_$star|}</b>
<b>YOUR ACTION IS :</b><b style=color:green;-> {_$action|}</b><b>
YOUR USERNAME IS :</b><b style=color:black;-> {_$username|} </b></div></div>
Copy code You Can Give It A Try! For More Details Check
¤ME¤
DATS ALL ABOUT XTGEM GETVARIABLES
(Edited by 2015-07-18 06:05 STRIKELORD )