The problem: setting max_execution_time / using set_time_limit() I don’t get the wanted results If you are here, you are probably looking for an answer to the question: why set_time_limit() is not working properly and the script is killed before? or why ini_set(‘max_execution_time’, X), is not working properly and the script is killed before? The answer is not exactly … Continue Reading
Monthly Archives
October 2018
jQuery selects combination and submit
I had to help a friend solving a very common problem for, for example, booking websites. The example is basically the selection of options based on two <select>s elements: number of adults and number of children for a possible booking. So, what we are going to do is to create a very simple HTML with … Continue Reading