[PHP] PHP Shell doesn't run on a system

2003-09-21 Thread Weston Cann
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

Re: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Weston Cann
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