[PHP] Apache's .htaccess issue with absolute addressing

2011-11-27 Thread Grega Leskovšek
That is problem on my skavt.net server, but also an issue of knowledge. I need to access my css/js/pic files with absolute addressing(starting with /) I can do this on my home server if I start from /var/www and not from /var/www/peace-refuge/, but when I upload to skavt.net server in the www/ (my

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Tommy Pham
On Sun, Nov 27, 2011 at 7:32 AM, Pierre Joye wrote: > hi, > > I just uploaded two zip for sqlsrv and 5.4. I did not test them and > they are no official builds, only for testing purposes (so is 5.4 :). > > you can find them at http://www.php.net/~pierre/ > > Cheers, > Hi Pierre, I really appreci

[PHP] Re: Yaf_Route

2011-11-27 Thread Laruence
HI: Yaf designd a route statck to proviods the ability for extends route process. you can add new route into stack by calling Yaf_Router::addRoute(or addConfig), when a request coming , Yaf will call the top route in the stack at the first time, as pseudo codes like: while ($route

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

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

[PHP] RE: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Keith Davis
Well, she is new to Wincache at least: Jenny Lawrence http://forums.iis.net/t/1174639.aspx Keith Davis (214) 906-5183 -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Sunday, November 27, 2011 6:20 PM To: Keith Davis Cc: Tommy Pham; php-general@lists.php.net; p

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: > http://

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
On Mon, Nov 28, 2011 at 1:07 AM, Keith Davis wrote: > Thanks Pierre! And thanks Tommy for bringing that up. I've been discussing > the Wincache issue for some time and also brought it up with the new MS > person assigned to it, but I had completely forgot to check sqlsrv and that > would have b

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 [Con

[PHP] RE: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Keith Davis
Thanks Pierre! And thanks Tommy for bringing that up. I've been discussing the Wincache issue for some time and also brought it up with the new MS person assigned to it, but I had completely forgot to check sqlsrv and that would have been a big problem for us. Keith Davis (214) 906-5183 -

[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: http://www.php.net/unsu

Re: [PHP] news and article posts in one table

2011-11-27 Thread muad shibani
Thanks for all .. I really appreciate your effort .. now I have a solid idea of how I should do Thanks a lot On Sun, Nov 27, 2011 at 10:28 PM, Larry Garfield wrote: > On 11/26/2011 09:45 PM, Paul M Foster wrote: > >> On Sat, Nov 26, 2011 at 01:26:49PM -0600, Tamara Temple wrote: >> >> muad shiba

Re: [PHP] news and article posts in one table

2011-11-27 Thread Larry Garfield
On 11/26/2011 09:45 PM, Paul M Foster wrote: On Sat, Nov 26, 2011 at 01:26:49PM -0600, Tamara Temple wrote: muad shibani wrote: i wanna to create one table that contains both news and articles posts, they have similar columns like id, title, content, and date but they are differ in one colum

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
hi, I just uploaded two zip for sqlsrv and 5.4. I did not test them and they are no official builds, only for testing purposes (so is 5.4 :). you can find them at http://www.php.net/~pierre/ Cheers, On Sat, Nov 26, 2011 at 9:43 AM, Tommy Pham wrote: > Hi everyone, > > 5.3.9RC2 works fine with

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Ferenc Kovacs
On Sun, Nov 27, 2011 at 2:39 PM, Pierre Joye wrote: > hi, > > On Sat, Nov 26, 2011 at 9:43 AM, Tommy Pham wrote: > > Hi everyone, > > > > 5.3.9RC2 works fine with all my apps so far. 5.4RC2 broke with sqlsvr > > and its PDO in addition to Wincache, which I've already brought to MS' > > attentio

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
hi, On Sat, Nov 26, 2011 at 9:43 AM, Tommy Pham wrote: > Hi everyone, > > 5.3.9RC2 works fine with all my apps so far.  5.4RC2 broke with sqlsvr > and its PDO in addition to Wincache, which I've already brought to MS' > attention. Please report a bug at http://pecl.php.net/package/sqlsrv http://