I'm trying to code php in notepad++. How do I get the compiler result to show up in the console output window ?
notepad++ console output
Started by ged25, Jan 12 2010 04:12 AM
16 replies to this topic
#1
Posted 12 January 2010 - 04:12 AM
|
|
|
#2
Posted 12 January 2010 - 08:49 AM
You'll need to use something like XAMPP to send the result to your browser.
#3
Posted 12 January 2010 - 11:30 AM
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++.
#4
Posted 12 January 2010 - 11:48 AM
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.
#5
Posted 12 January 2010 - 02:17 PM
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.
If you open up your PHP file in a web browser, it will return any errors to the page itself.
#6
Posted 12 January 2010 - 02:50 PM
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.
#7
Posted 13 January 2010 - 12:20 AM
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.
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.
#8
Posted 01 March 2010 - 11:12 AM
WAMP is a good software.
#9
Posted 08 March 2010 - 08:42 PM
I feel only administrator privileges can install the WAMP .....I used; it works good.
Microsoft: "You've got questions. We've got dancing paperclips
#10
Posted 09 April 2010 - 02:24 AM
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
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
#11
Posted 22 April 2010 - 07:45 AM
To the OP: have you already found how to do it? (and to everybody else, you don't need a web server to run a php script)
#12
Posted 22 April 2010 - 08:07 AM
How is the PHP script supposed to run without a server on which to run it?


Sign In
Create Account


Back to top










