I want to put two ore more images together (in a line) using php. How can I do that?
penders
10:31 pm on Feb 24, 2009 (gmt 0)
Do you actually want to join two or more images together into one long image using PHP (with the GD library)... or do you simply want to position two or more images together in a line (although this is really HTML/CSS)...?