I've done all that, not that I'm finished, but I know what variables and arrays, and operators, reserved words, functions, strings, regular expressions are, at least the general concept of them at minimum.
I've been studying PERL, Javascript, PHP, MySQL in an overall way. But PHP is becoming the one I want to focus on seriously.
Now maybe someone could define just one little thing I think it would help...
(I know what fpassthru does and have made it work but this is a good example)
in the description...
int fpassthru(int fp);
Can you describe what the "int" is referring to as well as the fp?
(I'm guessing the int refers to a variable)
Anyway Thanks!