Hi all,
I am currently using the PHP3-module version of PHP using FastTemplates for my website.
In the very near future I will need to have the ability to allow people to log-in, to set cookies and show different things based upon whether or not they are logged in.
Speaking strictly in speed: which scenario is faster (and/or better?):
Scenario one:
- PHP3 as a module
- PHPlib 7.2b (for session management and I would convert from FastTemplates to PHPLIB templates)
Scenario two:
- PHP4 as cgi
- FastTemplates
- PHP4 built-in session management
I'm not really sure. I'm using a hosting provider, communitech.net, so I don't have a huge amount of flexibility and really need some advice here.
Thank you,
Dinos Papoulias