Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 12th, 2012  |  syntax: None  |  size: 0.16 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. textarea excess space with php
  2. <textarea><?php    //php in here    ?></textarea>
  3.        
  4. <textarea>
  5. <?php
  6. for($i=0;$i<10;$i++)
  7. {
  8.     echo("hello");
  9. }
  10. ?>
  11. </textarea>