jscrinc Posted November 29, 2009 Share Posted November 29, 2009 Ok, first off would like to say Hi, this is my first post. Now lets get to business. I Have a small system of sites, well fansites (gaming fansite btw), and now I want to do more with it. At the moment, I have a login system, where all the user can do is register, login and change there password and email. So I was think and there are a few things I want to do, is allow the user to have more interactions. So first off, I want my users to to pimp up the users page. At the moment it looks like this: I want the users to do more and other users to interact. But the mains things I will need help on are: [*]I Would like the user to choose a game, and was wondering if there was a php code out there, which will read if that game is stored in the database, and show a picture or icon for that game?? [*]A Blog-type system, Basically, I want the user to have there own blog type thing, where they would share there stories/gaming experience to the rest of the community This is all I can think of at the moment. Waiting on your help Thankyou JSCRinc Quote Link to comment https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/ Share on other sites More sharing options...
mrMarcus Posted November 29, 2009 Share Posted November 29, 2009 $20 says i can guess your email address absolutely there are ways to do this. you will need to set up a database (mySQL will work) with the appropriate fields. you can check this Dealing with Databases Tutorial, or run some Google searches on "MySQL and PHP". for displaying the results for each game, you will use the SELECT syntax, and a blog will use INSERT, UPDATE and SELECT. this forum is always open for more questions. Quote Link to comment https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/#findComment-967732 Share on other sites More sharing options...
jscrinc Posted November 29, 2009 Author Share Posted November 29, 2009 Ah cheers mrMarcus, and thumbs up to the fast reply. I will look through the tutorials tomorrow, need sleep now lol If I find it confusing, I will have to use google, and come back to the forums, I will keep checking up on it for other solutions as well, and update more on the blog system, after getting a basic one working. Quote Link to comment https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/#findComment-967736 Share on other sites More sharing options...
FaT3oYCG Posted November 29, 2009 Share Posted November 29, 2009 $20 says you are using JPMaster77's login script I could help you if you learn how to do the basic things and then I would help you solve your problems. Quote Link to comment https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/#findComment-967739 Share on other sites More sharing options...
jscrinc Posted November 29, 2009 Author Share Posted November 29, 2009 $20 says you are using JPMaster77's login script I could help you if you learn how to do the basic things and then I would help you solve your problems. Haha how did you guess Errm I getting to understand the whole php_things, its just writing it, I mean I can look at some of it and understand what its trying to do. If you do want to help me, just e-mail us at jscr.inc @ gmail.com if you have gtalk tht would be even better or hotmail Im also on twitter xD just search jscrinc Quote Link to comment https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/#findComment-967743 Share on other sites More sharing options...
FaT3oYCG Posted November 30, 2009 Share Posted November 30, 2009 ill mail u in a min. Quote Link to comment https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/#findComment-967770 Share on other sites More sharing options...
jscrinc Posted December 9, 2009 Author Share Posted December 9, 2009 Ok, so above is an image of what I would like my users blog to look like, first off I want to make my SQL Table. So here's my question: What should My fields be, what should the data type be and how would I link it to the user table? Feild in the Uer table include: Quote Link to comment https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/#findComment-974331 Share on other sites More sharing options...
ohdang888 Posted December 9, 2009 Share Posted December 9, 2009 you'll need to learn this from a tutorial.... http://lmgtfy.com/?q=php+form+handling+tutorial Quote Link to comment https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/#findComment-974357 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.