hi
i want help from you in a matter.i want to include a file which is on another server.
include ("http://www.example.net/page.php?a=".$a ."&s=".$s."&c=" .$c);
values are passed successfully.Bu t i am enable to access variable values from page.php.
i want to access a variable value which is on page.php
Thanks in advance
i want help from you in a matter.i want to include a file which is on another server.
include ("http://www.example.net/page.php?a=".$a ."&s=".$s."&c=" .$c);
values are passed successfully.Bu t i am enable to access variable values from page.php.
i want to access a variable value which is on page.php
Thanks in advance
Comment