[PHP-WIN] MORE ABOUT SOCKETS

2002-08-09 Thread M.
Hi, How can i use socket programming with PHP under Windows platform and IIS server?! Debug Error of PHP compiler --->>> Fatal error: Call to undefined function: socket_create() How can i activate socket programming!!!??? thanks a lot

Re: [PHP-WIN] PHP Editors

2002-08-09 Thread leo g. divinagracia iii
how about a couple freebie editors: www.phpide.de (PHP coder) and www.phpedit.com (PHP Edit) Jim Hunter wrote: > I recently ran across an ad for NuSpherePHPed that claims to be a great PDP > editor/debugger. I was wondering if anyone has used this editor and what did > you think. Also, if the

[PHP-WIN] Re: SOCKETS

2002-08-09 Thread Brian Huff
You can use the socket extension for PHP on windows, just like on Unix, to make your web pages create socket requests to another server (say, download some stock info from Yahoo) with the libraries discussed here: http://www.php.net/manual/en/ref.sockets.php You may need to enable the 'php_so

[PHP-WIN] ISAPI filter error

2002-08-09 Thread Dale Heil
I am running NT4.0 server, IIS4.0, php 4.1.1. I have been running the CGI php fine. Tried to switch over to running as module. When I add the ISAPI filter to the website I get the 270 (0x010e) error. I saw the bug 16200 out there open problem out there but that was for asp pages. I was t

[PHP-WIN] PHP Editors

2002-08-09 Thread Jim Hunter
I recently ran across an ad for NuSpherePHPed that claims to be a great PDP editor/debugger. I was wondering if anyone has used this editor and what did you think. Also, if there are any less expensive alternatives that you feel are worth a look, that would be nice to know. I primarily use Windows

RE: [PHP-WIN] InnoDb and php

2002-08-09 Thread Steve Bradwell
Yes it is. Once InnoDb tables have been setup, just fire the traditional Begin, rollback, commit statements to Mysql with mysql_query() or whatever. -Steve. -Original Message- From: Waldemar Brand Neto [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:55 PM To: [EMAIL PROTECTE

[PHP-WIN] InnoDb and php

2002-08-09 Thread Waldemar Brand Neto
Is it possible to use rollback, commit in a MySql InnoDb table trough php? Tank´s, Waldemar

php-windows Digest 9 Aug 2002 16:30:35 -0000 Issue 1281

2002-08-09 Thread php-windows-digest-help
php-windows Digest 9 Aug 2002 16:30:35 - Issue 1281 Topics (messages 15187 through 15193): Re: Apache+ PHP + Netscape 7.0 15187 by: Rasmus Lerdorf 15192 by: Brian Huff 15193 by: dash php Java and PHP 15188 by: Opere, James 15189 by: Opere, James SOC

RE: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-09 Thread dash php
Isn't there somewhere in Netscape 7.0 to change the "browser announce" version thing? (I use mozilla 1.0 and there's a way - it's a little deep). Doubt that will change anything, why would PHP magically not work if the browser = Netscape 7.0?!? Here's another thing to try. Do this: AddType a

Re: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-09 Thread Brian Huff
This may still be a netscape-ism... try using your DNS name instead of localhost... also, try this with JSP or Perl pages to see if its an Apache2-Netscape thing, or an Apache2-Netscape-PHP thing -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 > Yes, http://loca

RE: [PHP-WIN] SOCKETS

2002-08-09 Thread Svensson, B.A.T. (HKG)
What do you want to do then? Btw: try this URL http://www.php.net/manual/en/ref.sockets.php for more information. > -Original Message- > From: M. [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 2:53 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] SOCKETS > > > How can i use

[PHP-WIN] SOCKETS

2002-08-09 Thread M.
How can i use sockets in Windows and IIS?? thank you

[PHP-WIN] Java and PHP

2002-08-09 Thread Opere, James
Title: Message Hi all, I have installed the latest version of java  which is j2sdk 1_4_1_0 instead of  Jdk 1.1.8, PHP version 4.2.2. I tried configuring Java to work with PHP  and it works once like a miracle and the next trial  I still get an error below when trying to run a scrip for an

[PHP-WIN] Java and PHP

2002-08-09 Thread Opere, James
Title: Message Hi all, I have installed the latest version of java  which is j2sdk 1_4_1_0 instead of  Jdk 1.1.8, PHP version 4.2.2. I tried configuring Java to work with PHP  and it works once like a miracle and the next trial  I still get an error below when trying to run a scrip for an

Re: [PHP-WIN] Apache+ PHP + Netscape 7.0

2002-08-09 Thread Rasmus Lerdorf
Sounds like you don't have the PHP module loaded correctly. Telnet to port 80 and see if PHP is in the server header. On Thu, 8 Aug 2002, Andrew V. Romero wrote: > Yes, http://localhost/test/test.php. Netscape keeps thinking that I > want to download the php file. > > Rasmus Lerdorf wrote: > >