Categories
Archives
Hidden Gems
The PHP mail() function is handy. You can use it to have people contact you through a form on your Web page if you don’t feel comfortable displaying your email address. The sample code below will send an email to … Continue reading
I spend a lot of time testing out certain things with $_SERVER array. I often forget what I should be getting as a value for a specific variable. Sometimes what variable it is that I am wanting to work with. … Continue reading