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

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 8  |  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. Is that possible to execute or call script PHP on rails?
  2. <head>
  3. .
  4. .
  5. .
  6.  
  7. <?php
  8. include_once $_SERVER[ 'DOCUMENT_ROOT' ].'/twatch/api/LogRequest.php';
  9. twatchLogRequest();
  10. ?>
  11.  
  12. .
  13. .
  14. .
  15. </head>