I needed to turn a string into a decimal, for creation of a unique ID and be able to reverse it. To turn string to decimal, we convert it to ASCII char codes, then concat the whole mess together. I…
I needed to turn a string into a decimal, for creation of a unique ID and be able to reverse it. To turn string to decimal, we convert it to ASCII char codes, then concat the whole mess together. I…
Networks are such a stack relying on many many things working together to get the end result you’re after. To increase the maximum size of a form uploaded file in PHP you need to increase both the upload_max_filesize AND the…
Recent Comments