Hey guys I am well beyond my breaking point on this problem, I am sure I am missing something.
I need to open a new window, which is not hard with javascript, and that works fine, but the Header is persistent and causing errors. specifically the cannot modify header information because it has already been sent one...
Now I know exactly where the error is and it is a echo of the site title being pulled from the back end database... well that is the first echo, I am sure if I removed it, it would just keep moving onto the next one.
I can't very well go and destroy the header for the entire site to get a simple pop up window to open, there has to be some way to tell that window to completely ignore the Header and not load it, but considering I put test code in right after the <?php and it came back as having already sent the header data it means the header is loading before the pages own script is even being run....
Does anyone know how to tell this window to be its own thing and stop the header from loading?