|
Hello,
Well, that's certainly not possible.
Include is a server side directive for PHP to include a file that's listed.
PHP - is a server side language. I.e., it works before the content reaches the browser.
Javscript is a client side language. I.e. it works after the content reaches the browser.
So when in any client side script there's no way to use any PHP function like Include, cause PHP is just not there to process the instructions.
Hope that helped
Cyril gupta
|