I love you Matt <3 and Trinity <3.
At OP: Haha, you think I don't know that missing a ; in the code example is a syntax error.. the post wasn't about the method call mysql_query(), it was about your method of concatenation since you're such the programmer.
We don't claim to know everything. Programming is such a diverse learning experience, that when you know one method of doing something.. there is ALWAYS a better method, and you never stop learning.
The fact is, there is some of us here that know quite a bit more than you. We've been together a while now. We've helped each other learn. We know more than you, that's proven.
If you want to improve, listen to us. We listen to each other when we need to improve.
It takes more than remembering syntax to become a programmer. It takes developmental and problem solving logic to create an efficient algorithm to make something work. Sure you can combine little bits and bombs to "rig" something together.. but until you finally understand HOW something works and WHY something works, you're nothing more than a snip-coder.. not a programmer.
<3 Java.
PHP Code:
package Habbox;
public class BadProgrammingOP {
public static void main(String[] args) {
System.out.println("OP won't listen.");
System.out.println("Cya!");
System.out.println("Love ya matt and trinity <3");
}
}