2 variables together
Posted: Sat Jan 22, 2005 11:15 pm
I'm trying to make one variable integrate into another, sorta. Well, Ok.
something like this:
com is supposed to be a text string added on after $img is shown. The final output if $imgcomm were echoed should be something like this:
image.jpgcom << image.jpg = $img, by the way:-).
Brian
something like this:
Code: Select all
$img + com = $imgcomm;image.jpgcom << image.jpg = $img, by the way:-).
Brian