boltc Posted December 20, 2006 Posted December 20, 2006 (edited) i know it is possbile to get a php variable outside the script.. but i dont know how.. Anybody can help me? (i want to make a bot for a webbased php game like omerta) Edited December 20, 2006 by boltc
silvano Posted December 20, 2006 Posted December 20, 2006 i know it is possbile to get a php variable outside the script.. but i dont know how.. Anybody can help me? (i want to make a bot for a webbased php game like omerta) the php script return test var in the html form $oIE = _IECreate("http://myserver.com/script.php") $oForm1 = _IEFormGetObjByName($oIE, "form") ; form name $oInput1 = _IEFormElementGetObjByName($oForm1, "test") ; var test $sValue = _IEFormElementGetValue($oInput1) this is my first post replay :-D I'am very happy if I help you bye
boltc Posted December 21, 2006 Author Posted December 21, 2006 is it also possible to get all the variables outside the script? I dont know what the variable name is of the script, and i cant get the php code ripped... (sorry for my bad english)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now