Jump to content
xisto Community
alex198555

User Profile? ?

Recommended Posts

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?!

Share this post


Link to post
Share on other sites

Hi!@alexCould 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

Share this post


Link to post
Share on other sites

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?!

Share this post


Link to post
Share on other sites

You would need...1. backend php script - which validates usernames/checks availability by doing database queries to MySQL2. frontend page - registration page like you're looking for3. frontend javascript - handlers for the forms on your page that call the backend and process the results to give the user a messageWhich 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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.