Search found 6 matches
- Tue Jun 03, 2003 4:04 am
- Forum: PHP - Code
- Topic: Best method of bulk sending email newsletters
- Replies: 7
- Views: 2970
Best method of bulk sending email newsletters
I would like to bulk send a newsletter to subscribers to my site. I currently do this on my local machine by downloading the list and using a desktop app to send the newsletter from my computer. My host isn't so keen on bulk sending from the host because of the CPU load, etc. and the possibility tha...
- Wed May 21, 2003 3:35 am
- Forum: PHP - Code
- Topic: PHP 4.3.0. and GD Library. Where to start ?
- Replies: 9
- Views: 1104
Thanks Scott The problem was that the IIS Windows install version 4.3 (latest version) doesn't come with the dll for GD. So uncommenting the extension in php.ini doesn't work for us because the php_gd2.dll isn't physically on the disk. Doing this gives the error that the extension cannot be found. C...
- Tue May 20, 2003 2:30 pm
- Forum: PHP - Code
- Topic: Installation of GD on windows
- Replies: 2
- Views: 360
- Tue May 20, 2003 1:51 pm
- Forum: PHP - Code
- Topic: PHP 4.3.0. and GD Library. Where to start ?
- Replies: 9
- Views: 1104
- Tue May 20, 2003 12:40 pm
- Forum: PHP - Code
- Topic: Installation of GD on windows
- Replies: 2
- Views: 360
Installation of GD on windows
I have PHP 4.3 installed on my Windows machine and would like to use the GD image library. I was under the impression that it was included in this version of PHP but the GD function do not seem to be recognised as I get the: Call to undefined function error. All instructions I've seen so far seem to...
- Mon May 19, 2003 4:30 am
- Forum: PHP - Code
- Topic: Uploading files - really this easy?
- Replies: 6
- Views: 602