php-windows Digest 28 Aug 2001 09:55:42 -0000 Issue 724

2001-08-27 Thread php-windows-digest-help
php-windows Digest 28 Aug 2001 09:55:42 - Issue 724 Topics (messages 9077 through 9086): Re: printer_start_doc 9077 by: Rob Cox Accelerate PHP on Win98SE? 9078 by: king Re: Directory Date/Time 9079 by: David Tod Sigafoos 9080 by: Frank M. Kromann c

[PHP-WIN] Generating variables

2001-08-27 Thread P.Agenbag
Hi, I've posted this on the genral mailing list, yet I got no response, maybe too crowded there??? I am trying to auto generate some sql strings. The resulting string should look like this: update $table_name set var1='$var1', var2='$var2' . where id=$id I used a foreach loop to get

Re: [PHP-WIN] Curl/php/Apache on Win32

2001-08-27 Thread hassan el forkani
hi you probably have a missing dll some where try editing php_curl.dll and search for "dll" (dlls referenced in that dll) make sure all dlls you find are in your win../sys.. directory www.php4win.de provides a full package with all the dlls you need regards; At 01:15 28/08/01, Chris wrote: >H

Re: [PHP-WIN] calling COM objects from PHP

2001-08-27 Thread Alain Samoun
Try: $webamp = New COM("WebAmp.WebAmpCtl") or die ("Could not create COM object"); $filename = $webamp->sFilename; Sometimes it works better... Otherwise, what is the value of $filename that you are expecting? Alain On Tue, Aug 28, 2001 at 12:24:48AM +0100, Haemish Graham wrote: > Hi. > > I wrot

[PHP-WIN] Re: appear in Text file

2001-08-27 Thread Andy Ladouceur
Hi Jack, The 'black box' you see is a newline, which can be removed by doing this: $string=str_replace("\n","",$string); $string=str_replace("\r","",$string); That will replace \n (The newlines) and \r (The returns) with nothing, getting rid of your problem. Hope this helps, -Andy Jack <[EMAIL PR

[PHP-WIN] Curl/php/Apache on Win32

2001-08-27 Thread Chris
Hello Does anyone know how to install and use php_curl.dll for php. I set extension=c:\phpdev2\php\extension\ and also tried copying files SSLEAY32.dll, php4ts.dll, libeay32.dll in to the winodws system directory and set extension to that but still no sucess. I always get a error message saying

[PHP-WIN] calling COM objects from PHP

2001-08-27 Thread Haemish Graham
Hi. I wrote a COM object today that returns the filename of the current winamp track running on my machine but do not seem to be able to get PHP to return the filename property. I tested my COM object using a stand alone VB script and a ColdFusion script with IIS, and it all worked. However ru

Re: [PHP-WIN] Re: Directory Date/Time

2001-08-27 Thread Frank M. Kromann
Hi David, The argument to the functions filemtime(), fileatime() and filectime() should be a valid file name. In your case readdir() returns file names in the directory located by $current_dir but these files does not exist in the current directry where the script is executed. You can fix th

[PHP-WIN] Re: Directory Date/Time

2001-08-27 Thread David Tod Sigafoos
I could really use some help on this .. I know there must be someone out there who knows: a) is it possible to get the date/time from a directory in windows (win2k) b) if it is possible .. then how As mentioned in my original post I have tried both filemtime and fileatime. Here are the specifi

[PHP-WIN] Accelerate PHP on Win98SE?????????

2001-08-27 Thread king
Which soft can do it??? like Zend Optimizer on NT. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] printer_start_doc

2001-08-27 Thread Rob Cox
Thanks for the info on using printer_draw_text. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work. > >Here's my snippet: > > > >$handle = printer_open(

php-windows Digest 27 Aug 2001 16:51:44 -0000 Issue 723

2001-08-27 Thread php-windows-digest-help
php-windows Digest 27 Aug 2001 16:51:44 - Issue 723 Topics (messages 9069 through 9076): Re: Login System 9069 by: Angie Tollerson Re: About "no-cache" 9070 by: science Resource number 9071 by: Sichta Daniel dose some one know of a scrip that will ...

Re: [PHP-WIN] printer_start_doc

2001-08-27 Thread Rob Cox
Both the web and print server are running Windows 2000 SP2. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work. > >Here's my snippet: > > > >$handle = p

[PHP-WIN] mpeg info

2001-08-27 Thread Sichta Daniel
Hi, How can I get info about *.mpeg, *.avi files in PHP ? I mean size WxH DAN

[PHP-WIN] Re: HTTP Server

2001-08-27 Thread danial
yes i use OmniHTTPd Professional 2.0 and nothing eles on all 3 win98 boxes :) it is free and easy to set up it is the server servering www.cyberhoties.com look for it at www.serverwatch.com and there is some other ok one to if you want ssl use OmniHTTPd Professional 2.0 and falcon back to back

[PHP-WIN] appear in Text file

2001-08-27 Thread Jack
Dear all I'm writing a script which will greb the data from a user input form into a text file (txt file), but the problem is that when the data had passed to the txt file, there will be some thing like the and black square appear inside the file. This is affecting to display the data from that t