php - Controlling the functions of foreign site -
i have hosted simple webpage on laptop. page, sends request page [global www.* domain]; page x in-turn invokes webpage; page-y , final result shown on screen page-y.
now, since coding/source of page-y hosted on site, don't have control on it.
is there method can invoke functions , prevent functions of page y?
you cannot affect server-side code http request. if able access other site, set url parameter such www.example.com/page-y.php?f=1
, still controlled remote site.
Comments
Post a Comment