Search found 6 matches

by alimax
Tue Jun 24, 2003 6:03 am
Forum: PHP - Code
Topic: PHP HAS SECURITY HOLES? ASP DOESN'T?
Replies: 5
Views: 754

PHP HAS SECURITY HOLES? ASP DOESN'T?

Hi

I am developing a small PHP app for a client who's host has advised them that they won't support PHP due to the major security risks of PHP. They will however support ASP. Anyone know about this?

Thanks
by alimax
Fri Dec 06, 2002 8:27 am
Forum: PHP - Code
Topic: Tearing my hair out - HTML in email
Replies: 5
Views: 658

I love you, why was this so different? I have not been aware of any need to order the headers and if such a need does exist does this not need pointing out somewhere?

Thanks a million :D
by alimax
Fri Dec 06, 2002 7:41 am
Forum: PHP - Code
Topic: Can PHP be copyrighted?
Replies: 12
Views: 3078

release your paid code as open source with a link to get it and more UNLESS your contract/licence says otherwise - One good question - once someone has paid you for a script can they resell it??? I am sure the answer will lie in your original contract/licence, in effect you are either licensing some...
by alimax
Fri Dec 06, 2002 7:09 am
Forum: PHP - Code
Topic: Tearing my hair out - HTML in email
Replies: 5
Views: 658

Thanks for that, that defo would screw it up but having fixed that (and that wasn't in all of my efforts it is a recent cutnpaste "incident") I get this as my resulting email with the <a> tags showing: Content-type: text/html; charset=iso-8859-1 From: Ali <ali@hooverburger.co.uk> Reply-To:...
by alimax
Fri Dec 06, 2002 6:41 am
Forum: PHP - Code
Topic: Tearing my hair out - HTML in email
Replies: 5
Views: 658

the version below works fine but has no HTML if I insert <a> tags around QUALIFY NOW and create a hyperlink to the site, all efforts of mine print <a href="www.Thesite.com/qualify">QUALIFY NOW</a> in the email, and yes before you ask I am escaping the quotes with \ so pse pse someone help....
by alimax
Fri Dec 06, 2002 6:30 am
Forum: PHP - Code
Topic: Tearing my hair out - HTML in email
Replies: 5
Views: 658

Tearing my hair out - HTML in email

Hi all I am using the mail() function to generate emails all the time, I never have a problem with it. Now all emails I generate are not parsing the HTML, I have tried every combination of headers imaginable but still they appear in the mail and the HTML is not parsed, the main header I never neglec...