Hi,
I have defined a constant like:
Can I use the BASE_URL like this and if so how because my example below is not working?PHP Code:define('BASE_URL', 'http://www.mysite.com');
PHP Code:print "<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\". BASE_URL . \"/images/favicon.ico\">" . "\n";


Reply With Quote
Bookmarks