1
vote
7answers
341 views
Which PHP Web framework for Firebird?
Is there any PHP web framework that works cleanly with the Firebird database?
By "cleanly", I mean out-of-the-box, no hacks/customization/self-made drivers.
So far, …
0
votes
6answers
120 views
Website security question with PHP? (Probably applies to ASP/Rails/etc.. too)
Say, I have "index.htm" and "routines.php".
"index.htm" will call eventually call "routines.php" using JS (AJAX).
So, my question is, how can "routines.php" verify that the request …
3
votes
4answers
437 views
PHP session timeout callback?
I'm running a PHP + APACHE + CENTOS Linux combination.
I have implemented a login & logout on the website.
My question is, how can I know when the php session has timed-out (Us …
