Jump to content

jspringfield

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jspringfield's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi All, I'm running a script which has a for loop containing around 250,000 iterations. I'm echoing comments regularly within that for loop, but unfortunately nothing aren't being shown in the browser until the script completes.. I have set my output buffer to 8bytes. Is there a way to get instant output echo'd to the browser during each iteration. Thank you, Jspringfield..
  2. Thanx for the info. Let me elaborate a little. The user has some data to send to a database. Page A has a form on it containing a text area, and  standard text input (to enter a password) and a submit button (action is to invoke Page B). The User types the data, clicks submit and is redirected to page B. Page B accepts the POST variables from page a and runs a script updating a database with the data from the page A form. This age then prints a status, succesful entry, invalid, etc, etc. Ok: I have lots of records of data to enter... What I am trying to create is a Page C. Page C contains a For Loop which repeats until all data has been posted to Page B. I don't want the user to be redirected to page B.. I just want to set the variables (usually set by the form) and have the Page C script automatically post them to Page B. As if they had come from a form. I have tried the following:           I made a link to Page B plus ?a=****&b=*****           Page B accepts, but you need to click it. This is where I need the automation.           I tried include (Page B) in the Page C script.           This just slapped Page in the Page C Browser. I'm currently examinig the possibility of using javascript to initiate a submit without redirecting. Hope this makes things a bit clearer.. am I on the right path? Thanks for your help.
  3. Hi All, I'm a noob, green enough to blend into a pile of grass. Can someone help pls? As stated in the subject.  I have a webpage which accepts data from a form on another wepage. What I would like to do is automatically send data from variables in my PHP script to the other page. Rather than using the form. I also want to do several iterations of this from within a loop. So I don't want to be redirected.. just to send the data. Any help is much appreciated. Thanx.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.