Jump to content

Recommended Posts

Good evening --

 

My script takes a while to execute as it processes records from the db.  I'd like to have it print out to the screen the record id # as it processess each record, just to let me know where it is.  Currently, the program waits till the end and then prints out the record numbers, which is no help.  How can I enable PHP to print out each record number as it goes along?

 

Thanks!

Thanks for your reply...I have tried to place an ECHO statement inside the WHILE loop, but it still waits until the end of processing and then prints out all the record numbers at one time, rather than doing it as it processes each record...

Hello,

 

Your query saved as a resource id. To check and debug of your query output.

 

use,

var_dump($query);

or you can use,

print_r($query);

 

You get the all rows details with data as an array.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.