3
votes
7answers
2k views
How to change envelope from address using PHP mail?
I am using PHP with Apache on Linux, with sendmail. I use the PHP mail() function. The email is sent, but the envelope has the Apache_user@localhostname in MAIL FROM (example nobody@conniptin.inter …
2
votes
7answers
2k views
PHP money string conversion to integer error
I have a small financial application with PHP as the front end and MySQL as the back end. I have ancient prejudices, and I store money values in MySQL as an integer of cents. My HTML forms allow in …
0
votes
how to use apostrophes in array key?
It looked okay to me, so I tested it. It produces "Answer". It's working.
What I do is escape certain characters in variables so they don't cause problems. If I find ' or ", I escape them s …
1
vote
PHP library to read PDFs ?
If your webserver is Unix, use the pdftotext utlity to dump the PDF to text, then display it how you want it. It's not going to have the formatting, but the text will be available.
…
1
vote
php variable inside another variable
Needs a semi-colon at the end of the first line, before the comment.
…
