Need a php script to dynamically generate .jpg /.png images to be used as banners of various sizes.
process:
1. Script will get text and image data from a mysql member data base. Database table will hold member id, text data & image url to .jpg file stored on server.
2. Script will save url of generated .jpg file to a mysql member table.
so system will have a member table with records of dynamic jpg files stored on server. the url of generated files should be accessible from public: …
