php - Progress bar showing database progress -
php - Progress bar showing database progress -
i wondering, since i'm making gpt script, need installation scheme insert database queries, , create tables.
i know how that, problem want show progress of creating files, registering product server, progress bar, user knows how much longer they'll waiting.
how can this?
php runs server-side, jquery runs client-side. have phone call server-side script repeatedly, either check number of rows have been inserted or tables have been created, etc...or tell perform step, updating progress bar on each call.
either way performance hit, not idea.
php jquery mysql install
Comments
Post a Comment