thanks,
i want to make this ...
include($HEADER);
to a fixed url for a php file
like this:
include(http://www.domain.com/php/oopsie.inc.php);
do i need to add quotes or something? or can this even be done?
Thanks in advance.
i want to make this ...
include($HEADER);
to a fixed url for a php file
like this:
include(http://www.domain.com/php/oopsie.inc.php);
do i need to add quotes or something? or can this even be done?
Thanks in advance.


Comment