Since you are doing this within the framework of X-Cart, you can not simply display a php page. X-Cart uses Smarty Templates to display all the data that the php files gather/create/retreive.
You will need to follow the same convention with your client.php file. This means assigning data and arrays to Smarty Veriables, assigning a display template and then creating the corresponding template to dispaly it all.
|