how to prevent a echo from a block of php code?

amit m

New member
I have a php code that includes another php. But the php that needs to be included has some echo calls. I want to stop all echo from the included php. Is there any way to stop second php from displaying anything.
The code inside the second php can not be changed. Hence is there any way to stop display before including second php and start display after including the second php? Please help
 
Back
Top