Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 11 of 11
  1. #1
    DNF Addict
    KING's Avatar
    Join Date
    Sep 2004
    Location
    Canada
    Posts
    1,971
    Country

    Canada
    DNF$
    641
    Bank
    0
    Total DNF$
    641
    Donate  

    Learning PHP & SQL where to start?

    Hey all I am trying to lear something new, I know HTML with my eyes closed.. Now I would like to expand to PHP and SQL but have no idea where to start..
    I both PHP & MySQL for Dummies book its ok but not exacly for me, any suggestions what to do if you are VERY VERY NEW AT THIS?

    Thanks for help!
    For sale: 4 letter .net parked on NameDrive making 60-90$ a month.. I have just over 2 months worth of stats. Looking to sell will consider offers over 1200$ Traffic: DIRECT TYPE IN USA 97% 600 unique a month

    Taking offers on 300 domain names List here

  2. #2
    Platinum Lifetime Member
    mikesherov's Avatar
    Join Date
    Jan 2005
    Location
    NY
    Posts
    463
    DNF$
    2,086
    Bank
    0
    Total DNF$
    2,086
    Donate  

    Re: Learning PHP & SQL where to start?

    Hi Bizzy,
    This question is a tough one. Usually my advice his been to buy a PHP & MySQL book from the visual quickstart series by Larry Ullman, cause that is the book that taught me.
    However, the fundamental question here is, how comfortable are you with programming in general. Before I learned PHP, I learned BASIC (just to get a concept of how to program).
    The basics of PHP are very similar, and most of PHP's power comes from it's built in functions, which are all available in documentation at php.net... (need to know a function that replaces one string with another? Go to php.net, and search for it. The site would lead you right to str_replace().)
    Also, MySQL is heavily documented, so once you understand the basics of how SQL works, it's easy to delve into (it's all there at MySQL.com).

    I guess the point is, the best way to start is to by a visual quickstart book, because they have tons of examples (even available to download from the web). You'll also want to make sure your Hosting comes with PHPMyAdmin (an essential tool to creating and managing databases to check your code against... no matter how broken YOUR PHP code is, PHPMyAdmin will always show exactly what's in your database).
    Last of all, GOOD LUCK and don't get discouraged... I love to help new programmers.... PM me if you need anything.

  3. #3
    Account Terminated domaintalk's Avatar
    Join Date
    Sep 2004
    Location
    USA
    Posts
    678
    DNF$
    1,841
    Bank
    0
    Total DNF$
    1,841
    Donate  

    Re: Learning PHP & SQL where to start?

    Some brief background.
    Php is an programming language as you know.If you will get an book you wont understand that much.
    Suggest you to try w3cschools and other tutorial sites on the net.
    You will find that very useful.

    Just my 2 cents.

  4. #4
    DNF Addict
    KING's Avatar
    Join Date
    Sep 2004
    Location
    Canada
    Posts
    1,971
    Country

    Canada
    DNF$
    641
    Bank
    0
    Total DNF$
    641
    Donate  

    Re: Learning PHP & SQL where to start?

    Thanks alot guy.,.. I use to go to college from C.Programing I used C++ I know the basic and I saw in the book that i have there are some similaritys..

    The hardest part for me is to start.. I read the whole book that I have but if there was a person that would show me ok you start here this is how you create this and that.. I would be on the way in minutes..

    Altho thanks for all your help guys...
    For sale: 4 letter .net parked on NameDrive making 60-90$ a month.. I have just over 2 months worth of stats. Looking to sell will consider offers over 1200$ Traffic: DIRECT TYPE IN USA 97% 600 unique a month

    Taking offers on 300 domain names List here

  5. #5
    Platinum Lifetime Member
    Darren06's Avatar
    Join Date
    Sep 2003
    Location
    California, US
    Posts
    1,911
    Country

    United States
    DNF$
    3,298
    Bank
    0
    Total DNF$
    3,298
    Donate  

    Re: Learning PHP & SQL where to start?

    Quote Originally Posted by mikesherov
    Hi Bizzy,
    This question is a tough one. Usually my advice his been to buy a PHP & MySQL book from the visual quickstart series by Larry Ullman, cause that is the book that taught me.
    However, the fundamental question here is, how comfortable are you with programming in general. Before I learned PHP, I learned BASIC (just to get a concept of how to program).
    The basics of PHP are very similar, and most of PHP's power comes from it's built in functions, which are all available in documentation at php.net... (need to know a function that replaces one string with another? Go to php.net, and search for it. The site would lead you right to str_replace().)
    Also, MySQL is heavily documented, so once you understand the basics of how SQL works, it's easy to delve into (it's all there at MySQL.com).

    I guess the point is, the best way to start is to by a visual quickstart book, because they have tons of examples (even available to download from the web). You'll also want to make sure your Hosting comes with PHPMyAdmin (an essential tool to creating and managing databases to check your code against... no matter how broken YOUR PHP code is, PHPMyAdmin will always show exactly what's in your database).
    Last of all, GOOD LUCK and don't get discouraged... I love to help new programmers.... PM me if you need anything.
    Like Mike, I suggest this. A book is best because it also gives good organization on programming.

  6. #6
    DNF Regular
    Mark Bolyard's Avatar
    Join Date
    Aug 2004
    Location
    Maryland
    Posts
    513
    DNF$
    628
    Bank
    0
    Total DNF$
    628
    Donate  

    Re: Learning PHP & SQL where to start?

    Quote Originally Posted by Darren06
    Like Mike, I suggest this. A book is best because it also gives good organization on programming.
    This may sound stupid, but I started learning PHP with c u b e c a r t . A shopping cart package written in PHP. I had a few sites I was designing and spent so much time going back and forth between the files I started to understand the workings behind it. I figure you might do the same with other PHP scripts. I've alway learned the hard way compaired to taking a course or reading books, but it seems to be working for me

  7. #7
    Platinum Lifetime Member
    Darren06's Avatar
    Join Date
    Sep 2003
    Location
    California, US
    Posts
    1,911
    Country

    United States
    DNF$
    3,298
    Bank
    0
    Total DNF$
    3,298
    Donate  

    Re: Learning PHP & SQL where to start?

    Quote Originally Posted by ktmweb
    This may sound stupid, but I started learning PHP with c u b e c a r t . A shopping cart package written in PHP. I had a few sites I was designing and spent so much time going back and forth between the files I started to understand the workings behind it. I figure you might do the same with other PHP scripts. I've alway learned the hard way compaired to taking a course or reading books, but it seems to be working for me
    Thats how I learned at first, thing is the code was very poorly written, and the format was wrong.

  8. #8
    DNF Regular
    Mark Bolyard's Avatar
    Join Date
    Aug 2004
    Location
    Maryland
    Posts
    513
    DNF$
    628
    Bank
    0
    Total DNF$
    628
    Donate  

    Re: Learning PHP & SQL where to start?

    Quote Originally Posted by Darren06
    Thats how I learned at first, thing is the code was very poorly written, and the format was wrong.
    I think what helped me was being active in the forums (of that particular site). There were alot of knowledgable people there willing to take time to explain things to me. I think that is also true of many other forums, kinda like this one. I'm no domain whiz by far, however the people here at dnforum offer quite a bit of help

  9. #9
    DNF Addict
    KING's Avatar
    Join Date
    Sep 2004
    Location
    Canada
    Posts
    1,971
    Country

    Canada
    DNF$
    641
    Bank
    0
    Total DNF$
    641
    Donate  

    Re: Learning PHP & SQL where to start?

    Thanks ppl!
    For sale: 4 letter .net parked on NameDrive making 60-90$ a month.. I have just over 2 months worth of stats. Looking to sell will consider offers over 1200$ Traffic: DIRECT TYPE IN USA 97% 600 unique a month

    Taking offers on 300 domain names List here

  10. #10
    Platinum Lifetime Member
    cyphix's Avatar
    Join Date
    Jan 2003
    Location
    Australia
    Posts
    3,596
    DNF$
    1,606
    Bank
    0
    Total DNF$
    1,606
    Donate  

    Re: Learning PHP & SQL where to start?

    The way I learnt was by starting off reading tutorials on the web & hanging around coding forums & always reading up & researching functions @ www.php.net

    Tutorials that started me off..

    http://webmonkey.wired.com/webmonkey...tw=programming
    http://www.freewebmasterhelp.com/tutorials/phpmysql/1

    Some good pages to read about security & PHP:
    http://www.onlamp.com/pub/a/php/2003..._security.html
    http://www.onlamp.com/pub/a/php/2003..._security.html

    Helpful site: http://www.php-help.net/

    I also have the book, which seems pretty good so far & came highly recommened is: Build Your Own Database Driven Website Using PHP & MySQL by Kevin Yank.

    Note tho that this book is more MySQL than PHP.

    Lastly... good luck in your coding venture!! :-D
    538k Lyrics Database Available - Only $49 - Check Here

  11. #11
    DNF Addict
    KING's Avatar
    Join Date
    Sep 2004
    Location
    Canada
    Posts
    1,971
    Country

    Canada
    DNF$
    641
    Bank
    0
    Total DNF$
    641
    Donate  

    Re: Learning PHP & SQL where to start?

    Thanks alot for help guys I would love to learn PHP and SQL... I will do my best to learn..

    Thanks for help once again!
    For sale: 4 letter .net parked on NameDrive making 60-90$ a month.. I have just over 2 months worth of stats. Looking to sell will consider offers over 1200$ Traffic: DIRECT TYPE IN USA 97% 600 unique a month

    Taking offers on 300 domain names List here

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
  •  

Domain name forum recommended by Domaining.com