johnthedeveloper Posted March 31, 2009 Share Posted March 31, 2009 Hey Everyone, I'm pretty new here and a "learn as I go" developer. I'm currently working on a website that is for an alumni group. I have a form that takes down a lot of information and some of that information is displayed on a table such as name, email, etc. What I am trying to do now is make a "profile.php" page that will allow me to make one page that will then be used to display a specific member's more detailed information much like "profile.php?id=2" like I've seen. Is there a script or a simple way to make one profile page with PHP code on it that pulls the information based on the ID #? If this has been discussed before, I do apologize and would love it if you could show me where. Thanks, John Quote Link to comment https://forums.phpfreaks.com/topic/151985-creating-a-profilephp-page/ Share on other sites More sharing options...
premiso Posted March 31, 2009 Share Posted March 31, 2009 It has been discussed...as such you can find them by searching "profile" in the PHP Help forums. I will not do that for you. A quick google search yielded this: http://www.astahost.com/info.php/how-create-user-profile-page_t18716.html Quote Link to comment https://forums.phpfreaks.com/topic/151985-creating-a-profilephp-page/#findComment-798160 Share on other sites More sharing options...
johnthedeveloper Posted March 31, 2009 Author Share Posted March 31, 2009 I have done a few "quick google searches" and didn't see that. Thanks a lot, I think it's getting closer to what I'm looking for. I was trying to do it without a registration system in place, but I should be able to modify it. Appreciate the help. Quote Link to comment https://forums.phpfreaks.com/topic/151985-creating-a-profilephp-page/#findComment-798161 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.