PHP errors

Discussion in 'PHP' started by joshgallagher, Mar 9, 2014.

  1. #1
    Hey guys,

    I am kind of new to php but I have been working with html and css for a long time. I have been making a social network site: http://circle.site50.net/ and have made the 3 important pages so far; log in, sign up and home page. When i navigate to the sign up page it doesnt let me sign up ? I have no idea where to start or where to pull code to show you where i think im going wrong ! If anyone could help me out it would be much appreciated. Message me on here for my skype ect if you would look on my web hosting account at the files.

    Thanks !
     
    joshgallagher, Mar 9, 2014 IP
  2. AveUgotaWkdSide

    AveUgotaWkdSide Active Member

    Messages:
    242
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #2
    When I was learning PHP I used tutorials from a guy called Adam on YouTube. He has done a whole series on building a social networking site, so might be worth following his series of tutorials
     
    AveUgotaWkdSide, Mar 9, 2014 IP
  3. joshgallagher

    joshgallagher Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Hey, I did use his tuts but I did something different e.g. added more fields and now I'm stuck.
     
    joshgallagher, Mar 9, 2014 IP
  4. mogosselin

    mogosselin Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    If you need help on current code, try to break it down a bit. Ask a question about one single part of a function for example. This way, it'll be easier to help you. ;)

    Now, you're starting with a social network? It's a big project... It's a little bit like saying: I started to run yesterday so I want to run a marathon tomorrow...

    I don't say that it's impossible, but you it would be really easier to start with smaller projects.
    If you don't care about my warning and continue anyway, try to code piece by piece. Imagine each feature as a separate application. One to login. Another one to add a message. It will be easier for you to focus on small parts of an application instead of everything at the same time ;)
     
    mogosselin, Mar 9, 2014 IP