PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Sriram   Basic PHP Bulk Email Queue System   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Basic PHP Bulk Email Queue System
Queue messages in a database to be delivered later
Author: By
Last change:
Date: 3 years ago
Size: 490 bytes
 

Contents

Class file image Download
<?php
/*
 * AngeldromeLibs, Some Base classes that could be reused for app development.
 *
 * index page, if visited via www.
 *
 * @author Sriram R <srishere@angeldrome.com>
 * @copyright 2020 Sriram R
 * @license This code is licensed under MIT license (see LICENSE.txt for details)
 * @version CVS: $Id:$
 * @link http://www.angeldrome.com
 */
?>
<html>
    <head>
        <title></title>
    </head>
    <body>
        lets have a fancy stuff page.
    </body>
</html>