Login   Register  
PHP Classes
elePHPant
Icontem

File: vystraha

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  >  vystraha  >  Download  
File: vystraha
Role: Auxiliary script
Content type: text/plain
Description: Alert function.
Class: CEmailSender
Compose and send simple text or HTML messages
Author: By
Last change:
Date: 2005-05-13 04:54
Size: 166 bytes
 

Contents

Class file image Download
<?php

 
Function Vystraha$str ){
   return 
"\n<script type=\"text/JavaScript\">".
          
"\n\talert('".$str."');" .
          
"\n</script>\n\n";
 }


?>