Re: [PHP] Strore Data in File

2002-09-11 Thread Marek Kilimajer
You may use either dBase ( http://www.php.net/manual/en/ref.dbase.php ) or http://www.php.net/manual/en/ref.dba.php Ram K wrote: > Hi > > I want to store the data of a table in a file and read that file just > as one would read a table. For e.g. I have a table t_data with cols > name,numbe

RE: [PHP] Strore Data in File

2002-09-10 Thread SHEETS,JASON (Non-HP-Boise,ex1)
sing a database server. Jason -Original Message- From: Kevin Stone [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 2:25 PM To: Ram K; [EMAIL PROTECTED] Subject: Re: [PHP] Strore Data in File RK, this is ultra-basic stuff. Opening and dealing with files is one of the f

Re: [PHP] Strore Data in File

2002-09-10 Thread Kevin Stone
RK, this is ultra-basic stuff. Opening and dealing with files is one of the first things you learn with any language. I would highly recommend buying a beginners guide to PHP book and learning thist stuff on your own. But for now this will get you started... \n"; for ($i=0; $i\n"; for ($j=0;