Byond+PHP possible? in Developer Help
|
|
I think i've asked before but i can't remeber the answer.
say i have a webpage...
var/html={" <body disabledLoad="send.Sumbit()"> <form name="send" action="http://mysite.com/score.php" method="post"> <input type="hidden" value="[ckey]" name="ckey"> </form> </body> "} src<<browse(html) src<<browse(null)
|
would that work?
[edit]
...just thinking about about it byond can only GET right......
So how can i send a player a popup window?
|
That's only true for world/Export (and possibly some other procs).