is getting the var "user_email" and puts it vallue in the form.
In a previous acces_user_class it was possible to call the user profile from the profile tabel only by setting up this:
Code:
$update_profile->user = $_GET['get_user'];
now its not possible anymore.
What do I have to do instead of this to call an other user profile with the ext_user_profile class?
I hope you can give me a hand before I'm going mad ... tom
« Last Edit: May 08, 2007, 02:38:58 AM by tomz »
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6440
39464 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: May 08, 2007, 09:05:09 AM »
look like you need learn a little bit more about classes, objects, methods etc, check the manual for the basic knowledge first (I can't see whats you problem)
OMG!I am geek
Posts: 57
394 credits Members referred : 0
« Reply #4 on: May 08, 2007, 03:21:41 PM »
two qustions to this method 1. can I use the var $new_id in sprint? It seems not working. 2. How do I get for example the language? To call it like the followin does not work. Whats wrong?
Quote
$update_profile = new Users_profile_new; echo "profile city: ".$update_profile->get_profile_data('language');