At school we are learning PHP, and are using netbeans for this. I myself have learned how to code before i started this study and used Notepad++ so i am kinda familiar with that. My problem: We use Netbeans in class because it has an console in it and you can execute your code in it so you can use things like fget(STDIN)
I know how to get a console in Notepad++ (the plugin nppExec) but i just can't seem to get my code executed in the console
if i execute some code in my browser like echo hello world it does work if i try to get it in my console because i want to use a user input i get this error that he cant find/get the file
So.. how do i get a console in Notepad++ like one in Netbeans
Later this day i will upload pictures to clarify of what i have tried