Topic Archives: PHP
Extracting Attachments From Emails With PHP
February 8, 2011
Yesterday I wrote about how to read emails with PHP, but I want to dig a bit deeper and discuss another part of the My Slow Low project that needed tackling: Extracting attachments from emails with PHP. For the purposes of this post, I will be specifically discussing file attachments, not HTML inline attached files. [Keep Reading…]
Reading Emails with PHP
February 7, 2011
Last week I got to do a fun little side project which we called My Slow Low. The site is a simple photo collection of slow/low carb meals for those that are out of ideas on what to eat, but want to stick to their diet. While conceptualizing how we would build the site, the [Keep Reading…]
Advanced Regular Expressions
February 1, 2011
Link: Advanced Regular Expression Tips and Techniques For those of you that don’t geek out about Regular Expressions like I do, here’s a nice article from Nettuts on advanced Regex techniques.