Welcome Guest, Not a member yet? Register   Sign In
Save textarea content and output it as html left align?
#2

PHP Code:
   foreach $output_rec as $var ) {
 
                       echo '<b>';
 
                       echo "<br>"$var['id']. "\t"$var['appsite'];
 
                       echo '</b>';
 
                       echo "<br><div style='text-align:left;'>".$var['description']."</div>";
 
                       echo '<br><br><hr>';
 
           
Reply


Messages In This Thread
RE: Save textarea content and output it as html left align? - by qury - 05-25-2018, 05:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB