Login   Register  
PHP Classes
elePHPant
Icontem

File: presmeruj

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jan Šebestyán  >  CEmailSender  >  presmeruj  >  Download  
File: presmeruj
Role: Auxiliary script
Content type: text/plain
Description: Redirect function.
Class: CEmailSender
Compose and send simple text or HTML messages
Author: By
Last change:
Date: 2005-05-13 04:54
Size: 214 bytes
 

Contents

Class file image Download
<?php

 
Function Presmeruj$str ){
   return 
"\n<script type=\"text/JavaScript\">".
      
"\n\tlocation.href=\"" $str "\";".
         
"\n\tdocument.write(location.href);" .
      
"\n</script>\n\n";
 }


?>