actually i got it to work using this
<IMG SRC="democert1.php/$cert_color">
but what if i want to pass two variables, this doesnt work:
<IMG SRC="democert1.php/$cert_color,$text_color">
and this doesnt work either
<IMG SRC="democert1.php/$cert_color/$text_color">
what is the right code to pass more than one variable, thanks for any help