load method requires string url of php file, project i m working on block requests if php file is directly called. so load method do not work how to solve this ?
i can only call function using $_request so how to solve loading issue
Hi,
your application should have some way to process requests from the client.
The url that passed to the load method not necessary should target a specific file, so you can change it(modify url, add GET parameters) as it required for correct processing by server-side