{php} include("/home/10/public_html/ecommerce/myphp/welcome.php"); {/php}
<? $the_welcome="hello"; ?> <html> <body> <? echo $the_welcome; ?> </body> </html>