Forum Moderators: coopster
I'm new to php and GD, but I'm thinking that what I should do is
1. call the two images (main and footer)
2. take the dimensions of main
3. make a new image with the newimage_y = main_y+footer_y+3 (for a little space)
4. imagecopy the main into newimage at 0,0
5. imagecopy the footer into newimage at main_y+3
Where should I do some resizing? Does this make any sense?