Re: [PHP] [OFF] A note on replying to this list

2006-10-22 Thread Micky Hulse
Chris wrote: While it's annoying I think it's going to be one of those things you have to live with. Or switch email apps. Thunderbird is pretty good about threading list emails. Can you configure your email app to read something other than the Subject for threading? -- Wishlist:

Re: [PHP] IP Address

2006-10-22 Thread Chris
Greg Maruszeczka wrote: On Sat, 21 Oct 2006 19:55:17 -0400 Fred Moses <[EMAIL PROTECTED]> wrote: Is there a function which returns the IP address of the requestor of the current page? -- Don't think so but there is a superglobal that contains it: $_SERVER['REMOTE_ADDR'] .. which can be

Re: [PHP] handling multipart form-data

2006-10-22 Thread Chris
Anton Statutov wrote: DOCUMENTATION> php://input is not available with enctype="multipart/form-data". What I should do if I really need to get multipart data? I want to implement my own form-data parser with PHP5. Can I at least turn off the PHP's one to be able to use php://input with multip

Re: [PHP] [OFF] A note on replying to this list

2006-10-22 Thread Chris
theIggs wrote: Hello all! Sorry for the offtopic. Please, when you reply to PHP mailing lists, put the Re: element right in front of the subject: Re: [PHP] Screen shots not [PHP] Re: Screen shots When there are two different styles used simultaneously it's merely impossible to sort messages in c

[PHP] [OFF] A note on replying to this list

2006-10-22 Thread theIggs
Hello all! Sorry for the offtopic. Please, when you reply to PHP mailing lists, put the Re: element right in front of the subject: Re: [PHP] Screen shots not [PHP] Re: Screen shots When there are two different styles used simultaneously it's merely impossible to sort messages in chains. At least m

Re: [PHP] Screen Shots

2006-10-22 Thread Ed Lazor
On Oct 22, 2006, at 5:29 PM, Sancar Saran wrote: On Sunday 22 October 2006 15:19, Mark McWhirter wrote: Is there any way that I can get a script to take a screen shot every minute of all the users using my php website? Convert to pdf. Are you logging the stats? That would allow you to g

Re: [PHP] Re: Screen Shots

2006-10-22 Thread Dotan Cohen
On 22/10/06, Fred Moses <[EMAIL PROTECTED]> wrote: It doesn't. Why do you need a screen shot when you can get a history page any time you want to? It's what the OP requested. You answered a question, I'm sure, but not the question asked :) I can only imagine for what purpose he would want a u

Re: [PHP] Re: Screen Shots

2006-10-22 Thread Fred Moses
Dotan Cohen wrote: On 22/10/06, Fred Moses <[EMAIL PROTECTED]> wrote: Mark McWhirter wrote: > Is there any way that I can get a script to take a screen shot every minute > of all the users using my php website? Why not add a state capture inclusion (require) to each of your pages? Have it gra

Re: [PHP] Re: Screen Shots

2006-10-22 Thread Dotan Cohen
On 22/10/06, Fred Moses <[EMAIL PROTECTED]> wrote: Mark McWhirter wrote: > Is there any way that I can get a script to take a screen shot every minute > of all the users using my php website? Why not add a state capture inclusion (require) to each of your pages? Have it grab, for instance, the u

Re: [PHP] Screen Shots

2006-10-22 Thread Sancar Saran
On Sunday 22 October 2006 15:19, Mark McWhirter wrote: > Is there any way that I can get a script to take a screen shot every minute > of all the users using my php website? Convert to pdf. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Screen Shots

2006-10-22 Thread Fred Moses
Mark McWhirter wrote: Is there any way that I can get a script to take a screen shot every minute of all the users using my php website? Why not add a state capture inclusion (require) to each of your pages? Have it grab, for instance, the user's IP address, the session ID, the URL of page,

Re: [PHP] Screen Shots

2006-10-22 Thread Mukul Sabharwal
Stut may not be entirely correct here. It /is/ possible if the user sends all the pixels of their current view (and their colors), or simply a print screen and then upload it :) Ok, bad joke. On 10/22/06, Stut <[EMAIL PROTECTED]> wrote: Mark McWhirter wrote: > Is there any way that I can get a

Re: [PHP] Screen Shots

2006-10-22 Thread Stut
Mark McWhirter wrote: > Is there any way that I can get a script to take a screen shot every minute > of all the users using my php website? Wow, does that ever have nothing to do with PHP!! To answer the inappropriate question... No. Or rather, not without the use of a client-side technology su

[PHP] Screen Shots

2006-10-22 Thread Mark McWhirter
Is there any way that I can get a script to take a screen shot every minute of all the users using my php website? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php