User Profile

Collapse

Profile Sidebar

Collapse
bigbloke
bigbloke
Last Activity: Jul 14 '07, 06:37 AM
Joined: Jun 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bigbloke
    replied to Best tools for PHP email on windows server
    in PHP
    Thanks for that.

    I have used phpmailer but it was a while ago, I was just wondering if anything better had come along.

    I'll go with it for now.

    Thanks again

    Paul
    See more | Go to post

    Leave a comment:


  • bigbloke
    started a topic Best tools for PHP email on windows server
    in PHP

    Best tools for PHP email on windows server

    Hi

    I want to start sending out notification emails to customers using PHP on a windows server.

    What are the best tools to do this with. I haven't needed this on a windows machine before.

    Thanks

    Paul
    See more | Go to post

  • bigbloke
    replied to PHP stopped working on with IIS
    in PHP
    Well, it gets odder and odder.

    Today I have reset back from CGI to ISAPI and it works just fine.

    There does seem to be something odd and nasty around using 32 bit modules with the 64 bit version of IIS 6. even with the WOW compatibility on and the

    cscript %SYSTEMDRIVE%\i netpub\adminscr ipts\adsutil.vb s SET W3SVC/AppPools/Enable32bitAppO nWin64 1

    command which is supposed to enable 32 bit...
    See more | Go to post

    Leave a comment:


  • bigbloke
    replied to PHP stopped working on with IIS
    in PHP
    Hi

    Yes, PHP is in c:\php.

    I used the installation instructions here...

    http://www.peterguy.com/php/install_IIS6.html

    It's fixed for now (or more accurately worked around).

    I have changed the setup to be CGI rather than ISAPI.

    I'll have to sort this out properly at some time but it's back in action for now.

    Thanks

    Paul...
    See more | Go to post

    Leave a comment:


  • bigbloke
    replied to PHP stopped working on with IIS
    in PHP
    Okay

    Here are the bits from MetaBase.xml containing references to php

    Code:
    ScriptMaps=".asa,C:\WINDOWS\system32\inetsrv\asp.dll,5,GET,HEAD,POST,TRACE
    .asp,C:\WINDOWS\system32\inetsrv\asp.dll,5,GET,HEAD,POST,TRACE
    .cdx,C:\WINDOWS\system32\inetsrv\asp.dll,5,GET,HEAD,POST,TRACE
    .cer,C:\WINDOWS\system32\inetsrv\asp.dll,5,GET,HEAD,POST,TRACE
    .idc,C:\WINDOWS\system32\inetsrv\httpodbc.dll,5,GET,POST
    ...
    See more | Go to post

    Leave a comment:


  • bigbloke
    replied to PHP stopped working on with IIS
    in PHP
    At the moment, nobody else uses it.

    I have now re-installed iis6 and re configured to use PHP ISAPI.

    It is back to exactly what I had before which is when I display a php only page I get...

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
    ...
    See more | Go to post

    Leave a comment:


  • bigbloke
    replied to PHP stopped working on with IIS
    in PHP
    Hi

    Yes went through system, application and security logs. Nothing there that matches the time that this happened.

    Do you think it's worth re-installing php on the server ?

    Thanks

    Paul
    See more | Go to post

    Leave a comment:


  • Hi

    Why not include the array index number for each row of information into your page links as a get. Then as long as your array is saved as a session variable, the get can be processed against the array to extract and process the correct data.

    That way, no confidential data is passed, just an arbitary number pointing to the relevant array field.

    Paul
    See more | Go to post

    Leave a comment:


  • bigbloke
    started a topic PHP stopped working on with IIS
    in PHP

    PHP stopped working on with IIS

    Hi

    I have a server running PHP 5.2.3 Isapi module with 64 bit IIS 6 on a windows 2003 server.

    This has been working fine for several weeks.

    Overnight, it has stopped processing php, it will still display html pages but php pages are just rendered as an html page header and no content, even a simple hello_world script that just shows a couple of thumbnails and then runs phpinfo();. There have not been any...
    See more | Go to post
No activity results to display
Show More
Working...