Hi! my webhosting company adds a javascript entry ot my php pages (to the first line), so a lot of scripts and functions are unusable.
(the script adds a banner to my site)
Is there a way to replace that entry somehow with
srt_replace
?
check it out
http://users.atw.hu/c/a/cartmanland/index.php
str_replace Help!
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
I think this is not possible - maybe you can try to use a new JavaScript function
Oliver
Code: Select all
<!--
function r() {
return true;
}
//-->