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
1 reply to this topic
#1
Posted 25 August 2011 - 11:46 PM
|
|
|
#2
Posted 28 August 2011 - 10:31 PM
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:
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


Sign In
Create Account


Back to top









