"Chris Barton" <[EMAIL PROTECTED]> writes:
> i would like permission to use your base code and translate it into
> asp,
You're very welcome to do that. But I'm in the middle of a re-write,
so perhaps you'll want to wait until the next version?
I've attached the files to this mail, it should work, if you place all
of them in the same directory.
index.php
error_handling.class.php
db_layer.class.php
none_db.class.php
mysql_db.class.php
data_retrieval.class.php
parser.class.php
Speaking of these test-files: have anybody tried to use them with
PHP3? Noone have complained, so should I just assume that the code
works?
In particular I'm uncertain about code like this:
<?php
$obj->db->get_metar('EKYT')
?>
I'm not sure that PHP3 supports, that you use methods of
member-objects like this.
I would like to support as many versions of PHP as possible, and as
many database-engines as well, but if I don't get any input, I'll just
end up with support for PHP4 and MySQL.
> regards
> Chris Barton
--
Best regards,
Martin Geisler
Checkout http://www.gimpster.com for:
PHP Weather => Shows the current weather on your webpages.
PHP Shell => A telnet-connection (almost :-) in a PHP page.