Re: [PHP-DB] playing longblob media

2008-04-29 Thread Philip Thompson
any other fields. The problem is sending them back to the client. Yves - Original Message - From: "Ron" <[EMAIL PROTECTED]> To: Sent: Sunday, April 27, 2008 10:02 PM Subject: Re: [PHP-DB] playing longblob media i'm trying to play a WAV file, this file is a voicemail f

Re: [PHP-DB] playing longblob media

2008-04-29 Thread Philip Thompson
On Apr 28, 2008, at 12:49 AM, Chris wrote: Philip Thompson wrote: On Apr 27, 2008, at 9:15 AM, Ron wrote: Hi, How can i retrieve via php a media stored in a mysql database as longblob? I'd like to be able to retrieve the media and stream it. TIA regards, ron Just like any other field typ

Re: [PHP-DB] playing longblob media

2008-04-28 Thread Ron
10:02 PM Subject: Re: [PHP-DB] playing longblob media i'm trying to play a WAV file, this file is a voicemail file generated by asterisk pbx. it is stored in mysql and i would like users to be able to check their voicemail via web using php script that will retrieve it from the db as a wav

Re: [PHP-DB] playing longblob media

2008-04-28 Thread Yves Sucaet
OTECTED]> To: Sent: Sunday, April 27, 2008 10:02 PM Subject: Re: [PHP-DB] playing longblob media i'm trying to play a WAV file, this file is a voicemail file generated by asterisk pbx. it is stored in mysql and i would like users to be able to check their voicemail via web using php script

Re: [PHP-DB] playing longblob media

2008-04-27 Thread Chris
Philip Thompson wrote: On Apr 27, 2008, at 9:15 AM, Ron wrote: Hi, How can i retrieve via php a media stored in a mysql database as longblob? I'd like to be able to retrieve the media and stream it. TIA regards, ron Just like any other field type. Doesn't matter to PHP what the field ty

Re: [PHP-DB] playing longblob media

2008-04-27 Thread Ron
From: "Ron" <[EMAIL PROTECTED]> To: Sent: Sunday, April 27, 2008 9:15 AM Subject: [PHP-DB] playing longblob media Hi, How can i retrieve via php a media stored in a mysql database as longblob? I'd like to be able to retrieve the media and stream it. TIA regards, ron --

Re: [PHP-DB] playing longblob media

2008-04-27 Thread Philip Thompson
On Apr 27, 2008, at 9:15 AM, Ron wrote: Hi, How can i retrieve via php a media stored in a mysql database as longblob? I'd like to be able to retrieve the media and stream it. TIA regards, ron Just like any other field type. Doesn't matter to PHP what the field type is... $sql = "SEL

Re: [PHP-DB] playing longblob media

2008-04-27 Thread Yves Sucaet
ssage - From: "Ron" <[EMAIL PROTECTED]> To: Sent: Sunday, April 27, 2008 9:15 AM Subject: [PHP-DB] playing longblob media Hi, How can i retrieve via php a media stored in a mysql database as longblob? I'd like to be able to retrieve the media and stream it. TIA regards, ro

[PHP-DB] playing longblob media

2008-04-27 Thread Ron
Hi, How can i retrieve via php a media stored in a mysql database as longblob? I'd like to be able to retrieve the media and stream it. TIA regards, ron -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php