php-general Digest 3 Nov 2008 12:39:05 -0000 Issue 5770

2008-11-03 Thread php-general-digest-help
php-general Digest 3 Nov 2008 12:39:05 - Issue 5770 Topics (messages 282758 through 282787): Re: phpbb forum site login integratio 282758 by: Maciek Sokolewicz 282763 by: Robert Cummings Re: Simple app to Fill in TBL/Access Control Function. 282759 by: Maciek

php-general Digest 4 Nov 2008 01:15:11 -0000 Issue 5771

2008-11-03 Thread php-general-digest-help
php-general Digest 4 Nov 2008 01:15:11 - Issue 5771 Topics (messages 282788 through 282827): Re: Mailing lists 282788 by: Dotan Cohen 282793 by: Bill Guion 282799 by: Robert Cummings 282806 by: Daniel P. Brown 282809 by: Dotan Cohen 282810 by:

Re: [PHP] php exec()

2008-11-03 Thread cheesiong
hi ash, i tried you suggestion, with ?php exec('ipkg-cl --version lalala.txt');? the lalala.txt was created but the file is empty. anymore suggestion? thank you. regards,-keo On Mon, Nov 3, 2008 at 3:29 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Mon, 2008-11-03 at 15:21 +0800, cheesiong

Re: [PHP] php exec()

2008-11-03 Thread Zoltan Ormandi
Hi, I'm not a Linux guru, so maybe my question is stupid, but are you sure the command prints its output to the *standard* output? Z cheesiong wrote: hi ash, i tried you suggestion, with ?php exec('ipkg-cl --version lalala.txt');? the lalala.txt was created but the file is empty. anymore

[PHP] Re: Write my own extensions‏

2008-11-03 Thread Gautier Di Folco
Ok thank you to Stut, Nathan Nobbe and Luppus Michaelis for your help, I take notes, I learn and I come back :) _ Téléphonez gratuitement à tous vos proches avec Windows Live Messenger  !  Téléchargez-le maintenant ! 

Re: [PHP] take me off the list

2008-11-03 Thread Stut
On 3 Nov 2008, at 00:52, Dennison, Deborah wrote: Sorry to have to do this to the list but I have tried 4 rimes to unsubscribe from this list the suggested way yet I continue to get mail. List Master please remove me. There is no list master so you're out of luck there. You're having an

Re: [PHP] take me off the list

2008-11-03 Thread Jochem Maas
Stut schreef: On 3 Nov 2008, at 00:52, Dennison, Deborah wrote: ... Sort out who you are and the world might start to make sense. that deserve's it's own T-shirt :) -Stut -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems with images..

2008-11-03 Thread Anders Norrbring
I've been staring myself blind, so now I don't get anywhere, please do advice.. I have a web page printed with PHP, in a table I need to display images that are stored in a SQL DB. Getting the images into variables isn't an issue at all, but how do I output it? This is what I want to accomplish:

[PHP] Re: how to kill a session by closing window or tab clicking on X?

2008-11-03 Thread Martin Zvarík
Afan Pasalic napsal(a): hi. I'm sorry for posting this more javascript then php question, but it's somehow php related. here is the issue: very often people close the window/tab without logging out. I need solution how to recognize when [x] is clicked (or File Close) and kill the session

Re: [PHP] Mailing lists

2008-11-03 Thread Dotan Cohen
2008/11/3 Richard Heyes [EMAIL PROTECTED]: OMG Pwnies! Fixed that for you. In my best Manuel voice (kinda topical)... Keh?? /. memes. You may be better off not knowing. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

RE: [PHP] Problems with images..

