Forum Moderators: coopster
My code looks something like
if ($brand=='blah'){
$manulogo="blah.gif";
$path="images_products/blah/$tab_select"; }
and so forth..i named the function manu(); and then call it, where the $brand is from the users choice of type of product, $path is where the image is located on the local server, $manulogo is either supposed to be called inside the image in the HTML or printed in the function, and $tab_select sets what database the records are pulling from (which is also the same name of the image folders).
in the end, it ends up printing the alt text i defined for both the logo at the top of the page and the images on the side of the page. i'm hoping to just printf or echo something inside the function, but obviously it's not even picking up what i'm trying to tell it (a list of if functions...)
If you guys need more clarifcation I can provide it, and hopefully i'm communicating well enough for anyone besides me to understand lol.