</font> </b> </td> <td bgcolor="#27509D" align="center" width="150"> <b> <font color="#ffffff"> Arabic<br />(sample input) </font> </b> </td> </tr> END; foreach($ar_terms as $term) { echo '<tr><td bgcolor="#f5f5f5" align="left"><font face="Tahoma">'; echo $Arabic->ar2en($term); echo '</font></td>'; echo '<td bgcolor="#f5f5f5" align="right">'.$term.'</td></tr>'; } echo '<tr><td bgcolor="#d0d0f5" align="left"><font face="Tahoma">'; echo $Arabic->enNum('0123,456.789'); echo '</font></td>'; echo '<td bgcolor="#d0d0f5" align="right">0123,456.789</td></tr>'; echo '</table></center>'; ?> </div><br /> <div class="Paragraph"> <h2>Example Code:</h2> <?php