Describing the strange issue: I write a php file to perform some elementary tasks and utilize the echo statement as a debug tool. The php code is performed within a javascript. I return to js using some document.write statements (again for debugging). When all is well, I expand code both in the php and javascript files to streamline the tasks. I run a final test and get a blank screen! I take out the echo statements (which have not changed an iota) and the php and js work fine!!!!! Has anyone heard of this before? Am I such a newbie that I don't know of some issue? Please help. Thanks.
you should probably post some code so we can check it out, it's hard to figure out problems with no code to look at as there could be a large number of reasons that something doesn't work
Stolzboy, attached is the file......the commented echo statement, when uncommented, will not allow the js .write statements to execute....