2008-11-03 Thread Boyd, Todd M.
-Original Message- From: Anders Norrbring [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 7:44 AM To: php-general@lists.php.net Subject: [PHP] Problems with images.. I've been staring myself blind, so now I don't get anywhere, please do advice.. I have a web page

SV: [PHP] Problems with images..

2008-11-03 Thread Anders Norrbring
I've been staring myself blind, so now I don't get anywhere, please do advice.. I have a web page printed with PHP, in a table I need to display images that are stored in a SQL DB. Getting the images into variables isn't an issue at all, but how do I output it? This is what I

SV: [PHP] Problems with images..

2008-11-03 Thread Anders Norrbring
Anders Norrbring wrote: I've been staring myself blind, so now I don't get anywhere, please do advice.. I have a web page printed with PHP, in a table I need to display images that are stored in a SQL DB. Getting the images into variables isn't an issue at all, but how do I

[PHP] Time zones and $_ENV vs getenv

2008-11-03 Thread John Coppens
Hello people. Argentina changed timezones (Oct 19th), just two weeks ago, and, as PHP has a separate table, I forgot to change the zones both in my machine and on the server. I did so yesterday, and have some problems. Here's what I did: 1) Downloaded the latest timezonedb (2008.9), compiled and

Re: [PHP] take me off the list

2008-11-03 Thread Daniel P. Brown
On Mon, Nov 3, 2008 at 4:36 AM, Stut [EMAIL PROTECTED] wrote: You're having an identity crisis. Your email came from Deborah.Dennison@ but you state your email address as... email: [EMAIL PROTECTED] I had noticed the same thing. I unsubscribed her from the list right after she wrote

Re: [PHP] Problems with images..

2008-11-03 Thread Per Jessen
Anders Norrbring wrote: I've been staring myself blind, so now I don't get anywhere, please do advice.. I have a web page printed with PHP, in a table I need to display images that are stored in a SQL DB. Getting the images into variables isn't an issue at all, but how do I output it?

Re: [PHP] Mailing lists

2008-11-03 Thread Richard Heyes
OMG Pwnies! Fixed that for you. In my best Manuel voice (kinda topical)... Keh?? -- Richard Heyes HTML5 Graphing for FF, Chrome, Opera and Safari: http://www.rgraph.org (Updated November 1st) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] php exec()

2008-11-03 Thread Stut
On 3 Nov 2008, at 08:06, cheesiong wrote: i tried you suggestion, with ?php exec('ipkg-cl --version lalala.txt');? the lalala.txt was created but the file is empty. anymore suggestion? Try... ?php exec('ipkg-cl --version 21');? It's not uncommon for CLI utilities to output their banner on

Re: [PHP] Mailing lists

2008-11-03 Thread Robert Cummings
On Mon, 2008-11-03 at 09:37 -0500, Bill Guion wrote: At 11:00 AM -0400 11/1/08, tedd wrote: snip 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, where phrases like

[PHP] proc_open and sockets

2008-11-03 Thread man_in_the_middle
I'm trying to build an interface in PHP to open prolog and feed it commands and return answers without shutting it down. (I think you'd call this running prolog as a daemon) The code below does two things. It opens prolog, feeds in commands and pulls out the answers then closes the prolog. It

Re: [PHP] take me off the list

2008-11-03 Thread Jim Lucas
Daniel P. Brown wrote: On Mon, Nov 3, 2008 at 4:36 AM, Stut [EMAIL PROTECTED] wrote: You're having an identity crisis. Your email came from Deborah.Dennison@ but you state your email address as... email: [EMAIL PROTECTED] I had noticed the same thing. I unsubscribed her from the list

Re: [PHP] take me off the list

2008-11-03 Thread Daniel P. Brown
On Mon, Nov 3, 2008 at 11:09 AM, Jim Lucas [EMAIL PROTECTED] wrote: You keep doing things for people, they are never going to learn... :) True, but sometimes it's easier just to help someone along. She mentioned that she'd tried several times, so it doesn't hurt for me to take a few

Re: [PHP] take me off the list

2008-11-03 Thread Daniel P. Brown
On Mon, Nov 3, 2008 at 11:10 AM, Robert Cummings [EMAIL PROTECTED] wrote: Give a man some fish, he'll be back later for more! Tell a man about your shortbread and he'll stay on your ass until he gets the recipe, too. Funny how it all works out, eh? -- /Daniel P. Brown

RE: [PHP] Problems with images..

