Results 1 to 6 of 6

Thread: General PHP Question {Question Answered}

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Resolved General PHP Question {Question Answered}

    Almost everytime I've seen PHP mentioned, it has been in conjunction with Linux. Can PHP be used in a web page that runs on any kind of server OS and accessed via any kind of client browser?
    Last edited by Hack; Jun 23rd, 2005 at 10:00 AM.

  2. #2
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: General PHP Question

    most common people run php with apache (not sure if it will even work with anything else)

    it will work with any webbrowser (unless the php file is programmed to not allow anything other than Fx or IE, or whatever), you can even achieve the page though telnet.
    Last edited by ALL; Jun 23rd, 2005 at 09:07 AM.
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  3. #3

    Thread Starter
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: General PHP Question

    Quote Originally Posted by ALL
    most common people run php with apache (not sure if it will even work with anything else.)
    Ok, and Apache is an HTTP web server.

    You said 'most...', so may I infer that PHP can be used on/in/with other web server platforms?

  4. #4
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: General PHP Question

    well apache is generally used as a service, it can be run on windows, linux, and (i think) Mac. php (if system is setup properly) can be ran by any aplication, and could retrieve the output. microsoft's web client ISS (or somthing like that) can be modded to support php (i think).

    all you have to do is tell (microsoft's web client) to run this file (php.exe) when it is aked to run a file with a .php or .php3 extension.

    does that help?
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  5. #5
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: General PHP Question

    PHP is a multi platform scripting language. It runs on Windows, Mac, UNIX, Linux and FreeBSD. PHP can be built as a module for many different web servers including Apache an IIS, but if a module for your web server is not available you can run it as a CGI program (there are very few web servers that do not support CGI).

    As for the client - as the script are executed by the server, the client only needs a web browser. The OS which PHP runs on is irrelevant and the OS that the client is using is also irrelevant.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  6. #6

    Thread Starter
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: General PHP Question {Question Answered}

    Thank you both. I believe that is what I needed to find out!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width