Page 1 of 1

Php logged in user adding image?

Posted: Wed Feb 27, 2008 4:25 pm
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?

Re: Php logged in user adding image?

Posted: Wed Feb 27, 2008 9:11 pm
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()