Re: [PHP] PHP run from console - automatic password input

2011-11-28 Thread shiplu
On Tue, Nov 29, 2011 at 8:21 AM, asdf zxcv wrote: > I'm trying to make my php script (run from console) to input nesesary data > when console asks for it. > > For example, i want to automatically manage revoking self-signed > certificates, but when i exec("command") then system asks me to give th

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

[PHP] PHP run from console - automatic password input

2011-11-28 Thread asdf zxcv
I'm trying to make my php script (run from console) to input nesesary data when console asks for it. For example, i want to automatically manage revoking self-signed certificates, but when i exec("command") then system asks me to give the pass phrase. I dont want to do that. Instead, I want my scr

[PHP] PHPExcel

2011-11-28 Thread Floyd Resler
Does anyone have much experience with PHPExcel? I'm having difficulties in getting multiple sheet workbooks to work properly. I haven't been able to find any practical examples. Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP] snippets google plus with wordpress

2011-11-28 Thread Ashley Sheridan
On Mon, 2011-11-28 at 21:32 +0100, ml wrote: > Hello list > hello php > hello bearded > > I just finished partially implement the google snippets about wordpress > > I say partially > Indeed j arrives to recover as the author and date > No I can not seem to recover to recover the image and descr

[PHP] snippets google plus with wordpress

2011-11-28 Thread ml
Hello list hello php hello bearded I just finished partially implement the google snippets about wordpress I say partially Indeed j arrives to recover as the author and date No I can not seem to recover to recover the image and description of the subject Here is the code that uses the j page

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 a

[PHP] curl ,response headers and gzip encoding

2011-11-28 Thread Tontonq Tontonq
hi i am trying to build a proxy server for opera's turbo mod $value) { $data.= "\n$name: $value"; } $data=str_replace('Host: w.com','Host: '.$domainadi,$data); $data.="\r\n\r\n"; if($_SERVER['REQUEST_METHOD']=='POST') { $data.=@file_get_contents('php://input'); } #echo $domain;exit; #echo $data

Re: [PHP] PHP exercises

2011-11-28 Thread shiplu
Here is a good place for logic building. http://projecteuler.net/ -- Shiplu Mokadd.im Innovation distinguishes between follower and leader

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

2011-11-28 Thread Pierre Joye
On Mon, Nov 28, 2011 at 5:51 AM, Tommy Pham wrote: > Can someone please confirm if you're able to create/drop MySQL > database on using phpMyAdmin with PHP 5.3.9RC2 or PHP5.4RC2? Please use the sqlsrv or mysql functions directly with CREATE/DROP queries in a little script, it will be easier to d