Steven_Smith
01-08-2003, 12:16 AM
I am having a problem with a form on my site. The form is dynamicly populated from MYSQL by PHP. The user edits the form but when it is submitted the database doesn't get updated. This only happens when it takes the user over 10 minutes to fill out. If you submit it within a few minutes it works fine.
The execution time of a PHP script is controlled in php.ini.
Does a PHP page that is a form expire in that time? Why?
All this time I thought the users were insane. But I now have re-created the problem on my system.
I am also using sessions for user id. No MYSQL errors are happening, the form is method='post' enctype="multipart/form-data" (if there is an image it will update it)
ANy ideas? Thanks
Steve:confused:
The execution time of a PHP script is controlled in php.ini.
Does a PHP page that is a form expire in that time? Why?
All this time I thought the users were insane. But I now have re-created the problem on my system.
I am also using sessions for user id. No MYSQL errors are happening, the form is method='post' enctype="multipart/form-data" (if there is an image it will update it)
ANy ideas? Thanks
Steve:confused: