Jump to content

create online avatar icon using php

- - - - -

  • Please log in to reply
1 reply to this topic

#1
lol33d

lol33d

    Programmer

  • Members
  • PipPipPipPip
  • 149 posts
hi guys

i want create a part for online avatar icon in my site

create avatar by user and avatar icon save in db

how to create this?
do you have web site for demo?

do you have source code?

thank you

#2
bbqroast

bbqroast

    Codecall Addict

  • Members
  • PipPipPipPipPipPipPip
  • 554 posts
  • Location:/etc/passwd
I don't recommend storing the data in the DB (on to that later) also are you using MySQL??
Storing the data in the database is a pain and causes issues with migrating databases and backups.
Its rather simple actually you simply upload the image, give it a random name and save it to a directory (out of htdocs) recording the name along with any other data in the database. Then you have a php script that makes itself a image:
 header('Type: image\png'); 
And then grabs the row from the database before finding the right file and displaying it.
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users