My Blog
contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!
Monthly Archives: December 2008
Eclipse PDT – Include Paths
When troubleshooting a different problem the other day, I re-entered the world of eclipse include paths. For those of you who are not familiar, the eclipse include path is located as the last option of a eclipse PDT PHP project. … Continue reading
SPL Documentation – Standard PHP Library
Great documentation site for SPL – check it out immediately!!
PDO – can you handle identical prepared statements?
I’ve been wondering if I should be concerned about re-preparing a prepared statement when using PDO. Right now, I use code like this when preparing a statement: ?View Code PHP1 2 3 4 5 6 7 8 9 10 … Continue reading
