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
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
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
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
-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
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
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
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
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
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
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
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
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 - 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
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
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
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
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
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
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
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,
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
22 matches
Mail list logo