Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: notepad++ console output

  1. #1
    ged25 is offline Learning Programmer
    Join Date
    Dec 2008
    Posts
    51
    Rep Power
    0

    notepad++ console output

    I'm trying to code php in notepad++. How do I get the compiler result to show up in the console output window ?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: notepad++ console output

    You'll need to use something like XAMPP to send the result to your browser.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    ged25 is offline Learning Programmer
    Join Date
    Dec 2008
    Posts
    51
    Rep Power
    0

    Re: notepad++ console output

    I'm afraid I don't get you. I don't want anything sent to the browser. I just want the results (how many errors etc) shown in the console output window in notepad++.

  5. #4
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: notepad++ console output

    I don't think you can. You'd have to open the file yourself inside of a browser either using xampp like WP said or some other hosting. Then run the file from your browser.

  6. #5
    semprance is offline Programmer
    Join Date
    Jan 2010
    Posts
    126
    Rep Power
    0

    Re: notepad++ console output

    You don't compile PHP, it's interpreted by your webserver.

    If you open up your PHP file in a web browser, it will return any errors to the page itself.

  7. #6
    Join Date
    Nov 2009
    Location
    London
    Posts
    866
    Blog Entries
    3
    Rep Power
    14

    Re: notepad++ console output

    The best way to test PHP is to either use a webhost (internet) or local host (xampp like WP said above). The cheaper way is xampp as it's free and it's very easy to set up, just google xampp to create your own local server.

  8. #7
    ged25 is offline Learning Programmer
    Join Date
    Dec 2008
    Posts
    51
    Rep Power
    0

    Re: notepad++ console output

    I have WAMP installed on my computer. You can run php from command line.
    You can read about it here.
    I have the program on my system and I am able to compile a file using command prompt. I just need the output to be piped to notepad++ console output.
    This, I guess, is a general question. I need it specifically for php but there should be a way to do this in any language. It looks like I'm missing some setting that I should select.

  9. #8
    Sphexa is offline Newbie
    Join Date
    Mar 2010
    Posts
    21
    Rep Power
    0

    Re: notepad++ console output

    WAMP is a good software.

  10. #9
    tossy's Avatar
    tossy is offline Programmer
    Join Date
    Aug 2008
    Posts
    199
    Rep Power
    14

    Re: notepad++ console output

    I feel only administrator privileges can install the WAMP .....I used; it works good.
    Microsoft: "You've got questions. We've got dancing paperclips

  11. #10
    Join Date
    Apr 2010
    Posts
    2
    Rep Power
    0

    Re: notepad++ console output

    Hi,
    You need to use XAMP, WAMP servers to see PHP result. You can also get help from the articles on ArticleWorlddb - Submit Quality Articles

    kate

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Beginner Formatting output on the console via ANSI escape sequences
    By PhillipKessels in forum Tutorials
    Replies: 1
    Last Post: 03-30-2011, 04:44 AM
  2. Manipulate Notepad
    By EdSquareCat in forum Java Help
    Replies: 5
    Last Post: 11-13-2009, 02:25 PM
  3. how to use Notepad++
    By Shanpav in forum C and C++
    Replies: 10
    Last Post: 10-12-2009, 02:37 PM
  4. A Simple Notepad In C#
    By Kierien in forum CSharp Tutorials
    Replies: 26
    Last Post: 07-27-2009, 02:02 PM
  5. Notepad++
    By xXHalfSliceXx in forum C and C++
    Replies: 15
    Last Post: 01-29-2007, 09:17 AM

Tags for this Thread

Bookmarks

Posting Permissions

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