PHP Classes

File: vystraha

Recommend this page to a friend!
  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: 19 years ago
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";
 }


?>