2008-11-03 Thread Boyd, Todd M.
-Original Message- From: Anders Norrbring [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 8:56 AM To: Boyd, Todd M. Cc: php-general@lists.php.net Subject: SV: [PHP] Problems with images.. I've been staring myself blind, so now I don't get anywhere, please do

Re: [PHP] Mailing lists

2008-11-03 Thread Daniel P. Brown
On Mon, Nov 3, 2008 at 11:03 AM, Robert Cummings [EMAIL PROTECTED] wrote: Bah... everyone worth their salt knows the most abundant stuff in the universe is dark matter. Some people just have too much dark matter in place of gray matter. Dark matter, grey matter, fecal matter, it doesn't

[PHP] Sending mail with Outlook high priority

2008-11-03 Thread Edward Diener
Is there any PHP functionality for sending mail and attaching a high priority to the mail item ? In Outlook ( and Outlook Express ) there is the notion of a high priority mail item, but I do not know if this corresponds to anything in an RFC for mail. Nor do I know how to mimic this in PHP.

Re: [PHP] Sending mail with Outlook high priority

2008-11-03 Thread Per Jessen
Edward Diener wrote: Is there any PHP functionality for sending mail and attaching a high priority to the mail item ? printf() ? All you need to do is a add header like X-Priority: High. It's just a line of text. In Outlook ( and Outlook Express ) there is the notion of a high priority

Re: [PHP] take me off the list

2008-11-03 Thread Govinda
On Nov 3, 2008, at 6:37 AM, Jochem Maas wrote: Sort out who you are and the world might start to make sense. that deserve's it's own T-shirt :) -Stut LOL! :-) That knowledge has earned more than a T-shirt! It is Eternal; written in modern and ancient scripture since time immemorial.

Re: [PHP] Mailing lists

2008-11-03 Thread Dotan Cohen
2008/11/3 Daniel P. Brown [EMAIL PROTECTED]: Dark matter, grey matter, fecal matter, it doesn't matter. It's all mind over matter. I've got no mind, and it doesn't seem to matter. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il

Re: [PHP] Mailing lists

2008-11-03 Thread Bill Guion
At 11:00 AM -0400 11/1/08, tedd wrote: snip 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, where phrases like Say ya to da UP, eh? were common. When confronted with an

Re: [PHP] Mailing lists

2008-11-03 Thread Robert Cummings
On Mon, 2008-11-03 at 19:24 +0200, Dotan Cohen wrote: 2008/11/3 Daniel P. Brown [EMAIL PROTECTED]: Dark matter, grey matter, fecal matter, it doesn't matter. It's all mind over matter. I've got no mind, and it doesn't seem to matter. Hmmm... you sure it's not a case of you have no

Re: [PHP] Sending mail with Outlook high priority

2008-11-03 Thread Edward Diener
Per Jessen wrote: Edward Diener wrote: Is there any PHP functionality for sending mail and attaching a high priority to the mail item ? printf() ? All you need to do is a add header like X-Priority: High. It's just a line of text. Thanks for pointing this header out. My search for

Re: [PHP] Sending mail with Outlook high priority

2008-11-03 Thread Edward Diener
Per Jessen wrote: Edward Diener wrote: Is there any PHP functionality for sending mail and attaching a high priority to the mail item ? printf() ? All you need to do is a add header like X-Priority: High. It's just a line of text. Thanks for pointing this header out. My search for

[PHP] Mail Function

2008-11-03 Thread Will W
Hello all,I did a search and did not find anything I was looking for. What is the limitation of the max emails that the mail function can send to? Thanks, Will

Re: [PHP] take me off the list

2008-11-03 Thread Robert Cummings
On Mon, 2008-11-03 at 08:09 -0800, Jim Lucas wrote: Daniel P. Brown wrote: On Mon, Nov 3, 2008 at 4:36 AM, Stut [EMAIL PROTECTED] wrote: You're having an identity crisis. Your email came from Deborah.Dennison@ but you state your email address as... email: [EMAIL PROTECTED] I

Re: [PHP] Mail Function

2008-11-03 Thread Daniel P. Brown
On Mon, Nov 3, 2008 at 12:56 PM, Will W [EMAIL PROTECTED] wrote: What is the limitation of the max emails that the mail function can send to? That's limited by three things: 1.) Server resource availability (RAM, CPU, bandwidth). 2.) Server configuration. 3.) Your

Re: [PHP] Mail Function

2008-11-03 Thread Andrew Ballard
On Mon, Nov 3, 2008 at 1:19 PM, Daniel P. Brown [EMAIL PROTECTED] wrote: On Mon, Nov 3, 2008 at 12:56 PM, Will W [EMAIL PROTECTED] wrote: What is the limitation of the max emails that the mail function can send to? That's limited by three things: 1.) Server resource availability

