Topic: I need help customizing the script )x (Read 1385 times)
OMG!I am geek
Gender:
Posts: 55
366 credits Members referred : 0
my day will come..
« on: Oct 28, 2006, 11:31:31 PM »
Hey Olaf! I hope you're doing great man. I'm trying to customize this Access User Class but I don't get quite right what I have to do. Let me give you an overview of what I'm trying to do.. my idea is to make an script (possibly in only one file) that allows an administrator to update users profile. (No password protection needed for now)
So I was thinking about removing line 6 on update_user_profile.php: $update_profile->access_page($_SERVER['PHP_SELF'], $_SERVER['QUERY_STRING']); // protect this page too.
But how can I call an specific user data to edit? ¿perhaps ($_REQUEST['$user_name'])?.. Another way could be to modify admin_user.php to show full profile.
I hope you can help me man.. I know it'll be a piece of cake for you. Greetings man!
« Last Edit: Oct 28, 2006, 11:35:34 PM by eliezer »
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6440
39464 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Oct 28, 2006, 11:37:17 PM »
Quote
I hope you can help me man.. I know it'll be a piece of cake for you.
right its not so difficult, but you have to change a lot of code (because of some protection)
I can't write the whole script for you if you start with by yourself I will help you...(with the problems)
OMG!I am geek
Gender:
Posts: 55
366 credits Members referred : 0
my day will come..
« Reply #2 on: Oct 28, 2006, 11:43:51 PM »
Sure, I will start the code man and thanks a lot for helping out. This is a real community. Uhmm.. so, I will work all day on this script and I'll post here my doubts and everything as clear as possible. Once again, thanks a lot for offering your help, you know, anything I can help you with I'm here. I can translate your scripts to spanish or something to pay back the help. Peace!
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6440
39464 credits Members referred : 374
Sure, I will start the code man and thanks a lot for helping out. This is a real community. Uhmm.. so, I will work all day on this script and I'll post here my doubts and everything as clear as possible. Once again, thanks a lot for offering your help, you know, anything I can help you with I'm here. I can translate your scripts to spanish or something to pay back the help. Peace!
OMG!I am geek
Gender:
Posts: 55
366 credits Members referred : 0
my day will come..
« Reply #4 on: Oct 29, 2006, 02:43:00 AM »
I think I will start this script I'm telling you from zero. I want to have a Search button that shows me data from a Specific User ID. Users will have tons of data stored. It's for a medical laboratory.
First of all I'm trying to bring results from an specific search but it's not working.