A while back I wrote a small script that was designed to work as an
interactive interpreter for PHP code, a la Python. The script itself is
written in PHP, and is pretty basic:
function readln()
{
$fp=fopen("/dev/stdin", "r");
$input=fgets($fp, 255);
fclose($fp);
return rtr
On Sunday, August 24, 2003, at 05:31 PM, Giz wrote:
Access is a pc database. It doesn't run on unix. Why people insist on
beating their heads against the wall in this manner I will never know.
Ignorance I suppose. The alternative is to have your friend use a
relational database and have a few s
2 matches
Mail list logo