I want to make a form that will use jquery to submit a list of keyword to a php file, this file could take a lot of time to load depending on the size of the keywords list.<
It sounds like you need to use multiple, smaller requests instead of one big one.