November 08, 2011
fixing mcrypt error
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/mcrypt.so' - /usr/lib/php5/20060613+lfs/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
The post in this issue about removing .ini files worked for me.
Posted by kkwaiser at 05:00 PM | Comments (0) | TrackBack
October 03, 2011
Zend tutorial notes
Part 1 -
When you requested the script above, Apache intercepted your request and handed it off to PHP. PHP then parsed the script, executing the code between the < ?php...? > marks and replacing it with the output of the code run. The result was then handed back to the server and transmitted to the client. Since the output contained valid HTML, the browser was able to render it for display to the user.
Posted by kkwaiser at 11:48 AM | Comments (0) | TrackBack
Online PHP Tutorials
A wiki tutorial - a crowd sourced tutorial seems fitting, but does it work?
PHP Buddy - doesn't look as complete
Zend Developer Zone - looks well organized
From the actual PHP website
I'm going to try Zend first.
Posted by kkwaiser at 11:34 AM | Comments (0) | TrackBack