Anyone know what is the best php tutorial website with practical project?

Discussion in 'PHP' started by MD.Sohel Rana, Nov 17, 2013.

  1. #1
    Friends anyone know what is the best php tutorial website. I face problem how can i use php array, variable, with dynamic system. Please if anyone know about this type of website please post. Thanks
     
    MD.Sohel Rana, Nov 17, 2013 IP
  2. goodRiddler

    goodRiddler Greenhorn

    Messages:
    16
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    8
    #2
    If you are looking to do those sorts of things http://php.net is a great source. Has examples and the people that comment offer go into greater detail.
     
    goodRiddler, Nov 17, 2013 IP
  3. rehan.khalid.9235

    rehan.khalid.9235 Active Member

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    85
    #3
    yes , php.net is a really good site. You must use http://stackoverflow.com to find solutions of your problems. A very rich resource of programming issues. I also recommend http://net.tutsplus.com/ as a decent tutorial site.
     
    rehan.khalid.9235, Nov 17, 2013 IP
  4. Triggs

    Triggs Active Member

    Messages:
    84
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #4
    http://www.w3schools.com/php/
    http://www.tizag.com/phpT/

    If you have specific problems try googling or posting here.
     
    Triggs, Nov 17, 2013 IP
  5. kutchbhi

    kutchbhi Active Member

    Messages:
    130
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    70
    #5
    stop with tutorials. they give half assed info. If you are serious about learning php , grab a book and read it. Or if a book is too tiring for you, like its for me. Try lynda.com 's video tutorials (not free , but on the bay) Example: this - just keep in mind that this one is kind of old (still uses mysql_query), but other than that it should be perfect for you.
     
    kutchbhi, Nov 18, 2013 IP
  6. MD.Sohel Rana

    MD.Sohel Rana Member

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #6
    Thanks Guys. I notice w3schools is a great site with practical but I notice there are no full website project. Friends any one know how can i get full view of php tutorial.
     
    MD.Sohel Rana, Nov 18, 2013 IP
  7. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #7
    And... there you go. W3schools is NOT a great site. It's abysmally bad, actually, but hey, for beginners, it probably looks super-awesome. It's not. It uses (still) obsolete code, and doesn't address security risks at all. Their examples are basic, at best, and rarely does what they do implement smart ways to do things, but chose to follow the manual to a t, not always providing good answers.
     
    PoPSiCLe, Nov 18, 2013 IP
    bogi likes this.
  8. sarahk

    sarahk iTamer Staff

    Messages:
    28,814
    Likes Received:
    4,535
    Best Answers:
    123
    Trophy Points:
    665
    #8
    Is this for a school assignment?

    If you just need to create a basic website using dynamic pages, arrays and variables you just need to search out any of the guestbook tutorials which were all the rage in 2000.
     
    sarahk, Nov 19, 2013 IP
  9. holyguy2005

    holyguy2005 Member

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #9
    First learn the basics of PHP. The syntax, functions, etc.
    Then you can go to http://net.tutsplus.com . There are a couple of greate PHP tutorials there. Also, php's official php.net is a must for reference.
     
    holyguy2005, Nov 21, 2013 IP
  10. gigamike

    gigamike Active Member

    Messages:
    165
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #10
    check udemy.com, they have some free php tutorials
     
    gigamike, Nov 29, 2013 IP