PHP server side scripting...?

Discussion in 'PHP' started by Jigney, May 30, 2014.

  1. #1
    That's the big question, Is php only server side scripting...?

    Logically answer is YES, because it needs PHP parser, a web server and Browser.
    You need to run server with php installation, so definitely it's server side scripting,

    But word "Command line scripting" force you to think about above question,

    Because, You can make a PHP script to run it without any server or browser. You only need the PHP parser to use it this way.This type of usage is ideal for scripts regularly executed using cron (on *nix or Linux) or Task Scheduler (on Windows)

    One more stroke on your head, You can make an desktop application in PHP.

    PHP is not the best language for the desktop application but if you know php very well than you can write cross-platform applications this way using PHP-GTK. PHP-GTK is an extension to PHP.

    So now i want to know what's the right answer for this question...?
    Anyone...?
     
    Jigney, May 30, 2014 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    The lack of understanding of "server" in this question is baffling...
     
    PoPSiCLe, May 30, 2014 IP
    sarahk likes this.
  3. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #3
    Wat.
     
    nico_swd, May 31, 2014 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #4
    ... and it todays episode of "Don't they have forums for this stuff in your native language?"
     
    deathshadow, Jun 2, 2014 IP
    sarahk likes this.