Re: [PHP] Re: Screen Shots

2006-10-23 Thread Richard Lynch
On Sun, October 22, 2006 11:39 am, Dotan Cohen wrote: > And how does that produce a screenshot? You could re-render in smaller form the same page you sent to them, since you have all the inputs it required to send it, since you sent it from those inputs. -- Some people have a "gift" link here. K

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

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

[PHP] Re: Screen resolution in php

2005-03-15 Thread Jim Plush
you can get the resolution from javascript then pass that info to php using HTTP REQUEST http://jibbering.com/2002/4/httprequest.html or super low budget way could be to get that information from javascript then right after forward the page using javascript with the resolution variable in the q

[PHP] Re: Screen Res

2004-03-10 Thread Luis Mirabal
please post the code, so we can see the errors luis. "Res0b8b6" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I am trying to get the users screen res into a var for php. And I have > the Javascript that gets the screen res. But when I try to put that into > a var, it puts it

Re: [PHP] Re: Screen Scraping using PHP

2002-04-17 Thread Barry C. Hawkins
Colleagues, The term "screen scraping" as I am familiar with it comes from mainframe terminal circles, and refers to capturing the character-based output in a terminal window (or, at one point in history, the terminal "screen") as a text file. I have seen the term used specifically in respect

Re: [PHP] Re: Screen Scraping using PHP

2002-04-17 Thread Robert Cummings
Richard Baskett wrote: > > I bet he means when you open up an URL and capture part of the page or the > entire page and post it onto your own site. I've done that with weather.com > where you capture just part of their webpage.. So basically if I wanted to > know what the weather was like in Egy

Re: [PHP] Re: Screen Scraping using PHP

2002-04-17 Thread Richard Baskett
degrade my soul by making me hate him." - Booker T. Washington > From: Robert Cummings <[EMAIL PROTECTED]> > Organization: Webmotion Inc. > Date: Wed, 17 Apr 2002 13:58:25 -0400 > To: Julio Nobrega Trabalhando <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] >

Re: [PHP] Re: Screen Scraping using PHP

2002-04-17 Thread Robert Cummings
Julio Nobrega Trabalhando wrote: > > I read this post a few days ago and didn't know what is "Screen Scrap". I > thought someone would know and would reply to you. > > Well, a long time has passed and none replied. So I make my question, what > are you trying to accomplish in simpler terms?

[PHP] Re: Screen Scraping using PHP

2002-04-17 Thread Julio Nobrega Trabalhando
I read this post a few days ago and didn't know what is "Screen Scrap". I thought someone would know and would reply to you. Well, a long time has passed and none replied. So I make my question, what are you trying to accomplish in simpler terms? :-) -- Julio Nobrega. Um dia eu chego lá: h

[PHP] Re: screen

2001-07-19 Thread elias
you can clear w/ refreshing! just do it via javascript as: document.open(); document.close(); "Jeremy Morano" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > is there any refresh or clear screen function in php? -- PHP General Mailing List (http://www.ph