PHP OS (Operating System) Detection

Jan 27

Now a days with cross browser compatibility issues ranging outside of just Windows/PC as Mac’s and Linux become more user friendly and popular you get issues that aren’t necessarily the same thing cross OS’s now. Example something I do in chrome on my Windows PC works well, where on my MAC it fails. So what do I do? I spend either a lot of time...

Read More

PHP Random String Generator a-z 0-9 function

Jan 27

Lets face it sometimes there’s just a need to have a random string for whatever purpose usually an initial password if you want to create a verification method for your site, usually a randomly generated password someone has to input first is a good means. Its one of the easier ones I know that. But whatever the case, its needed now and again. Most methods Ive...

Read More

PHP mail() with HTML output in a Simple to re-use function

Jan 27

Ok, I could go into a long description here but I won’t I know most of you who are going to end up landing on this page are only here for one thing, and one thing only. Code. So Ill keep it short.. I know generally speaking searching for this concept is not the easiest task. I did a couple years ago cause I got sick of doing one of two things. First was just...

Read More