Nov 26, 2009

User Profile?

free web hosting
Open Discussion > MODERATED AREA > Computers > Programming Languages > PHP Programming

User Profile?

alex198555
Hi, I need some help from your side. I just want to create a user profile page which has to be based on PHP programming language as well as AJAX. I am waiting for your replies and advices. I just can't find the good tutorial to follow. Please, help me if you can?!

Comment/Reply (w/o sign-up)

k_nitin_r
Hi!

@alex

Could you be a bit more specific about what you want to use AJAX on the profile page for? Do you want something like FaceBook/Twitter such that you can post status updates without having to refresh the profile page? Or perhaps edit your profile information in a similar fashion? If you can post a link to the profile page that you've built or maybe even post a screenshot, we'll know what you're trying to accomplish.

Regards,
Nitin Reddy

Comment/Reply (w/o sign-up)

alex198555
Specifically, I would like to create registration page using PHP and AJAX first which has to include like checking if the user name is taken or not, or the email is valid or not.... Simply, the functions that check something for credibility or validity?!

Comment/Reply (w/o sign-up)

Unparallelogram
You would need...
1. backend php script - which validates usernames/checks availability by doing database queries to MySQL
2. frontend page - registration page like you're looking for
3. frontend javascript - handlers for the forms on your page that call the backend and process the results to give the user a message

Which part/s do you know/need to learn in particular? We could probably be more helpful if we knew which parts of the process you wanted to learn more about.

