Re: [PHP] PHP connection to external application

2008-06-14 Thread hce
On 6/14/08, Per Jessen <[EMAIL PROTECTED]> wrote: > hce wrote: > > > Anyway, thanks for all your responses and suggestions. It was good > > suggestion to use SOAP and Web services, but we have very small > > latency requirement, I have already worried about the delay in the > > lower level of

Re: [PHP] GD brush tracing letters

2008-06-14 Thread Daniel Brown
On Sun, Dec 16, 2007 at 7:16 PM, eric cash <[EMAIL PROTECTED]> wrote: > Quick GD question, I'm building a custom CAPTCHA, and I want to 'trace' > random letters (hopefully from a random font) with a brush. Is there an easy > way to do this, or am I going to have to build some ridiculous custom > li

[PHP] GD brush tracing letters

2008-06-14 Thread eric cash
Quick GD question, I'm building a custom CAPTCHA, and I want to 'trace' random letters (hopefully from a random font) with a brush. Is there an easy way to do this, or am I going to have to build some ridiculous custom library on my own to do it? Thanks! ec -- PHP General Mailing List (http:

Re: [PHP] Memory cache problem

2008-06-14 Thread Stut
On 14 Jun 2008, at 01:02, tedd wrote: At 11:47 PM +0100 6/13/08, Stut wrote: On 13 Jun 2008, at 23:20, R B wrote: I search in both caches, and the video appears in the memory cache. Sorry, but that doesn't answer the question of why you/he doesn't want it to be cached. If he's trying to pro

[PHP] Can the PHP binaries be moved through different folders on Linux/OSX?

2008-06-14 Thread Bas
As most of you know, on Windows PHP does not require any specific path to run, and can be places in any path you want. Now, I'm planning to do a similar thing on Linux, and later OS X, which both will work the same. Now, my question: because autoconf requires prefixes for installation, will using

Re: [PHP] Can I do in Drupal

2008-06-14 Thread Robert Cummings
On Sat, 2008-06-14 at 11:38 -0400, Daniel Brown wrote: > On Sat, Jun 14, 2008 at 11:32 AM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > On Sat, 2008-06-14 at 10:35 -0400, Daniel Brown wrote: > >> > >> http://www.catb.org/esr/jargon/html/S/STFW.html > > > > *lol* Whoever did that webpage needs

Re: [PHP] Can I do in Drupal

2008-06-14 Thread Daniel Brown
On Sat, Jun 14, 2008 at 11:32 AM, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Sat, 2008-06-14 at 10:35 -0400, Daniel Brown wrote: >> >> http://www.catb.org/esr/jargon/html/S/STFW.html > > *lol* Whoever did that webpage needs to STFW about character encodings. Why? What?s wrong with ho

Re: [PHP] Can I do in Drupal

2008-06-14 Thread Robert Cummings
On Sat, 2008-06-14 at 10:35 -0400, Daniel Brown wrote: > On Sat, Jun 14, 2008 at 5:57 AM, mukesh yadav <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm new to PHP and i have got an asign a job in PHP. I need to develop a > > site where a admin can handle a site like a CMS. e.g. updating a site > > witho

Re: [PHP] Kindla 0T, but here goes...

2008-06-14 Thread Daniel Brown
On Fri, Jun 13, 2008 at 7:58 PM, Ryan S <[EMAIL PROTECTED]> wrote: > Hey guys! > > Thanks for replying! > > Cant find any midi flash player... looks like it has to be mp3, in which case > can anybody recommend a place for open licensed mp3s for songs like "happy > birthday" etc > maybe just instr

Re: [PHP] Can I do in Drupal

2008-06-14 Thread Daniel Brown
On Sat, Jun 14, 2008 at 5:57 AM, mukesh yadav <[EMAIL PROTECTED]> wrote: > Hi, > I'm new to PHP and i have got an asign a job in PHP. I need to develop a > site where a admin can handle a site like a CMS. e.g. updating a site > without any tech guy. > Is it possible using Drupal? If yes then can y

Re: [PHP] Can I do in Drupal

2008-06-14 Thread Bastien Koert
On Sat, Jun 14, 2008 at 5:57 AM, mukesh yadav <[EMAIL PROTECTED]> wrote: > Hi, > I'm new to PHP and i have got an asign a job in PHP. I need to develop a > site where a admin can handle a site like a CMS. e.g. updating a site > without any tech guy. > Is it possible using Drupal? If yes then can

Re: [PHP] PHP connection to external application

2008-06-14 Thread Per Jessen
hce wrote: > Anyway, thanks for all your responses and suggestions. It was good > suggestion to use SOAP and Web services, but we have very small > latency requirement, I have already worried about the delay in the > lower level of socket, it will be evern more processing delays for > useing SOAP

[PHP] PHP time out for socket_recvfrom or socket_read block call

2008-06-14 Thread hce
Hi, How can use time out mechanism in PHP when calling socket_recvfrom or socket_read (in block service)? I know the non-block system call can be used, but I need to use a block system call, the block socket_recvfrom or socket_read should be either returned to be failed, or canceled when a time o

[PHP] Can I do in Drupal

2008-06-14 Thread mukesh yadav
Hi, I'm new to PHP and i have got an asign a job in PHP. I need to develop a site where a admin can handle a site like a CMS. e.g. updating a site without any tech guy. Is it possible using Drupal? If yes then can you please suggest how to go.. thank you

Re: [PHP] PHP connection to external application

2008-06-14 Thread hce
On 6/13/08, Per Jessen <[EMAIL PROTECTED]> wrote: > hce wrote: > > > I am not certain if the msg_send / msg_receive in PHP can talk to the > > external C program msg_send / msg_receive as PHP and external C > > program are in different processes, different memory spaces. > > > System V message

[PHP] Developing a recursive command parser

2008-06-14 Thread Straps
Hi all, i'm trying to develop an application able to interpret commands loaded from a database or any other source similiar to this $strParam = 'title=%SESSION(sessionvar)' or a more complicated $strParam = 'title=%SESSION(sessionvar_%COOKIE(mycookievar))' What I need, is to find any special comm