l8nite / se-133-assertfalse

133 Software Project
0 stars 0 forks source link

View Own Profile - Server Script #8

Open Deegrin opened 11 years ago

Deegrin commented 11 years ago

Details

Need a server-side PHP script that loads the user's profile data. Integrate with profile.htm.

Input

Session token.

Output

TBD

vor89 commented 11 years ago

Shouldn't the class that has methods to set the data have methods to obtain the data?

Deegrin commented 11 years ago

Of course, that can always be programmed in and it should be. I sort of messed up in the beginning by having a bunch of set functions in createaccount.php - that'll be refactored later I suppose.