Hi guys,

On my website that I'm creating I would like to add a personal profile. Where each user who is logged in can change their details, upload an profile picture and change their password or username.

Are there any good youtube videos or tutorials that are around to help me with this?

Thanks

Rich

Recommended Answers

All 4 Replies

There are a lot of tutorials out there. I used an "UPDATE" command on my site. For example:

mysqli_query("UPDATE registration SET name='$name', dob='$dob', userid='$userid', sex='$sex', family='$family', describe='$describe', pic='$pic' WHERE name='$name'");
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.