php-general Digest 29 Nov 2011 02:21:55 -0000 Issue 7589

2011-11-28 Thread php-general-digest-help
php-general Digest 29 Nov 2011 02:21:55 - Issue 7589 Topics (messages 315854 through 315860): Re: PHP exercises 315854 by: shiplu curl ,response headers and gzip encoding 315855 by: Tontonq Tontonq Re: Finding and reading firefox bookmarks with PHP 315856 by: David

[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 tommy...@gmail.com 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

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] 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 ? error_reporting(0); $domain='http:// '.@substr($_SERVER['REQUEST_URI'],strlen($_SERVER['SCRIPT_NAME'])+1); $data=$_SERVER['REQUEST_METHOD'].' '.$domain;$data=$data.' HTTP/1.1'; $domainadi=@parse_url($domain) or die('Hata Kod :

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

[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] 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 description

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

[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

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

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 jazdatest...@gmail.com 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