[PHP-WIN] Re: I can't make a 'read_tag.php' file

2003-11-08 Thread Nathan Perkins
To fix this code, just change lengthofstr to: $lengthofstr = $posofend - $lengthoftag; The whole function can be made much simpilar: function readTag($filename,$tagtype) { $filedata = file_get_contents($filename); $tagrealname = ''; $tagdata = substr(stristr($filedata, $tagrealname),st

Re: [PHP-WIN] Win32 API

2003-11-08 Thread Eric COLINET
Hi, As you know the extension is buggy but i've heard of a new extension called ffi that will be part of PECL (http://pecl.php.net) in a few days. So you have to wait some days to solve your problem ... Eric At 10:49 08/11/2003, Nathan Perkins wrote: Two questions about the win 32 api extension

php-windows Digest 8 Nov 2003 20:56:39 -0000 Issue 1990

2003-11-08 Thread php-windows-digest-help
php-windows Digest 8 Nov 2003 20:56:39 - Issue 1990 Topics (messages 22042 through 22047): Re: gallery 22042 by: netforum.com.br - Gallery - Ecards 22045 by: toby z 22046 by: netforum.com.br - Gallery - Ecards Html Code required-Cyrus 22043 by: S F Alim Re:

[PHP-WIN] Win32 API

2003-11-08 Thread Nathan Perkins
Two questions about the win 32 api extension: 1) Is it still supported by php 5 beta 2? Or is there a new way to access DLL functionality from PHP 5? If not, is there a plan for there to be? 2) Does any one know whateer happened to the win 32 api extension? It is only able to lead two external fu

Re: [PHP-WIN] gallery

2003-11-08 Thread netforum.com.br - Gallery - Ecards
You can see gallery ( 4images ) working with 6000 pics at: http://www.netforum.com.br/4images/index.php Mike - Original Message - From: "toby z" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 08, 2003 09:06 Subject: Re: [PHP-WIN] gallery > ignorance at large here

Re: [PHP-WIN] gallery

2003-11-08 Thread toby z
ignorance at large here whats a galary program :$ --- "netforum.com.br - Gallery - Ecards" <[EMAIL PROTECTED]> wrote: > You can use 4Images; > > http://www.4homepages.de > > Mike > > > > > - Original Message - > From: "Paul Fritzsche" <[EMAIL PROTECTED]> > To: <[EMAIL PR

RE: [PHP-WIN] popen behaviour 4.3.2 & 4.3.3 bug ? (cli/php-gtk)

2003-11-08 Thread Svensson, B.A.T. (HKG)
> $pp = popen( 'c:\phpdev\php\php-4.3.3\php.exe -q -f '.$app . $str ,'r' ); >dies 'orribly with no errors reported Wild guess: If you replace the dynamic built string with a hard coded one, does the same thing happend then? Wild guess 2: Maybe you need a space betweeb $app and $str to (e.g. "