ecosmar_friendly ml_temp Field Type Null Default Links to ID int(11) No subject varchar(240) No greeting varchar(120) No message text No link_ex text No link varchar(240) No closing varchar(120) No listit text No +++++++leftit text No dtnum int(8) No Indexes: Keyname Type Cardinality Field PRIMARY PRIMARY 0 ID Space usage: Type Usage Data 0 B Index 1,024 B Total 1,024 B Row Statistics: Statements Value Format dynamic Rows 0 Next Autoindex 1 Creation Apr 14, 2007 at 08:31 AM Last update Apr 14, 2007 at 08:31 AM ID subject greeting message link_ex link closing listit leftit dtnum ID,subject,greeting,message,link_ex,link,closing,listit,leftit,dtnum Email Templates: Error retrieving Email Templates.
" . "Error: " . mysql_error(). "

"); }else{ $t_count = mysql_num_rows($temp); if($t_count == 0 or $t_count == ""){ echo("Templates are copies of sent email that you can use again.
The template records recipients to avoid duplication.
"); }elseif($t_count < 3){ echo("You have $t_count Email Templates. Template Capacity is 3.
Click the template subject below to edit or delete template.
"); }elseif($t_count >= 3){ echo("FULL CAPACITY - Template Capacity is 3. You must delete a template before saving any more.
Click the template subject below to edit or delete.
"); } while($row = mysql_fetch_array($temp)){ $TID = $row[0]; $t_sub = $row[1]; $t_dtnum = $row[2]; echo(" $t_sub" . " [Edit]   "); } } ?>