Re: [PHP] real time output from log file?

2006-04-17 Thread Jochem Maas
Richard Lynch wrote: On Mon, April 17, 2006 6:19 pm, Jochem Maas wrote: But they had guys at an old job that did this, after I turned OFF display_output on their production server... [shudder] I guess Richard's had another long day ... display_output? maybe display_errors? or was the stuff t

Re: [PHP] real time output from log file?

2006-04-17 Thread Richard Lynch
On Mon, April 17, 2006 6:19 pm, Jochem Maas wrote: >> But they had guys at an old job that did this, after I turned OFF >> display_output on their production server... [shudder] > > I guess Richard's had another long day ... display_output? maybe > display_errors? or was the stuff those guys produ

Re: [PHP] real time output from log file?

2006-04-17 Thread Jochem Maas
Richard Lynch wrote: On Mon, April 17, 2006 11:45 am, Jason Gerfen wrote: Anyone use php to tail a log file for patterns and perhaps updating a iframe or something similar? If so do you have a link to some resources on it? No, but I don't see how you could make this much more complicated th

Re: [PHP] real time output from log file?

2006-04-17 Thread Richard Lynch
On Mon, April 17, 2006 11:45 am, Jason Gerfen wrote: > Anyone use php to tail a log file for patterns and perhaps updating a > iframe or something similar? If so do you have a link to some > resources > on it? No, but I don't see how you could make this much more complicated than: OS

[PHP] real time output from log file?

2006-04-17 Thread Jason Gerfen
Anyone use php to tail a log file for patterns and perhaps updating a iframe or something similar? If so do you have a link to some resources on it? -- Jason Gerfen "You will never be ready for me." ~ Me -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

Re: [PHP] Real-Time Form Updating

2005-11-18 Thread David Grant
I might have the wrong end of the stick, but would it not be easier to calculate these variables in the form handling script? Cheers, David Grant Chase wrote: > I am trying to build an order form for our clients to use to order hardware > and software, or atleast get a price quote for such. Th

Re: [PHP] Real-Time Form Updating

2005-11-18 Thread Brent Baisley
Absolutely, but you wouldn't really be using PHP to do. Javascript would be required to handle the real time display update. Javascript could also to the calculations. If you want to query the server for prices and have PHP do the calculations and spit back totals, you'll need to use AJAX.

RE: [PHP] Real-Time Form Updating

2005-11-18 Thread Jay Blanchard
[snip] That being siad, I have a field for total number of users that I would like to calculate the total of about five variables in real-time, before the submit button is activated. Is this possible? [/snip] Yes. Google for JavaScript -- PHP General Mailing List (http://www.php.net/) To u

[PHP] Real-Time Form Updating

2005-11-18 Thread Chase
I am trying to build an order form for our clients to use to order hardware and software, or atleast get a price quote for such. The page is done and working using a FORM POST to a second page taht works on the variables and generates the totals. That being siad, I have a field for total numbe

Re: [PHP] real time output

2002-12-17 Thread Chevalier, Arthur
What about setting implicit_flush = on ? "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > On Tuesday 17 December 2002 22:29, Art Chevalier wrote: > > Hello, > > > > I want to start a native process and capture the output while it is > > being generated and display i

Re: [PHP] real time output

2002-12-17 Thread Jason Wong
On Tuesday 17 December 2002 22:29, Art Chevalier wrote: > Hello, > > I want to start a native process and capture the output while it is being > generated and display it to the screen. I dont want to output to be > displayed on the screen all at once after the process completes. As the > process re

[PHP] real time output

2002-12-17 Thread Art Chevalier
Hello, I want to start a native process and capture the output while it is being generated and display it to the screen. I dont want to output to be displayed on the screen all at once after the process completes. As the process returns output I would like it dynamically displayed to the screen.

Re: [PHP] real time php

2002-06-24 Thread Kevin Stone
; <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 8:04 AM Subject: [PHP] real time php I have a program in php, with access at mysql database. The problem is, my users have to access Refresh button anytime when they want to see real time values in database. How to make a function for refresh

Re: [PHP] real time php

2002-06-24 Thread 1LT John W. Holmes
>I have a program in php, with access at mysql database. >The problem is, my users have to access Refresh button anytime when they want to see >real time values in database. >How to make a function for refreshing values in php pages, without pressing Refresh button. What must i read? PHP can't co

Re: [PHP] real time php

2002-06-24 Thread Erik Price
On Monday, June 24, 2002, at 10:04 AM, adi wrote: > How to make a function for refreshing values in php pages, without > pressing Refresh button. What must i read? There's a meta tag that will auto-refresh the page after a specified number of seconds. That will work. But you can't re-popula

[PHP] real time php

2002-06-24 Thread adi
I have a program in php, with access at mysql database. The problem is, my users have to access Refresh button anytime when they want to see real time values in database. How to make a function for refreshing values in php pages, without pressing Refresh button. What must i read? Any help will

RE: [PHP] Real Time

2001-05-03 Thread Jack Dempsey
rrent time whent the script would have been accessed...but if you're looking for something that updates itself, look at javascript, or write an applet... -jack -Original Message- From: Budi [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 11:05 PM To: [EMAIL PROTECTED] Subject:

[PHP] Real Time

2001-05-03 Thread Budi
Hi, I need some help for displaying realtime clock on my page with PHP script. Any ideas how to do it ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EM