file1.php searches 10 keywords through another db.
file1.php updates my db and close db connection.
file1.php exites the process but before that:
file1.php must calls itself now with new id, ie next 10 keywords to be searched.
yes,it needs a loop, but not in a single file, to prevent error : maximum execution time 30 sec from server.
i must call file1.php many times, 100 times for 1500 keywords.
i had put them all in a loop in a single file but execution time is long.
how can i revise the code in the prev post.