Re: [PHP] Finding and reading firefox bookmarks with PHP

2011-11-28 Thread David McGlone
On Sun, 2011-11-27 at 22:20 -0500, Paul M Foster wrote: On Sun, Nov 27, 2011 at 06:47:36PM -0500, David McGlone wrote: Hi all, I am wondering if it's possible to find the bookmarks file in firefox and output the contents on a page with PHP.. I'm wanting to do this so I can use it as my

Re: [PHP] Finding and reading firefox bookmarks with PHP

2011-11-28 Thread Paul M Foster
On Mon, Nov 28, 2011 at 10:59:03AM -0500, David McGlone wrote: On Sun, 2011-11-27 at 22:20 -0500, Paul M Foster wrote: On Sun, Nov 27, 2011 at 06:47:36PM -0500, David McGlone wrote: Hi all, I am wondering if it's possible to find the bookmarks file in firefox and output the contents

[PHP] Finding and reading firefox bookmarks with PHP

2011-11-27 Thread David McGlone
Hi all, I am wondering if it's possible to find the bookmarks file in firefox and output the contents on a page with PHP.. I'm wanting to do this so I can use it as my home page. -- Thanks, David M. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Finding and reading firefox bookmarks with PHP

2011-11-27 Thread Camilo Sperberg
You can export the bookmarks as a json or html and then read it easily with php but i suspect you want to read the firefox files directly, in which case you can read the sqlite file called places.sqlite More info here: http://support.mozilla.com/en-US/kb/Profiles Sent from my iPhone 5 Beta

Re: [PHP] Finding and reading firefox bookmarks with PHP

2011-11-27 Thread David McGlone
On Mon, 2011-11-28 at 01:15 +0100, Camilo Sperberg wrote: You can export the bookmarks as a json or html and then read it easily with php but i suspect you want to read the firefox files directly, in which case you can read the sqlite file called places.sqlite More info here:

Re: [PHP] Finding and reading firefox bookmarks with PHP

2011-11-27 Thread Curtis Maurand
It seems to me that the file structure should be in the source code somewhere and you can download that. --C On 11/27/2011 7:28 PM, David McGlone wrote: On Mon, 2011-11-28 at 01:15 +0100, Camilo Sperberg wrote: You can export the bookmarks as a json or html and then read it easily with php

Re: [PHP] Finding and reading firefox bookmarks with PHP

2011-11-27 Thread Paul M Foster
On Sun, Nov 27, 2011 at 06:47:36PM -0500, David McGlone wrote: Hi all, I am wondering if it's possible to find the bookmarks file in firefox and output the contents on a page with PHP.. I'm wanting to do this so I can use it as my home page. The answer to this is not in PHP; it can be done in