PHP Classes

File: amr.php

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


?>