[PHP-DB] Re: Warning, Subscribers please read!

2006-05-11 Thread David Robley
JeRRy wrote: Hi Subscribers, This message is not for PHP/MySql help in anyway but is posted due to the high level of spam on this lately and some new people to the internet may not be aware of the possible risks people can get into if they follow any of the spam emails on here.

[PHP-DB] PDF BLOB to Email

2006-05-11 Thread Adrian Bruce
Hi I have pdf's stored as a blob in a MySQL database, how can i set a script (PHP obviously!) to email these blobs as pdf files. The only way i can think of at the moment is to write them to disk and then attach them to the mail before sending it. This doesn't seem that efficient but

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
Adrian Bruce wrote: Hi Hello, I have pdf's stored as a blob in a MySQL database, how can i set a script (PHP obviously!) to email these blobs as pdf files. The only way No, not Obviously, PHP is not well suited for many tasks (or has a high cost to get the suit tailored) :) If you

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread chris smith
On 5/11/06, Adrian Bruce [EMAIL PROTECTED] wrote: Hi I have pdf's stored as a blob in a MySQL database, how can i set a script (PHP obviously!) to email these blobs as pdf files. The only way i can think of at the moment is to write them to disk and then attach them to the mail before sending

[PHP-DB] Displaying data in different languages

2006-05-11 Thread Manoj Singh
Hi all, I am designing the web-site which is in different languages. I am using php and MYSQL database. Now the problem is the data is stored in the database in english language. How i change them to japanese? I want to display them in japanese. Please provide me some tips. Regards Manoj

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread Adrian Bruce
[snip] No, not Obviously, PHP is not well suited for many tasks (or has a high cost to get the suit tailored) :) [/snip] Obviously because i am posting to a PHP list, numpty! but thank you for the recommendation anyway. JupiterHost.Net wrote: Adrian Bruce wrote: Hi Hello, I have

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
Adrian Bruce wrote: [snip] No, not Obviously, PHP is not well suited for many tasks (or has a high cost to get the suit tailored) :) [/snip] Obviously because i am posting to a PHP list, numpty! but thank you for the recommendation anyway. Obvious in that sense sure ,but just

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread dpgirago
Adrian Bruce wrote: [snip] No, not Obviously, PHP is not well suited for many tasks (or has a high cost to get the suit tailored) :) [/snip] Obviously because i am posting to a PHP list, numpty! but thank you for the recommendation anyway. Obvious in that sense sure ,but just

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
Most PHP folks have this image that since its so shiny its just the best which in fact is the opposite: the nice graphic designers that skin PHP projects do very well (images/css/html which are all independant of PHP), but its like dressing up a turd in silk, its still crap underneath :) A bit

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread Edward Vermillion
On May 11, 2006, at 10:51 AM, JupiterHost.Net wrote: Most PHP folks have this image that since its so shiny its just the best which in fact is the opposite: the nice graphic designers that skin PHP projects do very well (images/css/html which are all independant of PHP), but its like

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
I think you're confusing php (the language) with bad programming practices (the developers). They aren't the same. A true enough statement, except what i am referring to is that PHP (the language) lends itself to bad practice and has extremely bad security issues (example: your config info

Re: [PHP-DB] Warning, Subscribers please read!

2006-05-11 Thread Dwayne Hottinger
Doesnt the list run a spam filter ie spamassassin or bogofilter via procmail? - Original Message - From: JeRRy [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Thursday, May 11, 2006 6:22 AM Subject: [PHP-DB] Warning, Subscribers please read! Hi Subscribers, This message is not for

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread dpgirago
I think you're confusing php (the language) with bad programming practices (the developers). They aren't the same. A true enough statement, except what i am referring to is that PHP (the language) lends itself to bad practice and has extremely bad security issues (example: your config info

[PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Ron Piggott (PHP)
Does any one know how to send a file attachment using PHP? I have been using the mail() command to send e-mail in various scripts, but have spotted a file attachment syntax to use on the php web page. Ron -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Ing. Edwin Cruz
Have a look on this: http://framework.zend.com/manual/en/zend.mail.attachments.html It seems to be easy with zend framework -Mensaje original- De: Ron Piggott (PHP) [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 11 de Mayo de 2006 05:34 p.m. Para: PHP DB Asunto: [PHP-DB] Sending

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread JupiterHost.Net
Ing. Edwin Cruz wrote: Have a look on this: http://framework.zend.com/manual/en/zend.mail.attachments.html It seems to be easy with zend framework How about a way to do it without having to install a huge system wide binary and configruation that might potentially break apache and all

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread JupiterHost.Net
At the risk of extending empathy where none is given, perhaps you should I do appreciate that thanks :) tell us what experiences have led to your negativism. You've been a subscriber to this list for quite a while, and as far as I can remember, your posts have never been critical of the

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread Bastien Koert
I'd say a lot of it has to do with poor hosting configuration. But any language that has evolved as much as PHP over the last few years will have its issues... take .net, same shit happens there too...whether you want to compare asp.net to classic asp or vb.net with vb6much

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Edward Vermillion
Ummm... dude... Zend Framework is NOT a system wide binary... besides is like way beta right now... fun to play with, sure, but they're not really recommending it for production yet. try phpmailer or some of the other mail classes Ed On May 11, 2006, at 5:57 PM, JupiterHost.Net wrote:

RE: [PHP-DB] Displaying data in different languages

2006-05-11 Thread Bastien Koert
There is no universal translator that can change languages for you...you would need to store the data in japanese bastien From: Manoj Singh [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Displaying data in different languages Date: Thu, 11 May 2006 19:05:11 +0530 Hi all, I am

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Chris
JupiterHost.Net wrote: Ing. Edwin Cruz wrote: Have a look on this: http://framework.zend.com/manual/en/zend.mail.attachments.html It seems to be easy with zend framework How about a way to do it without having to install a huge system wide binary and configruation that might