DarrenReeder Posted November 26, 2009 Share Posted November 26, 2009 Hello, I would like to make pages for accounts on my website im making (its not a real website..im just making a website of accounts and stuff so i can learn PHP/mysql as i go along) I would like to make it so you can make web pages for accounts on the database (At the moment i have on the database table....ID,username,password,email fields....) So, if anyone can help me out on what i need to research about to do this, that would be great help! Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/ Share on other sites More sharing options...
DarrenReeder Posted November 27, 2009 Author Share Posted November 27, 2009 Bump Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/#findComment-966500 Share on other sites More sharing options...
PFMaBiSmAd Posted November 27, 2009 Share Posted November 27, 2009 Rather than just bumping a thread that did not receive any replies, why not take the time to provide additional information, clarification, and an example of what you mean. Probably why no one replied is because no one knows exactly what you are asking. Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/#findComment-966507 Share on other sites More sharing options...
DarrenReeder Posted November 27, 2009 Author Share Posted November 27, 2009 Rather than just bumping a thread that did not receive any replies, why not take the time to provide additional information, clarification, and an example of what you mean. Probably why no one replied is because no one knows exactly what you are asking. hmm ye, lol.. well basicly i got a site (90.202.46.190) and u can see wat it is from that..its not a site im making for anything , im just messing around with it so i can learn PHP mysql then when im ready ill make a real site for somthing.. lol Basicly i want to make it so you can have a personal page..sort of like youtube, were u have ur own profile page that u can edit info on.. At the moment i just want to make it so u actually have that physical page with jus maybe text saying the user's info then i can build on that Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/#findComment-966510 Share on other sites More sharing options...
plznty Posted November 27, 2009 Share Posted November 27, 2009 You could use like domain.com/page.php?page=[uSER] or like domain.com/users/[uSER]/ What one are you thinking about using? Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/#findComment-966616 Share on other sites More sharing options...
DarrenReeder Posted November 27, 2009 Author Share Posted November 27, 2009 You could use like domain.com/page.php?page=[uSER] or like domain.com/users/[uSER]/ What one are you thinking about using? i think its the first one i need.... what do i need to research and learn to be able to create that first one? Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/#findComment-966639 Share on other sites More sharing options...
plznty Posted November 28, 2009 Share Posted November 28, 2009 You would need to use $_GET. Look on tutorials online.. Easy to find. http://lmgtfy.com/?q=tizag+php+postget&l=1 Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/#findComment-966722 Share on other sites More sharing options...
DarrenReeder Posted November 28, 2009 Author Share Posted November 28, 2009 You would need to use $_GET. Look on tutorials online.. Easy to find. http://lmgtfy.com/?q=tizag+php+postget&l=1 Ok, ive taken at look at GET and i understand all that...so using this do i just make it so i get a query from my table and so, if the $_GET[username] is the username of a record in the field...i display the info from that record's?? thats what im going to be trying to do untill i get a reply (plz reply though so i know if im doing it correct or wasteing my time) Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/#findComment-966949 Share on other sites More sharing options...
plznty Posted November 28, 2009 Share Posted November 28, 2009 You would need to make it so you gather the user and then run it along the SQL column [users] and then get the specified row data. Its hard to explain, its easier to fix if you were to post code. Quote Link to comment https://forums.phpfreaks.com/topic/183040-making-web-pages-for-accounts/#findComment-967073 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.