First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
best way to determine (MIME) content type of a stream ofbytes?
On Mon, 2010-03-08 at 10:57 -0500, Robert P. J. Day wrote: hi, i'm interested in the most comprehensive way to determine the content type of a stream of bytes that's been uploaded to a PHP script? assuming that the bytes are uploaded simply via a POST parameter, i can see that there are a couple ways to ... 9 Mar 2010 04:34
best way to determine (MIME) content type of a stream of bytes?
hi, i'm interested in the most comprehensive way to determine the content type of a stream of bytes that's been uploaded to a PHP script? assuming that the bytes are uploaded simply via a POST parameter, i can see that there are a couple ways to do it: * getimagesize() * FileInfo i've been doing some... 8 Mar 2010 11:57
int $number = decode_dtmf(string $wavefile)
Dear Thilo, please do not email your question more than once to the mailinglist. (you did it 3 or 4 times in a very short period of time) I'm sure everyone read your email and you probably didn't get an answer yet because no one knows it. So just wait ;-) Best wishes, Muzy Thilo Klein wrote: Hello, ... 7 Mar 2010 14:05
[PHP] int $number = decode_dtmf(string $wavefile)
Hello, I want to read a wav-file CCITT u-Law 64 kbit/s, 8Bit, Mono, 8 kHz into PHP which contains a DTMF-Code and I want PHP to output the numbers, so I am looking for a function like int $number = decode_dtmf(string $wavefile); Is such a function available or is someone kind enough to code it under the GPL... 6 Mar 2010 16:18
sell with php
i'm trying to put a tool to sell in my website in PHP. ¿what do you recommend to me? thanks ... 5 Mar 2010 18:31
PEAR clases don't work with PHP 5.3
A few days ago I upgraded my development server with PHP 5.3, and found that some pear packages stopped working giving FATAL ERRORs, like this (this one is from package Image_Graph): PHP Fatal error:  Call to undefined method Image_Graph_Plotarea_Element::Image_Graph_Element() in /usr/share/php/Image/Graph/Layo... 6 Mar 2010 03:12
Replacing accented characters
Hey all, Does anyone have a function that replaces accented characters with the non-accent equals? I can't figure out how to get them out of the Ubuntu keyboard the way it is configured so I've just tried three different functions off the Internet and none of them have worked. Thanks, Skip -- ==========... 4 Mar 2010 13:32
Entry-Level Slot Available in Denver
hi all, we have a fresh opening for an entry-level php developer in stapleton (north east denver). feel free to hit me up off-list w/ questions or of course, if you are interested in the position, thx, -nathan *Required Skills (Proficiency expected)* .. PHP5 – Object Oriented Concepts a must .. ... 4 Mar 2010 12:23
Delayed page display
I have a script that retrieves several queued email messages from a MySQL database and sends them out, printing out progress as it goes along; for example: email1(a)example.com ... sent email2(a)example.com ... sent email3(a)example.com ... sent Either "sent" or "failed" is displayed based on the result of the m... 4 Mar 2010 19:12
XMLRPC issue
Hi all, I was upgrading php from 5.6 to 5.11 and came across one odd issue. Hope someone could point out what is the problem. Following code demonstrates it: $xml = '<?xml version="1.0" encoding="UTF-8"?><methodResponse><params><param><value>&lt;Test/&gt;</value></param></params></methodResponse>'; echo... 4 Mar 2010 00:12
First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82