Jump to content

My code does not executed...


megetron

Recommended Posts

Hello,

I create tracking code file named "get_t.php".

I call it using javascript:

 

<script language='javascript'  type='text/javascript'>

var r=document.referrer;

var counter = new Object();

counter.src = 'http://MyWebSite.com/get_t.php?aid=55&lid=F29&r='+r;

</script><script src=http://MyWebSite.com/get_t.php?aid=55&lid=F29>

</script>

 

In this file all I do is to print "Hello World".

 

 

Now,

everything works fine most of the time.

but sometimes the file does not executed for some reason, and empty page is displayed without showing message "Hello World".

Please advice.

 

Thanks,

 

Link to comment
https://forums.phpfreaks.com/topic/258515-my-code-does-not-executed/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.