I have a site written in PHP and a MySql database. I allow my users to enter in information which includes (uploading an image) and I create a row for each user. I display their row information in the web browser in a table type format. I want to include an option to send their information via a text message to their cell phones if they so choose.
In doing this I want to capture all their info that is displayed on the screen and save it as image that is sent to their cell via text.
How would I accomplish this ? Can all the information be saved as an image ? Do I need to know/write WML to send an image via text so it displays nicely in the mobile environment?
Any help and/or advice is appreciated.
In doing this I want to capture all their info that is displayed on the screen and save it as image that is sent to their cell via text.
How would I accomplish this ? Can all the information be saved as an image ? Do I need to know/write WML to send an image via text so it displays nicely in the mobile environment?
Any help and/or advice is appreciated.
Comment