Re: [PHP-DB] postgresql vs mysql

2002-12-27 Thread Garry Climacosa
i emailed the author (dyck timothy) of this article (server database clash) by eweek he told me that they benchmark DB's according to market share that is why they didnt included PG (not widely used). - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> To: "'Boaz Yahav'" <[EMAI

Re: [PHP-DB] Fastest, easiest Flatfile DB with PHP

2002-11-18 Thread Garry Climacosa
I dont think TAMINO will do the JOB! Tamino is too slow compared to Mysql or PosgreSql. and you will need a lot of disk space if you use Tamino. By the way I know this because we just migrate from Tamino to Posgresql and MySql...(and 1 more thing JSP and Java are only options you have if u use tami

[PHP-DB] DB vs file

2002-11-17 Thread Garry Climacosa
I just want to ask which is better saving my jpeg on mysql or saving it as a file in a folder? which is faster and disk space saving? garry

Re: [PHP-DB] Fw: array transfer via form.

2002-10-25 Thread Garry Climacosa
form. > On Friday 25 October 2002 10:40, Garry Climacosa wrote: > > > 6. heres the action page check_act.php > > > $file2write = fopen("/var/lib/data/access.temp2.txt", "w"); > > $write2line = "$myline\n"; > > $filewrite = fwrite($file

[PHP-DB] Fw: array transfer via form.

2002-10-24 Thread Garry Climacosa
1. i have a txt file with data like this: LINE 1--> 12345678890 LINE 2--> abcdefghglld LINE 3--> asdfg . . . LINE X --> bla-bla-bla 2. then i view this txt file in a browser with a in