• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

perl vs. php for a website backend

goldboyd

Golden Member
Hey all, i'm going to be working on a website that will have a mysql backend and i'm not sure what langauge to use to interface with it, either perl or php. I dont have much experience other than the basics with either, so i'll have to learn either one. I'd like to use CF, however cf is too expensive since this will be on a colo'ed box.

so what do you guys like more, php or perl, and why?

thanks
 
You might find PHP easier if you are from a C/C++ background. PHP has it's benefits being that it's parsed by the web server instead of the web server spawning a new thread to process the perl script.
 
Of course if you use mod_perl then perl remains loaded too. But I'm a big php fan myself; perl tends to lead to inelegant/sloppy code that may get the job done, but it's more difficult to understand than a c/java-based language like php. Plus the ability to write php inline with html is very handy for web apps.
 
thanks for the comments, i guess i'll go php. any other comments or does anybody know any good websites with good php info (other than php.net)
 
Back
Top