When I inculde "xxx.php" , the php process this file and echo the HTML result back to the client browser to display .How can I make the php to store the result HTML code to a variable instead of echo to the bowser? Are there any built in php function to do it?
Thanks and regards
