How to make php file or php project as a start up BAT file?

7 replies
How to make php file or php project as a start up BAT file or exe for quick process. Please give your suggestions.
#bat #file #make #php #project #start
  • Profile picture of the author rising_sun
    Banned
    Actually it is not possible to explain shortly,
    it is a vast training ,at first question,do you understand php coding?
    if so please go to any local expert or online tutor to make a project.
    {{ DiscussionBoard.errors[6968220].message }}
  • Profile picture of the author JohnnyS
    Originally Posted by eswariseo View Post

    How to make php file or php project as a start up BAT file or exe for quick process. Please give your suggestions.
    actually PHP is made for website development not for local/desktop deployment, i could suggest for you to use VB.Net or any desktop application languages..
    {{ DiscussionBoard.errors[6968570].message }}
  • Profile picture of the author lordspace
    If you really meant your question literrally i.e. start php from a bat file then: yes, it is possible to execute a php script.

    The script either has to do some batch processing and create a report file OR use windows libraries to create windows and menus like a normal Windows program.

    Code:
    @echo off
    
    c:\php\php.exe some_script.php
    OR

    Code:
    @echo off
    
    c:\php\php.exe some_script.php
    You you actually meant php to run a website then you need web hosting.
    Signature

    Are you using WordPress? Have you tried qSandbox yet?

    {{ DiscussionBoard.errors[6972604].message }}
  • Profile picture of the author edbarnes
    Your question is very unclear, Please share more details about your problem . By the way, You cannot run PHP scripts as BAT or EXE, You can only view them on a web browser
    {{ DiscussionBoard.errors[6982031].message }}
    • Profile picture of the author KirkMcD
      Originally Posted by edbarnes View Post

      You can only view them on a web browser
      That would be wrong.

      But anyway...

      Besides trying to make a confusing post for your signature to be shown eswariseo, what are you trying to do? Or was it really just for the signature?
      {{ DiscussionBoard.errors[6983003].message }}
      • Profile picture of the author doyle20
        Originally Posted by KirkMcD View Post

        That would be wrong.
        How else can PHP scripts run ?
        {{ DiscussionBoard.errors[6983753].message }}
  • Profile picture of the author ababuobana
    I don't understand what exactly You are trying to acomplish . Please explain It
    {{ DiscussionBoard.errors[6984397].message }}

Trending Topics