Sending an Image via Text Message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jtmphp
    New Member
    • Feb 2008
    • 9

    Sending an Image via Text Message

    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.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    For an article and code reg. text to image in PHP see this link HERE

    Ronald

    Comment

    Working...