Re: [PHP-WIN] HMTL E-mails with images (again)

2004-02-27 Thread Erwin Kerk
t hot-linking, e.g. is the referer checked? Oh, by the way, please keep discussions ON the list, others might benefit from that. So reply all on the message you got from the list please. The copy you are receiving on your personal account is just convenient for people who are using the digest lis

Re: [PHP-WIN] HMTL E-mails with images (again)

2004-02-27 Thread Erwin Kerk
--- I'm sorry, did my Karma run over your Dogma? Most common solution is to put the images somewhere on an webserver and embed them in your html as: http://your.web.server/image.extension"; /> Erwin Kerk Web Developer -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Date question?

2003-09-12 Thread Erwin Kerk
If I have a date (2003-04-02) and want to select 9 months later, how to do? Try this: echo date("Y-m-d",strtotime("2003-04-02 +9 month")); Erwin Kerk WebDeveloper -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php