Page 1 of 1

str_replace Help!

Posted: Sat 22. Nov 2003, 15:13
by cartman
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

Posted: Sat 22. Nov 2003, 15:59
by Oliver Georgi
I think this is not possible - maybe you can try to use a new JavaScript function

Code: Select all

<!--
function r() {
  return true;
}
//-->
Oliver