Jump to content

Recommended Posts

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:

users_page.png

 

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

Link to comment
https://forums.phpfreaks.com/topic/183345-a-little-project-i-need-help-with/
Share on other sites

$20 says i can guess your email address :P

 

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.

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.

 

$20 says you are using JPMaster77's login script :P

 

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  :P

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

  • 2 weeks later...

blog.jpg

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:

sql.jpg

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.