Also, you may be better off using a prebuilt library on both the php and the javascript end, as commonly used things such as AJAX requests are commonly provided by libraries already. This saves you the hassle of dealing with the browsers and such.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords :

  1. Php Counting Row By Specific User And Limit!
    (6)
  2. Unexpected T_string In User.php [resolved]
    (5)
    Ok so i'm working on a site for my chruch, and i seem to be having a little bit of trouble with
    the user.php file i keep getting the following error: CODE Parse error: syntax error,
    unexpected T_STRING in /home/darkzone/public_html/test/user.php on line 195 and i was wondering
    if some one could help me with the script. session_start(); ob_start(); //Include the
    configurations include('config.php'); //Define a few variables $x = $_GET ; $u = $_GET
    ; class register { function displayform($title) { echo(' '.$title.' Use....
  3. Php Ftp Upload Form
    Adding User Directory to PHP Upload Form - Help (2)
    Alright I am trying to have a PHP FTP Upload Form that allows the user to create the directory
    folder for where they want to upload there files to. example: Main Directory: vainsoft.com There
    directory: vainsoft.com/modeling or vainsoft.com/photography But I dont want them to be able to
    upload things into the main directory, only sub-directories, is that possible with this coding that
    I have: CODE //uses $_FILES global array //see manual for older PHP version info //This
    function will be used to get the extension from the filename function get_extension($file,$....
  4. Xbox Gamertag Profile On Site
    (2)
    Alright, first off, sorry about the title, can't exactly explain it well. Basically, I want to
    have it so; 1. My users sign up on my website (easy enough, don't need help with) Now, this
    part might get confusing, but I need major help, as I see no way of doing it, yet I would love for
    it to happen. When they post on my website (comment), (this part I don't need help with), I
    wish for their gamer profile to show up under their name, so It'll say; Nate posted on (date):
    (gamer profile here) blah blah blah the trouble is, I have no idea how to get the ....
  5. [mysql]get Id Of Loged In User?
    (7)
    how to get the id number of the loged in user? my db is id. username. password. i have tryed a
    few things.. but i never seem to get it right /ohmy.gif" style="vertical-align:middle" emoid=":o"
    border="0" alt="ohmy.gif" />....
  6. Compare 2 List Of User Ids From Different Tables
    (1)
    Hi all. I am trying to make a list out of 2 list. The first list is a complete list of users id
    from users table (List A) The Second list is of users id from another table (List /cool.gif"
    style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /> I want to subtrack the user
    ids in List B from List A and make List C. Thanks in advance for any help /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Update: I looked up a old
    sql book i had and found some query examples. I tried the EXCEPT statement in mysql but it dont wor....
  7. Multiple Drop Down Lists ?
    Multiple drop down lists to take user to new page (4)
    Hi everyone I was wondering if anyone could help. I want to create a page with multiple drop down
    lists and depending what the user selects decides the page they will be taken to. Sorry i havent
    explained this too well. Here is an example of what i want (link below) the user is also emailed a
    copy http://www.dermalogica.com/SpeedMappingOnl...US®ion=B I have searched the web and come
    close but nothing does it right I would be extremely greatful if anyone could help! Thanks ....
  8. Directing To A User To Specific Page First Time Only
    (3)
    I make a signup page. I want that when someone signups and login for first time..then he is directed
    to the page X automatically. but after that it is redirected to Page Y always... Its pretty simple
    thing to do but im not understanding how i can make the script to identify that a person has logged
    in for first time ... anyhelp would be so welcome. Thanks.....
  9. Script That Tracks The User Status
    how can I track on or offline users? (4)
    long explaination: hey, I'm building a user profile site right now. And, I kinda know how to
    make a online/offline detector, but not totally sure. I know I can make a mysql database to track
    them, but how does it entrer the information? I could easily put in a field where when they login it
    sets them to online, but if they don't sign out, and just exit the browser, how can I tell.
    short: I want someone to tell me how to make a online/offline status detector, like they have here
    on trap17. I'd be thrilled if you can post to this, thanks, arcticsnpr....
  10. Password Strength / User Availablity Scripts ?
    (2)
    many of u guys would already have noticed that now a days , on most of the websites , when some one
    sign in...as he puts his desired username in the textbox , the page shows that it is not available
    or it is available...without pushing any button etc.. and the second thing , when some one writes
    the password , on the same screen , it shows that password is weak or password is strong... i think
    it is done with php ... can some one give me a link to any page where i can access these scripts ?
    or some one can help me regarding this ?? Thanks for helping always.....
  11. Cleaning User Input With Regex
    (1)
    As anyone who works with user input knows, not everyone who submits information makes it look
    proper. One one of my web forms, I parse all the needed fields that I wish to be title cased; their
    name, address, city, etc. I use this to perform this action, which works nicely: PHP Code: CODE
    $string = ucwords(strtolower($string)); This fixes the input if the user types in all caps
    or all lowercase. There is a problem I have been noticing about those who enter a generation after
    their name, such as "Bill Warner III". The above function changes it to "Bill Warn....
  12. User Login System With Setcookies
    (13)
    a friend of mine is quite good at php and told me not to use sessions and to use setcookie im not
    sure how to use setcookie to make a user authentication system and was wondering if anyone here know
    a tutorial on how to do it....
  13. Create A Windows User Account
    (1)
    hi, i am making an online registration scheme for my website for some webspace. i have got every
    thing sorted out exsept for one thing. to acces the ftp service and upload files to there user space
    i need to create a user account on the server for that user. is there a way to create a user account
    on a windows operating system with php 5 installed. thanks, kvarnerexpress ....
  14. Php Login Script
    Removing the login field once the user logs in (18)
    Hey everyone. I have a login script that i know works. My question is that on my main page, it have
    a form to allow the user to log in. What i want it to do is that once the user logs in, the form
    disappears and the users data (aka username) is displayed where the form was. At the moment i cant
    get it to work. Below is my code. CODE      if ($logged_in == 1)    {  ?>          
    }//if     else     {  ?>     " method="post">         Username:            
    Password:                     }//else ?> What happens....
  15. User Log-in
    PHP question (2)
    Hello all, I am a PHP n00b. I have read the Login page post, which is over my head. I was hoping
    someone could explain a concept to me more in layman's terms. This is what I hope to do - I want
    to go to my url (www.xyzblah.com) and have it automatically prompt for either a username and
    password, or just a password. After the correct credentials are supplied, go to the regular
    index.html. Any help you could give me is appreciated. Thanks.....

    1. Looking for User, Profile?

Searching Video's for User, Profile?
See Also,
advertisement


User Profile?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com