php-general Digest 1 Nov 2008 13:05:02 -0000 Issue 5767

2008-11-01 Thread php-general-digest-help
php-general Digest 1 Nov 2008 13:05:02 - Issue 5767 Topics (messages 282733 through 282736): Re: Bitwise operation giving wrong results 282733 by: sean greenslade Re: Count the Number of Elements Using Explode 282734 by: Lars Torben Wilson Re: Reg Ex 282735 by:

Re: [PHP] Count the Number of Elements Using Explode

2008-11-01 Thread Lars Torben Wilson
2008/10/31 Stut [EMAIL PROTECTED]: On 31 Oct 2008, at 17:32, Maciek Sokolewicz wrote: Kyle Terry wrote: -- Forwarded message -- From: Kyle Terry [EMAIL PROTECTED] Date: Fri, Oct 31, 2008 at 9:31 AM Subject: Re: [PHP] Count the Number of Elements Using Explode To: Alice Wei

Re: [PHP] Reg Ex

2008-11-01 Thread Ashley Sheridan
On Fri, 2008-10-31 at 15:03 +0100, Jochem Maas wrote: Eric Butera schreef: On Fri, Oct 31, 2008 at 9:09 AM, Warren Windvogel [EMAIL PROTECTED] wrote: Eric Butera wrote: Who says every file will have an extension? Who says they're all .+3 chars? When I first started php I tried that

[PHP] Control Over Printer Queue On Windows

2008-11-01 Thread shahrzad khorrami
Hi all, I am writing a script to print a few thousand pdf documents and I need to have some control over the number of jobs that are sent to the printer queue at time ... I can not see how to get print queue information eg the number of jobs pending .. at least my attempts are failing.. any

Re: [PHP] Mailing lists

2008-11-01 Thread tedd
Gang: -snip- International food fight. You guys are a hoot. It's interesting to see how your minds wander about (or aboot). I used to have a theory that intelligence was inversely proportional to latitude. To prove my point, I would direct people to observe the Upper Peninsula of Michigan,

Re: [PHP] Mailing lists

2008-11-01 Thread Dotan Cohen
2008/10/30 Shawn McKenzie [EMAIL PROTECTED]: Richard Heyes wrote: It's exceedingly easy to configure and use. Not as easy as setting up a Google group, which I've just done... :-) For anyone whose interested: http://groups.google.com/group/rgraph OH GOD MY EYES ARE BLEEDING! Is that a

Re: [PHP] Mailing lists

2008-11-01 Thread Dotan Cohen
2008/10/30 Daniel P. Brown [EMAIL PROTECTED]: On Thu, Oct 30, 2008 at 3:44 PM, Ashley Sheridan [EMAIL PROTECTED] wrote: Called English for a reason you Yank ;) Hey, my forefathers, foremothers, fore-aunts and -uncles, et cetera, didn't spend the last two-hundred-thirty-two years

Re: [PHP] Recursive Directory Listing

2008-11-01 Thread tedd
At 12:13 PM -0400 10/30/08, Joe Schaeffer wrote: I have a (readable) directory structure like so: ../navigation /cats /dogs /beagles /collies /some/other/dirs/ /horses I need to display those directories in nested html lists (marked up with css). Using

RE: [PHP] Control Over Printer Queue On Windows

2008-11-01 Thread bruce
hi shahrzad, do you know what the cmd line functions are to drive the printer? i have no idea, but i'm willing to bet if you search google, you'll find examples of how to accomplish this. once you figure this out, implementing in php will be easy. -- -Original Message- From: shahrzad

Re: [PHP] Mailing lists

2008-11-01 Thread Shawn McKenzie
Dotan Cohen wrote: 2008/10/30 Shawn McKenzie [EMAIL PROTECTED]: Richard Heyes wrote: It's exceedingly easy to configure and use. Not as easy as setting up a Google group, which I've just done... :-) For anyone whose interested: http://groups.google.com/group/rgraph

Re: [PHP] Re: PreReq Index

2008-11-01 Thread Craige Leeder
Richard Lynch wrote: So set up include_path to have all those directories and call it done. The problem I see with with this is what if there is are two files of two different types (thus in different directories) which have the same file name? Forgive me, I'm just trying to shoot out

Re: [PHP] Change tracking

2008-11-01 Thread Nathan Rixham
Mike Smith wrote: Thanks Steven/Tony for your replies. I'll consider this a bit more before I jump in. I appreciate different perspectives. And I'll have to digest Tony's solution. Thanks, Mike Smith If you're on mysql you can combine the whole lot and speed up your db by adding in spatial

[PHP] Re: Yahoo/Gmail/Hotmail Contacts API

2008-11-01 Thread Nathan Rixham
Feris wrote: Hi All, I noticed that social networking sites can retrieve our contacts using an authenticated session. Is there any open source PHP API to achieve the same thing ? Thanks, Feris or just use open id -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: Yahoo/Gmail/Hotmail Contacts API

2008-11-01 Thread Nathan Rixham
Nathan Rixham wrote: Feris wrote: Hi All, I noticed that social networking sites can retrieve our contacts using an authenticated session. Is there any open source PHP API to achieve the same thing ? Thanks, Feris or just use open id wow massively mis-read that one, yeah what nitsan

Re: [PHP] Re: Yahoo/Gmail/Hotmail Contacts API

2008-11-01 Thread Eric Butera
On Sat, Nov 1, 2008 at 8:02 PM, Nathan Rixham [EMAIL PROTECTED] wrote: Feris wrote: Hi All, I noticed that social networking sites can retrieve our contacts using an authenticated session. Is there any open source PHP API to achieve the same thing ? Thanks, Feris or just use open id

[PHP] question about google maps

2008-11-01 Thread Sudhakar
hi how do i go about displaying an address which appears on google maps for a business on a web page. what are the steps. if some one knows about this please let me know. thanks

Re: [PHP] question about google maps

2008-11-01 Thread Ashley Sheridan
On Sun, 2008-11-02 at 13:43 +1300, Sudhakar wrote: hi how do i go about displaying an address which appears on google maps for a business on a web page. what are the steps. if some one knows about this please let me know. thanks Have you actually tried looking at Google's API for