include class from remote site
Posted: Tue Oct 31, 2006 1:15 am
Hi
I must include a file that contain a class from remote site.
If I include as .php (include "http://www.**.com/myclass.php) don't work as processed as php
If I include as .inc (include "http://www.**.com/myclass.inc) is ok
BUT
if user visit http://www.**.com/myclass.inc can view my class in the browser and I need that this class is not public and not visibile..
any help ?
thx
I must include a file that contain a class from remote site.
If I include as .php (include "http://www.**.com/myclass.php) don't work as processed as php
If I include as .inc (include "http://www.**.com/myclass.inc) is ok
BUT
if user visit http://www.**.com/myclass.inc can view my class in the browser and I need that this class is not public and not visibile..
any help ?
thx