Sun Oct 26, 2008 11:35 pm
<?php
class WebClient
{
var $frames;
var $tables;
var $layers;
}
$my_browser = new WebClient;
$my_browser->frames = true;
$my_browser->tables = true;
$my_browser->layers = true;
print("Browser Has Frames: " . $my_browser->frames);
?>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.