Login   Register  
PHP Classes
elePHPant
Icontem

File: amr.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Amr Sobhy  >  Very simple random text  >  amr.php  >  Download  
File: amr.php
Role: Example script
Content type: text/plain
Description: the class file
Class: Very simple random text
Pick a random line from text line
Author: By
Last change:
Date: 2005-07-21 10:18
Size: 139 bytes
 

Contents

Class file image Download
<?
//created by Wadmuslim.nEt Amr Sobhy //
include("random.class.php");
//
$amr = new randomWord("say.txt");
$amr->showWord();


?>