Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 65,989 times

Contents

Related Categories

Using PHP and IIS to Create a Discussion Forum - Testing Our Forum

JayeshJain

Testing Our Forum

It's now time for us to run the PHP files and see the discussion forum in action. Open up your browser and navigate to http://localhost/forum.php. Click on the "Post New Message" link and create a few messages and replies to see how our discussion forum works. Here's the output of the screen on my computer with some test posts in it:

Jayesh Jain is working as a consultant in Auckland, New Zealand. He has several years of n-Tier development experience and is currently working with Visual Basic.NET to develop interactive client solutions. He has a passion for Web development and in the spare time he likes to write articles. Contact him at: jainjayesh74@yahoo.com

Comments

  • Re: [3423] Using PHP and IIS to Create a Discussion Forum

    Posted by CLICSARGENT on 20 Aug 2007

    Hi


    I've gone through the instructions to install PHP and test, create the access database, add the two PHP files and then test the forum.


     


    I can access forum.php fine ...

  • Re: [3423] Using PHP and IIS to Create a Discussion Forum

    Posted by evanc on 08 Mar 2007

    People might want to note that you must have PHP version 4 for this to work, it will not work for version 5.  I think if php.exe is replaced with php-win.exe it might work in version 5.

  • Posted by agent3x3 on 23 Aug 2005

    I check the node.php file and the the above line of code are exactly the same. I still get the same error "Notice: Undefined variable: node in c:\Inetpub\wwwroot\node.php on line 15". The error is i...

  • PHP as a module

    Posted by srisamir on 30 Jun 2005

    If we install the php binary then the PHP will run as binary. But I want to run it as a module. Please help me with necessary infomation.

  • it is alos working with php4isapi.dll

    Posted by mitho7 on 21 Jun 2005

    I added php4isapi.dll for executeable it's working fine but one problem if i try to access my .php file by typing the the actual url (like www.abtcom.com.au/index.php ) it is asking me for user name a...