Results 1 to 8 of 8

Thread: Looking for a Tutorial on php

  1. #1
    Join Date
    Jan 2005
    Location
    Ohio
    Posts
    2

    Default Looking for a Tutorial on php

    Does anyone know where i could find my self a good tutorial or lesson on php because i am very confused on how to use php so could you all help me out here thanks,
    dblader

  2. #2
    Join Date
    Jan 2005
    Posts
    23

    Default

    ya i also need a tutorial. can some 1 get a good 1?

  3. #3
    Join Date
    Jan 2005
    Posts
    11

    Default

    I used this one: http://www.w3schools.com/php/default.asp

    I found it to be very helpful.

  4. #4
    Join Date
    Jan 2005
    Posts
    5

    Default

    you can get it here
    Code:
    http://www.php.net/manual/en/

  5. #5

    Default

    www.phpfreaks.com also has good tutorials.

  6. #6
    Join Date
    Sep 2005
    Location
    bhubaneswar
    Posts
    58

    Default Re: Looking for a Tutorial on php

    dear friend

    you can learn online php from website www.php.net and www.w3schools.com . visit these websites.


    thanks

  7. #7
    Join Date
    Dec 2004
    Posts
    26

    Default

    The best method I have found is to look at scripts that others have written, and disect them. try www.hotscripts.com

  8. #8
    Join Date
    Aug 2004
    Location
    USA
    Posts
    996

    Default

    looking off of what other people made and edit it to your satisfaction can also be a very good tutorial, even though it takes longer, but you get more experience this way.

    Its how I learned PHP :D I did no tutorials, and making php sites like mad.
    Like steal a Upload script / page like www.cfe-clan.com/updown.php and edit that to your satisfaction, but there are many rules to PHP, need to use echo's and "'s properly and such.
    Definitions should above / before its going to be used.
    Thats a biggy right there.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •