On Dec 9, 4:26 am, "pame...@gmail.com" <pame...@gmail.com> wrote:
It can literally take 5 minutes to make any of these gadgets, and with
spreadsheet sharing, you can let your friends or colleagues add to the
spreadsheet data. Let me know if you have questions.
I love it! Thanks for sharing. JSON is my favorite sharing format
(talk about a geeky thing to say!)
and I recently discovered Python than PHP is better for back-end
processing as it doesn't have a default max execution time limit on
hosted servers. The most I can get on my hosted server is 1 min for PHP
A pain in the butt for sure. Perhaps you have already seen and tried
the ini_set function? ( http://www.php.net/ini_set )
ini_set("max_execution_time", x) where x is an integer number of
seconds should do the trick.