Profile
Achievement

acosonic's Recent SnippetsTagged php
- All /
« Prev 1 Next »
This snippet adds credit card select box dropdown values 10 years in future from current year.
0
934
posted 7 years ago by acosonic
provide file via URL var, and script will grab it & force download. Take a look at code, and add some of your filetypes if required
2
2352
posted 13 years ago by acosonic
PHP
Sending multipart/alternative (text and html both together) email messages from PHP directly via sendmail
sendmail needs to be working and configured properly
uses popen and fputs
0
851
posted 14 years ago by acosonic
Dumps whole query so developer can see where is error. However it's potential security issue, exposing SQL commands to attacker. (Recommended to use only during development, replace message code with some custom error text)
0
723
posted 14 years ago by acosonic