View Single Post
  #4  
Old 11-14-2004, 09:42 PM
  Gijs's Avatar 
Gijs Gijs is offline
 

eXpert
  
Join Date: Aug 2004
Location: Belgium
Posts: 295
 

Default

Hi try this

Code:
{php} include("/home/10/public_html/ecommerce/myphp/welcome.php"); {/php}

In welcome.php

Code:
<? $the_welcome="hello"; ?> <html> <body> <? echo $the_welcome; ?> </body> </html>
__________________
X-cart 4.1.11
PHP 5 MySQL 5
www.wheelpalace.eu
Reply With Quote