Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 378
0 Users 4 Guests Online
Forum Index » PHP + MySQL » [REG] Profile picture
Posted on Friday 25th April 2008 at 10:01 PM
jambomb
templates/default/images/noavatar.png's Avatar
Junior Member
Hey!,

Is there a way i can upload a picture to use for a profile picture ? im using the user system!

thanks alot!
Posted on Friday 25th April 2008 at 10:41 PM
jambomb
templates/default/images/noavatar.png's Avatar
Junior Member
aww i put reg insteadof req haha :)
Posted on Friday 25th April 2008 at 10:54 PM
ShadowMage
templates/default/images/noavatar.png's Avatar
Senior Member
For the usersystem look at the Forum addon and it has the SQL and avatar upload file. x]
Posted on Friday 25th April 2008 at 10:57 PM
jambomb
templates/default/images/noavatar.png's Avatar
Junior Member
thanks alot!! :D
Posted on Friday 25th April 2008 at 11:05 PM
jambomb
templates/default/images/noavatar.png's Avatar
Junior Member
ok i got all of it now like the php files and what can i do with the avatar.php ? i want it so when they click edit profile they can upload a picture to display on there profile, Do you understand ?

thanks alot!

Jambomb
Posted on Friday 25th April 2008 at 11:10 PM
ShadowMage
templates/default/images/noavatar.png's Avatar
Senior Member
The user would have to go to avatar.php then upload from there. You might be able to edit the editprofile.php so they can upload from there but i prefer two separate files.
Posted on Friday 25th April 2008 at 11:15 PM
jambomb
templates/default/images/noavatar.png's Avatar
Junior Member
When i try go to avatar.php its just a blank page :/
Posted on Saturday 26th April 2008 at 12:14 AM
ShadowMage
templates/default/images/noavatar.png's Avatar
Senior Member
is config.php included at top along with session_start(); ?
Posted on Saturday 26th April 2008 at 12:39 AM
jambomb
templates/default/images/noavatar.png's Avatar
Junior Member
ive added this on start of it <?php session_start();
include ("config.php");


then the code . but still blank :(
Posted on Saturday 26th April 2008 at 01:43 AM
ShadowMage
templates/default/images/noavatar.png's Avatar
Senior Member
Mind if i take a look?