[PHP-WIN] php 4.40 and win 2003 IIS 6

2005-08-06 Thread blulagoon
If anyone is interested, there are excellent instructions on how to install php 4.40 on win 2003 IIS 6 at http://www.searchsimon.com/ Easy to follow and worked well for me. Blu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Windows 2003 server and IIS 6

2005-07-19 Thread blulagoon
I posted this on the Install newsgroup but got no response, so thought I would try here as many Windows experts read this group. Does anyone have experience of installing either PHP 4.4 or PHP 5 in this environment. I am quite experienced in writing PHP applications running under IIS 5, MS SQL on

[PHP-WIN] PHP 4 and DLLs

2005-06-14 Thread blulagoon
Most of what we do involves Microsoft SQL and ASP, with various dll written in VB acting as the glue between the two. For various reasons we are doing some work in PHP, which links extremely well with MS SQL in our environment, and a colleague of mine wants to re-use some of the dll he has written.

Re: [PHP-WIN] PHP cgi

2005-01-04 Thread blulagoon
CGI file processors. > # Format: Action media/type /cgi-script/location > # Format: Action handler-name /cgi-script/location > # > Action application/x-httpd-php /php/php.exe > > > blulagoon wrote: > > >I've looked in the apache error.log file, but there are no

Re: [PHP-WIN] PHP cgi

2005-01-03 Thread blulagoon
> better. > Go to www.apache.org and subscribe it. > Meanwhile, do you have an error log to look at ? > What does it say ? > > Luis > > blulagoon wrote: > > >Thanks Dean. I've commented out the lines that say: > > > >Action application/x-httpd-php

Re: [PHP-WIN] Re: a function question

2005-01-03 Thread blulagoon
I've not read the whole thread, but might I suggest you might want to use PHP to get the information from a MySQL database and use that data to populate your Flash interface. If you use an action script construct like loadVars or loadVariables it is not too difficult to pass parameters from Flash

Re: [PHP-WIN] PHP cgi

2005-01-03 Thread blulagoon
Thanks Dean. I've commented out the lines that say: Action application/x-httpd-php /php/php.exe ScriptAlias /php/ "C:/php/" which I think are involved with cgi, but I don't know enough about the configuration files to know what else it uses, but with those lines '#' out, the two new lines added

Re: [PHP-WIN] PHP cgi

2005-01-03 Thread blulagoon
> > Dean "The Insane Guy" Hayes > > <-- I design and i redesign but still i never designed true beauty like you > --> > > ~~~ Call me Insane call me Crazy but there is one thing i know i am That is > someone that shall reach peoples hearts with words ~

[PHP-WIN] PHP cgi

2005-01-03 Thread blulagoon
I'm looking at an open source content management system which is PHP based, but I'm having problems installing it. It has been suggested, that the problem is solved by "switching PHP from the cgi mode to Apache2 module" but I have no idea how to do this or what the ramifications might be for all th

Re: [PHP-WIN] Can you use file() and rtrim() together

2002-05-07 Thread blulagoon
A big thank you to Stuart who contributed . $myArray = @file('text_file'); foreach ($myArray as $key=>$val) { $myArray[$key] = rtrim($val, "\n"); } I can now go and play with my asfunction:myfunction param1|param2 which is what was being screwed by the line feeds. Blu. -- PHP Window

[PHP-WIN] Re: stuck between operating systems & web servers ! ! ! !

2002-05-07 Thread blulagoon
I don't think you should have to change any of the php or html. Frontpage extensions, asp etc. could be a problem. Blu. Toby z wrote: > ok ... im lost .. > > i've been working on my site i've xp & iis 5 & > php 4.1.2 > now the server that im going to launch my site on is > unix based .

Re: [PHP-WIN] Can you use file() and rtrim() together

2002-05-07 Thread blulagoon
uot;) or simply no char specified. By default PHP will strip all > whitespaces, tabs and end of line/NULL bytes when you use rtrim without a > second parameter. You might want to give it a try. > > Hope this helps, > > Olivier Hubert > > At 13:23 2002-05-06 +0100, blulagoon wro

[PHP-WIN] Can you use file() and rtrim() together

2002-05-06 Thread blulagoon
I don't know if this is the right way to go about what I'm trying to do. In a nutshell, I want to open a simple text file and load the file into an array with each line represented by one element in the array. Now $myArray = @file("my_text_file"); achieves 90% of what I want, but I need to strip

[PHP-WIN] Newbie config probs with php + apache under Win ME

2002-03-30 Thread blulagoon
I set up Apache for Win32 many months ago, and it works extremely well delivering not only HTML pages but Java Applets and Javascript. I am fairly confident that it is working OK. Its version 1.3.12 I've downloaded and installed the zip file version of PHP into D:\php4\ Apache is D:\program files

[PHP-WIN] retry

2002-03-30 Thread blulagoon
I tried to send a message to this group, but it never appeared. It was quite long, so forgive me if I make sure I can post before sending again. Blu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php