[PHP] php echo in php-only file

2003-11-13 Thread Thomas Lanphier
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. The question: Can I use echo statements in the php-only file, and have the results display in the html file

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

2003-11-13 Thread Raditha Dissanayake
. The question: Can I use echo statements in the php-only file, and have the results display in the html file that I expect is still on-screen in the user's browser? Thanks for any help! -- Raditha Dissanayake. http

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

2003-11-13 Thread Chris Shiflett
use echo statements in the php-only file, and have the results display in the html file that I expect is still on-screen in the user's browser? This depends on what you mean. My gut instinct tells me no, but I'm making a wild guess as to what you're doing. Chris = My Blog http

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 would

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