[PHP-WIN] Re: [PHP-INST] MinGW, building from source -- win32

2002-02-18 Thread Archer Vallesfin
Hello, In my case I tried it and only some codes are able to run, maybe there are some additional libraries needed for the system. In my own idea, ming module for windows is not yet implemented clearly. If anyone has all libraries in order to run ming codes, please let us know. Did somebody al

[PHP-WIN] ISO: PHP module for Apache 2.0.32

2002-02-18 Thread Phillip Fox
Does anybody have a .DLL (or .SO) that they could share? I'm in the process of upgrading to 4.1.1 on a test server and figured I'd try to start the upgrade to Apache2 at the same time. I've got the latest Apache binaries (2.0.32) and have checked both the PHP.net and the PHP4win distributions

[PHP-WIN] For all the people who were asking about words format

2002-02-18 Thread Ross Fleming
Right, for those that were looking to search through word documents, then may i suggest they look at the source for wvWare found http://www.wvware.com/ ? Basically it's an OSS project that turns word docs to HTML files, so I'm sure anyone that was inclined could figure out how they're doing it an

[PHP-WIN] PHP4 Step by Step Installation for Windows running CGI or ASPI

2002-02-18 Thread Andre Amaral
PHP4 Step by Step Installation for Windows running CGI or ASPI http://www.experttek.com/php/installation.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] ISAPI and Includes

2002-02-18 Thread Chris Ogles
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a an IIS 5.0 runing the ISAPI and have a problem getting my includes to work. The situation is the main php page includes page d and e. Pages d and e both have other includes in them. When i go to the pages now i get an include error like

RE: [PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread Scott
Thank you, that would be great. On Mon, 18 Feb 2002 [EMAIL PROTECTED] wrote: > > Okay, give me a few days and I will post a class to control WinAmp with PHP-COM. > A+ > Alain > > > > On Mon, 18 Feb 2002 14:41:34 -0500 (EST), you wrote: > >Alain- > > > >I am interested. I am not sure if the

RE: [PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread alain
Okay, give me a few days and I will post a class to control WinAmp with PHP-COM. A+ Alain On Mon, 18 Feb 2002 14:41:34 -0500 (EST), you wrote: >Alain- > >I am interested. I am not sure if the current route I am going will work >or not. In simple terms, I want a way to control Winamp throug

RE: [PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread alain
Yes, those Linux guys think that they have the answer to everything ;) I have used COM to control Winamp, if anybody is interested. A+ Alain On Mon, 18 Feb 2002 14:43:24 -0500, you wrote: >At 04:56 PM 2/18/2002 +0100, Svensson, B.A.T. (HKG) wrote: > >>Question: What prevents you from implemen

RE: [PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread Mike Flynn
At 04:56 PM 2/18/2002 +0100, Svensson, B.A.T. (HKG) wrote: >Question: What prevents you from implement the system based on a Linux >server just as the other "web stations"? > >If there is nothing that prevents this, why not go for a much secure and >stable network platform like Linux? Is this re

RE: [PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread Scott
On Mon, 18 Feb 2002, Svensson, B.A.T. (HKG) wrote: > Question: What prevents you from implement the system based on a Linux > server just as the other "web stations"? > If there is nothing that prevents this, why not go for a much secure and > stable network platform like Linux? In the end, I gue

RE: [PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread Svensson, B.A.T. (HKG)
From: Scott >I know there are a couple of web stations >using this set-up on Linux, but I am using Windows for this project. > >Any thoughts, drop them my way. Question: What prevents you from implement the system based on a Linux server just as the other "web stations"? If th

[PHP-WIN] Latest obsession (controlling Winamp with PHP)

2002-02-18 Thread Scott
Morning: I have this project I have been running through my head since last July. I want to build a music scheduling and control program. I work for an FM station now and the system we use there is over $250,000 for the basics. The idea is to have either MySQL or MS-SQL hold the song informa

[PHP-WIN] Re: dynamic checkboxes submit..help!

2002-02-18 Thread Nicole Amashta
Always some little bug to slip in I forgot to do a count on the array to get the size: Here is my code corrected: $size = count($ids); for($i=0; $i<$size; $i++) { if ( isset($ids[$i]) ) // do something } "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">ne

php-windows Digest 18 Feb 2002 15:21:55 -0000 Issue 1006

2002-02-18 Thread php-windows-digest-help
php-windows Digest 18 Feb 2002 15:21:55 - Issue 1006 Topics (messages 12120 through 12128): MinGW, building from source -- win32 12120 by: John Moeller Re: mail() on windows - problem 12121 by: Tom dynamic checkboxes submit..help! 12122 by: Sandeep Murphy 1

[PHP-WIN] Re: dynamic checkboxes submit..help!

2002-02-18 Thread Nicole Amashta
OK, name all the related check boxes with the same name and put [] at the end of the name so it looks like an array. Then, in your phpscript, you can access all the values in the area. example: In your HTML page: in your php script, access the ids like so: $ids you can loop through the

RE: [PHP-WIN] dynamic checkboxes submit..help!

2002-02-18 Thread Mike Flynn
I should have been more specific in some of my pseudocode: Update View Priv That is, the '$userid's and the array indexes '[x]' they are followed by are separate in the code. -Mike -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

[PHP-WIN] Call Page

2002-02-18 Thread Mad Nas
Hi all In a page i have to action for change language. ( Arabic and English ) When use click in any of picture, the document must call with old parameters but change a session variable in server ( for example $sActLang ). How can i it? Thanks for help Mad Nas -- PHP Windows Mailing List (http

RE: [PHP-WIN] dynamic checkboxes submit..help!

2002-02-18 Thread Mike Flynn
Ok, well what I would do is have each of the series of checkboxes be in an array for each user, using variable variables. There's probably an easier way to do it, but I'm not sure.. so here's basically what I'd do (in pseudocode): for (each user, their id being $userid) { Update Vi

RE: [PHP-WIN] dynamic checkboxes submit..help!

2002-02-18 Thread Sandeep Murphy
ok... I am creating a tree of checkboxes from the information in the database.. like for everyname in the database I create a series of (3)checkboxes (update, view and priv).. so when I do a submit i need to send all the values for every checkbox clicked for any number of users... My problem i

Re: [PHP-WIN] dynamic checkboxes submit..help!

2002-02-18 Thread Mike Flynn
You have to be a little more clear. What do you mean by "dynamically generated" and "tree"? If the checkboxes are created dynamically, what naming convention are using to give the checkboxes names? Set their value=".." to whatever you want, and use some convention for their names. Then aft

[PHP-WIN] dynamic checkboxes submit..help!

2002-02-18 Thread Sandeep Murphy
Hi, I have a dynamically generated tree of checkboxes which I need to submit to a PHP page for performing a search.. Can anyone pl suggest as to how I can submit the values of all the checkboxes which are checked?? TIA, sands -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Re: mail() on windows - problem

2002-02-18 Thread Tom
hi, try this. put it in your *.php file, where your mail() function is located. i got the same probs. W2K and IIS5 don't work with the smtp [mail function] in php.ini. tom "George Pitcher" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 008201c1b470$41373b00$630db092@HLATITUDE">news:008201