[PHP-WIN] sockets problem

2002-11-21 Thread Gareth Thomas
Hi, I realise that sockets is still 'experimental' but any help will be much appreciated. I am developing a queue system to send commands across from a server to a client using sockets. Problem is that the I keep getting a 'connection reset by peer' error after the first command is sent. The se

Re: [PHP-WIN] case sensitive

2002-11-21 Thread Scott Carr
Steppin out on a limb here, but I believe PHP just uses the underlying File System calls. If they are case-sensitive then PHP will. If not, then no. -- Scott Carr Documentation Maintainer http://documentation.openoffice.org OpenOffice.org Quoting milisphp <[EMAIL PROTECTED]>: > Hi there, >

[PHP-WIN] Re: Question from a total newb

2002-11-21 Thread boots
"Joe Finlinson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am using a machine running Windows XP pro... I managed to install IIS just > fine. However, it seems that I am having major traumas getting PHP, Apache, If you have IIS installed, then you have t

[PHP-WIN] case sensitive

2002-11-21 Thread milisphp
Hi there, I'm currently developing web sites in both Windows and Linux. The problem is that I always got an error when I'm trying to run websites that were developt on Windows in the Linux machine, the thing is about case sensitivity. Can anyone tell me how to make PHP case sensitive when I'm dev

[PHP-WIN] mysql command problem

2002-11-21 Thread Gareth Thomas
Hi, I have a Mysql command that when run in PHP does not work and yet when executed directly in MySQL works fine. The query is: $query = "UPDATE zone SET current_socket = '' WHERE current_socket LIKE 'R%'"; $result = mysql_query($query); Anyone have any idea why this wont work in PHP? Thanks i

Re: [PHP-WIN] Extensions

2002-11-21 Thread Mic Cartmel
Try this URL for mcrypt: http://dev.deepsource.ch/index.php?Category=1&SubCategory=0 - Original Message - From: "Gary Hayers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 4:59 AM Subject: [PHP-WIN] Extensions > Any idea where I can get the extensions php_

RE: [PHP-WIN] documentation questions

2002-11-21 Thread Mikey
> everything will be running on my desktop, available to the internal LAN > only, therefore the server-side nature of things won't be a problem. IMHO you are using a sledgehammer to crack a nut. If you are running everything on your desktop, why not just write a quick Perl script that will do wha

Re: [PHP-WIN] documentation questions

2002-11-21 Thread Darren Reynolds
- Original Message - From: "Mikey" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 1:39 PM Subject: RE: [PHP-WIN] documentation questions > Which machine? If you meran the client machine then you are looking at the > wrong technology - PHP is server side only. everything will be r

RE: [PHP-WIN] documentation questions

2002-11-21 Thread Mikey
> working on a little project for myself here that had some general > questions > about since am just getting started on the planning phase. the first > function that i'm going to be working on will eventuall take user input in > the form of a directory path on the machine. [snip] Which machine?

php-windows Digest 21 Nov 2002 18:36:03 -0000 Issue 1451

2002-11-21 Thread php-windows-digest-help
php-windows Digest 21 Nov 2002 18:36:03 - Issue 1451 Topics (messages 17055 through 17072): Re: Question from a total newb 17055 by: Joe Finlinson 17056 by: Davy Obdam 17057 by: Dash McElroy 17059 by: Joe Finlinson 17061 by: Dash McElroy 17064

[PHP-WIN] documentation questions

2002-11-21 Thread Darren Reynolds
working on a little project for myself here that had some general questions about since am just getting started on the planning phase. the first function that i'm going to be working on will eventuall take user input in the form of a directory path on the machine. what i need it to do then is rec

[PHP-WIN] Extensions

2002-11-21 Thread Gary Hayers
Any idea where I can get the extensions php_mcal.dll and php_mcrypt.dll from as a windows binary? TIA Regards, Gary -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Question from a total newb

2002-11-21 Thread Dash McElroy
So, if you want to use MySQL, create yourself a database and some tables with the fields you like in phpMyAdmin, then connect PHP to the database. If you download a PHP script that requires MySQL support, you'll likely have to tell it what host, user and password MySQL requires. Depending on the s

Re: [PHP-WIN] Question from a total newb

2002-11-21 Thread Dash McElroy
"You musn't produce sloppy code with no comments, no error checking, no indentation and no proper presentation of results until you're an expert!" Great... So as soon as I started programming in PHP, I became an expert... and now that I'm properly indenting my code and (finally) starting to use co

Re: [PHP-WIN] Question from a total newb

2002-11-21 Thread erythros
??? where did you get PHP 4.3.2 ??? the php website only has 4.2.3 and i could get that to work with Apache 2 "Davy Obdam" <[EMAIL PROTECTED]> wrote in message 01c2912a$a5cf5ec0$960a@hewlett0bg96om">news:01c2912a$a5cf5ec0$960a@hewlett0bg96om... > Hi Joe, > > You only need either Apa

Re: [PHP-WIN] Question from a total newb

2002-11-21 Thread Joe Finlinson
ok... for example because I have no idea how to do this on my own... I found a php calendar, and these were the install instructions: ltwCalendar v1.5 written by Matt Wade - http://codewalkers.com demo of ltwCalendar at http://codewalkers.com/cal/calendar.php I don't care for all that license crap

[PHP-WIN] remote machine data

2002-11-21 Thread Szilard Bokros
Hello, is there a way to retrieve data from remote computers using php? I would like to have an application that retrievs data from remote computers, stores them in a database and displays them on a web interface. I would like to retrieve data from the computers on my LAN like: system configuration

Re: [PHP-WIN] Question from a total newb

2002-11-21 Thread Joe Finlinson
You are all helping me SOOO much! I did manage to download myphpadmin... and by some miracle got through the installation process. It is a pretty slick program although I have no idea what I am looking at. I have learned more in the last 10 hours than I ever thought possible, although I haven't

Re: [PHP-WIN] Question from a total newb

2002-11-21 Thread Cam Dunstan
hey Joe, You ought to try some of those tools for MySQL Dash recommends, there`s some beauties amongst them, especially phpmyadmin. In the meantime, here is a little script, quick and dirty that will let you look at a database and generate some basic queries and forms for you. Just copy and paste

[PHP-WIN] iconv()

2002-11-21 Thread Alexander Kuznetsov
Hello All, How can I use iconv functions under win32? And can I? -- Best regards, Alexander Kuznetsov -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Why run apache and IIS ?

2002-11-21 Thread Neil Smith
At 06:08 21/11/2002 +, you wrote: Subject: Re: [PHP-WIN] Question from a total newb Alright, I'll take the bait. 1. If you've got IIS installed, why are you trying to install Apache? Choose one or the other. Its just possible he wants to run some legacy ASP or COM applications on IIS, usi