Profile good practice

Web Programming255
Theoretically how's this:



Using the profile, in a web site to edit movie information.

---------------------

if profile.currentMovie= NULL then



set profile.currentMovie = look_up_this_guys_latest_movie_in_the_database

(CurrentUser)



end if

---------------------

List on the page all the profile.currentMovie crap


-