If you've programmed in a procedural language like C, Pascal, Python, or Perl, then you're familiar with standard programming constructs like "if" statements, "for" loops, and the like.
C is procedural, which is easier to learn. C++ is object oriented. Java is object oriented. I have not looked at Python so I cannot comment. PHP is object oriented, however most use it for scripting (old school PHP).