It’s been a few years since I’ve done any serious work with PHP or Linux, but at one point in my career I was a die hard linux afficienado who only worked off of a LAMP stack. I was determined to use as little of Windows as possible, and the idea of running PHP off […]
Category: PHP
So this form is pretty basic, it has a select box (list box) filled with possible values. You can select all or some of the values and then submit it to the server via Ajax. The problem was when I grabbed the value from the select box I only got the last value selected, not […]
Every now and then I stumble upon a tidbit of information that just makes me want to kick myself. Today was one of those days. Just by chance I ended up at an entry on PHP.net while Googling another issue. Once I realized what this function was capable of I was torn between thinking “Wow, […]