Re: [PHP] php echo in php-only file

2003-11-13 Thread Raditha Dissanayake
Hi Thomas, looks like you have sent the exact message that you sent to chris to me as well. As chris has pointed out you could just as easily have sent it to the list. Chris Shiflett wrote: --- Thomas Lanphier <[EMAIL PROTECTED]> wrote: Do you have an answer to my question? When I posed the

Re: [PHP] php echo in php-only file

2003-11-13 Thread Chris Shiflett
--- Thomas Lanphier <[EMAIL PROTECTED]> wrote: > Do you have an answer to my question? When I posed the > question in the newsgroup, I tried very hard to not > get bogged down in nonessential details and asked the > actual question I had. Please feel free to ask me for > something specific, if it w

Re: [PHP] php echo in php-only file

2003-11-13 Thread Chris Shiflett
--- Thomas Lanphier <[EMAIL PROTECTED]> wrote: > After executing php commands in an html file that provides room in the > html for nice echo outputs to screen, I pass control to another php-only > (no html) file. Can you explain what you mean by passing control? This is an important detail. > Ca

Re: [PHP] php echo in php-only file

2003-11-13 Thread Raditha Dissanayake
Hi, At first glance it looks like you are trying to 'push' is it what you really want? Thomas Lanphier wrote: First, the situation: After executing php commands in an html file that provides room in the html for nice echo outputs to screen, I pass control to another php-only (no html) file.