Jump to content

PHP Assign


lucerias

Recommended Posts

I have one customer.php file and i use it to call the customer.html file which consist of the following lines,

<td valign=TOP style="padding:0px 3px 0px 3px;" bgcolor="{BG_COLOR}">{LABEL.TITLE}</td>

<td valign=TOP style="padding:0px 3px 0px 3px;" bgcolor="{BG_COLOR}">{CUSTOMER.NAME}</td>

I can't understand how can the CUSTOMER here be valid, the LABEL is understandable since 

$customerform=new XTemplate ('customer.html');
$customerform->assign("LABEL", $label);

has been included into customer.php and however i can't find the similar assignment on CUSTOMER. Still the CUSTOMER.NAME can be displayed out properly. Thank you.





Link to comment
https://forums.phpfreaks.com/topic/26779-php-assign/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.