Hi, i have a doubt in php. I need to store datas in database if i before my time ends. But before timing ends datas are not stored in db. this is my problem. Please give one solution for this.

Hi, if you're referring to the execution time of a PHP script, then change the value of max_execution_time:

The value can be modified at PHP level through the function ini_set(), or by editing your php.ini file. Default is 30 seconds.

If the problems starts while submitting the input, then change the value of max_input_time:

to -1.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.