Php logged in user adding image?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Mr Bloggy
Forum Newbie
Posts: 2
Joined: Wed Feb 27, 2008 4:21 pm

Php logged in user adding image?

Post by Mr Bloggy »

Hi,
I have just started looking into PHP and Mysql.
I have put together a login script from and tutorial / downloaded script.
This is all working.
What I want to know how to do is:
have a user select a picture from a choice of 3+ from a selection page.
Then this picture will appear on their page when they have logged in.
Any ideas?
Is it hard or easy?
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: Php logged in user adding image?

Post by Ambush Commander »

Reasonably doable, but there are a lot of parts that need to work together to make this work. I'd suggest first getting the pictures to display on the login page. Also, make sure you're using mysql_real_escape_string()
Post Reply