[PHP] COM and VARIANT types

2008-11-03 Thread Alex Bovey
Hi, I am playing around with some COM interfaces and getting my head around VARIANTs. I have a method that is returning a VARIANT and using variant_get_type returns the type as 9. How do I find out what type 9 relates to? The manual page for variant_get_type isn't much... Thanks all, Alex

[PHP] OT? my own posts are invisible to me. How to decloak?

2008-11-03 Thread Govinda
Hi all this may be a matter of settings on my own software, and so OT for this list, but I have sincerely looked more than once and still can't find it, so I ask? Does anyone know why can't I ever see my own posts to this list (or another list I subscribe to)? I want to. -Govinda --

Re: [PHP] OT? my own posts are invisible to me. How to decloak?

2008-11-03 Thread Andrew Ballard
On Mon, Nov 3, 2008 at 1:33 PM, Govinda [EMAIL PROTECTED] wrote: Hi all this may be a matter of settings on my own software, and so OT for this list, but I have sincerely looked more than once and still can't find it, so I ask? Does anyone know why can't I ever see my own posts to this list

Re: [PHP] OT? my own posts are invisible to me. How to decloak?

2008-11-03 Thread Daniel Brown
On Mon, Nov 3, 2008 at 1:33 PM, Govinda [EMAIL PROTECTED] wrote: Hi all this may be a matter of settings on my own software, and so OT for this list, but I have sincerely looked more than once and still can't find it, so I ask? Does anyone know why can't I ever see my own posts to this list

Re: [PHP] COM and VARIANT types

2008-11-03 Thread Andrew Ballard
On Mon, Nov 3, 2008 at 1:33 PM, Alex Bovey [EMAIL PROTECTED] wrote: Hi, I am playing around with some COM interfaces and getting my head around VARIANTs. I have a method that is returning a VARIANT and using variant_get_type returns the type as 9. How do I find out what type 9 relates to?

Re: SV: [PHP] Problems with images..

2008-11-03 Thread Ashley Sheridan
On Mon, 2008-11-03 at 15:56 +0100, Anders Norrbring wrote: Anders Norrbring wrote: I've been staring myself blind, so now I don't get anywhere, please do advice.. I have a web page printed with PHP, in a table I need to display images that are stored in a SQL DB. Getting

Re: [PHP] OT? my own posts are invisible to me. How to decloak?

2008-11-03 Thread Govinda
That's a combination of the list software configuration and Gmail. Thanks a lot guys. Looking forward to more interaction here in coming weeks as I gradually/hopefully shift more of my time into PHP from other software. -G -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] take me off the list

2008-11-03 Thread Jay Moore
Daniel P. Brown wrote: On Mon, Nov 3, 2008 at 11:10 AM, Robert Cummings [EMAIL PROTECTED] wrote: Give a man some fish, he'll be back later for more! Tell a man about your shortbread and he'll stay on your ass until he gets the recipe, too. Funny how it all works out, eh? So, about

Re: [PHP] Mailing lists

2008-11-03 Thread tedd
At 9:37 AM -0500 11/3/08, Bill Guion wrote: I don't know, tedd. I believe it was my college physics instructor who taught us that the two most abundant elements in the universe are hydrogen and stupidity. Good point. The difference between stupidity and Genius is that one has its limits.

Re: [PHP] take me off the list

2008-11-03 Thread tedd
At 11:10 AM -0500 11/3/08, Robert Cummings wrote: Give a man some fish, he'll be back later for more! Yeah, but teach him to fish and you'll have to listen to all his fish stories. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General

Re: [PHP] Mailing lists

2008-11-03 Thread Daniel P. Brown
On Mon, Nov 3, 2008 at 4:11 PM, tedd [EMAIL PROTECTED] wrote: The difference between stupidity and Genius is that one has its limits. Which is why it's always best to remember one thing, especially in programming: never underestimate the power of stupidity. -- /Daniel P. Brown

[PHP] Grouping records

2008-11-03 Thread Matthew Halpin
Hi, I have transactional records with the following structure Rowid TimePerson TimediffGroupid 1 20:22:49Bob 2 20:22:49Bob 0 3 20:22:50Bob 1 4