Re: [PHP] Pause for user input?

2002-11-20 Thread Ernest E Vogelsinger
At 14:42 20.11.2002, Larry Brown spoke out and said: [snip] Does anyone know of a method to pause during the processing of a script to prompt a user for information and then incorporate the user's response for the remainder of the script?

Re: [PHP] Pause for user input?

2002-11-20 Thread Chris Shiflett
No. However, I'm sure whatever you are trying to do can be designed as two pages to yield the exact same user experience. Chris --- Larry Brown [EMAIL PROTECTED] wrote: Does anyone know of a method to pause during the processing of a script to prompt a user for information and then

RE: [PHP] Pause for user input?

2002-11-20 Thread Larry Brown
ICCA (727) 723-8388 -Original Message- From: @ Edwin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 11:29 AM To: Larry Brown Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Pause for user input? Hello, Larry Brown [EMAIL PROTECTED] wrote: Does anyone know of a method to pause

Re: [PHP] Pause for user input?

2002-11-20 Thread @ Edwin
Larry Brown [EMAIL PROTECTED] wrote: The idea is to have the script start to load, prompt for a question or more, then use the data from the response to complete loading the page and avoid having to post all of the variables from page to page to get all of the responses back. A lot of the

RE: [PHP] Pause for user input?

2002-11-20 Thread Larry Brown
. Thanks, Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: @ Edwin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 2:39 PM To: Larry Brown Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Pause for user input? Larry Brown [EMAIL PROTECTED] wrote

Re: [PHP] Pause for user input?

2002-11-20 Thread Jason Sheets
In CLI you can use readline See the readline section in the PHP manual at http://www.php.net/manual/en Jason On Wed, 2002-11-20 at 06:42, Larry Brown wrote: Does anyone know of a method to pause during the processing of a script to prompt a user for information and then incorporate the user's