Hey, I just got the oscommerce set up and I'm in the midst of reading a large 800 page book about PHP MySQL... but I like to mess around and learn from trial/error... so if anyone can simple explain what the below means, it would help get me started:
echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '204', '50');
I understand echo, but what is tep_image? What is DIR_WS_IMAGE? I know that the period '.' is linking my code together, an dthat the numbers are the size of the pic, but need help knowing the other stuff.
Thanks