NogDog;10965500 wrote:Well, if the PHP page does not actually output anything, then that's what you will see: nothing. There is no default output, only what your script explicitly echos, prints, or otherwise outputs (including text outside of the <?php ... ?> tags. Not sure if this is what we're talking about?
Sorry if I am not explaining fully. Thanks for sticking with me on this..๐
I think you are understanding what I am trying to explain..
There is nothing outside <?php ... ?> tags and no print or echo statements.
To re-phrase the question;-
Because, the page is not outputting anything, is it normal to show a blank window, or normal to not show the window at all, as there is nothing to show anyway.?
I am a retired VB programmer. With VB, when a subroutine or function is called, where no output is required, the task takes place in the background and no window is displayed.
I know PHP is completely different and am wondering if the same logic applies..
If the blank window is normal, I then know my code is OK and shall continue using;
header( "Location: $v_userpage" ) ;
On the other hand, if the blank page should NOT show, I need to find out why, and repair my code accoringly.
I hope this explains it a bit better.
I appreciate your help with this.
~Mike~