ImageToText - makeText.php
Cerca
 











makeText.php

Caricato da: A_butta
Scarica il programma completo

  1. <?
  2. include('img2txt.php');
  3. $url = $_SERVER['REQUEST_URI'];
  4. $url = explode('?',$url);
  5. $url = $url[1];
  6. $url = explode('&',$url);
  7. $type = str_replace('type=','',$url[1]);
  8. $name = 'upload/'.str_replace('name=','',$url[0]).'.'.$type;
  9. ?>
  10. <html>
  11. <head>
  12. <title> <?echo str_replace('upload/','',$name) ?> </title>
  13. </head>
  14. <body style="background: black">
  15. <?img2txt($name,$type);?>
  16. </body>
  17. </html>
 

Creative Commons License
Il layout di questo sito è concesso sotto licenza Creative Commons.
Per maggiori informazioni sulle licenze dei contenuti del sito, clicca.