"Peter L. Peres" wrote:

> >If you don't want to code in C, go on PHP3 ( http://www.php.net ).
> >If you plan to migrate to another DBMS in the future, prefer
> >accessing MySQL through PHPLIB. But you have to learn SQL.
> 
> And you have to learn PHP first ;)
> 
> Peter

Which should take, for any one who knows C or Perl, something on the order
of 15 minutes.
e.g.:

for ($i = 0; $i < 50; $i++) {
        print a[$i];
}


-- 
Itamar - [EMAIL PROTECTED]

Reply via email to