haha no problem man...hey but i really need some help with this Compiler stuff..it doesn't want to read the program i put in
You don't need compilers for any common web development language, you need them for programming languages like C, C++ and C#. If there's compile errors, you need to include the right headers (e.g. libraries with functions), and you may have to fix the code too.
So you need to understand to code too, before you just compile it. If you don't understand the code you're trying to compile, or the purpose of it, the output could be anything. Be smart
