manojoswal
Right off the assembly line
Hi there,
We are creating a solution in php / mysql where we are displaying about 1000 rows of information.
With the default php coding, the system tries to get all the information from the mysql database and then display it in one go, this causes it to timeout.
We are looking forward to know, how we can get it display one row at a time and then fetch information on the next row. Something that we see working on www.mail2web.com (though its in ASP)
Can someone help?
Manoj Oswal
We are creating a solution in php / mysql where we are displaying about 1000 rows of information.
With the default php coding, the system tries to get all the information from the mysql database and then display it in one go, this causes it to timeout.
We are looking forward to know, how we can get it display one row at a time and then fetch information on the next row. Something that we see working on www.mail2web.com (though its in ASP)
Can someone help?
Manoj Oswal