[phplib] Help with set block in templates please. From: Matt Friedman (matt <email protected>)
Date: 10/19/00

I'm having a heck of time getting the block part of the template class to
work.
The instructions in the phplib docs seem to be incorrect, or there's a
problem with the method.
Either way, can someone send me a quick example of using set_block in a
template.
All I need is one working example to get me going.

Many Thanks!
matt.

* Here's the template I'm working with.

snip
<table cellspacing="0" cellpadding="4" border=1">
 <tr>
  <td><img src="images/temp_images/Canadian.jpg"></td>
 </tr>
 <!-- BEGIN error -->
 <tr>
  <td>
   {ERROR_MSG}
  </td>
 </tr>
 <!-- END error -->
 <tr>
  <td>{BASKET_NAME}</td>
 </tr>
 <tr>
  <td>
   Price Options
   <select name="price_select">
snip

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>