Re: [PHP] Re: php to store data

2011-05-03 Thread Stuart Dallas
On Tuesday, 3 May 2011 at 17:50, Philip Thompson wrote: On Tue, May 3, 2011 at 5:18 AM, Florin Jurcovici > wrote: > > > Hi. > > > > Create a page containing just: > > > > > phpinfo() > > ?> > > > > open it in a browser, then see if SQLite appears in the resulting web > > page. If yes, you're

Re: [PHP] Re: php to store data

2011-05-03 Thread Philip Thompson
On Tue, May 3, 2011 at 5:18 AM, Florin Jurcovici wrote: > Hi. > > Create a page containing just: > > phpinfo() > ?> > > open it in a browser, then see if SQLite appears in the resulting web > page. If yes, you're done - you can use an actual database, although > an embedded one. But this should

[PHP] Re: php to store data

2011-05-03 Thread Florin Jurcovici
Hi. Create a page containing just: open it in a browser, then see if SQLite appears in the resulting web page. If yes, you're done - you can use an actual database, although an embedded one. But this should also mean that you have file write access from PHP - since SQLite creates databases in f