whats the diffrerence between languages

Discussion in 'PHP' started by luvthesnapper, Aug 12, 2010.

  1. #1
    whats the best language to learn to program in? whats the difference between them? i just got a hosting account, and it has mysql manager, and phpmyadmin, and im just trying to sort these things out.
     
    luvthesnapper, Aug 12, 2010 IP
  2. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    #2
    ^^ your hosting basically is linux, so you can use php. phpmyadmin and mysql manager are just tools for your easy development
    other hosting may have java, but maybe expensive and requires skills on the language
    others using .NET

    so php is best for starters
     
    gapz101, Aug 13, 2010 IP
  3. Googl

    Googl Active Member

    Messages:
    509
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    75
    #3
    PHP is the best.
     
    Googl, Aug 13, 2010 IP
  4. luvthesnapper

    luvthesnapper Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks guys. What exactly is it for, though? Is it for website development? Where can I learn more about PHP, and how it works?
     
    luvthesnapper, Aug 13, 2010 IP
  5. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #5
    php is a serverside scripting language, much like perl, but it uses a module interface (apache) and fcgi (others) instead of the traditional cgi interface. You can learn more about php, as always in w3schools. or php.net for a complete documentation.
     
    Kaizoku, Aug 14, 2010 IP
  6. Carol Smith

    Carol Smith Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    PHP is cheap and best source to be used for website development. Yes, you can also use dotnet for Java for website development but PHP is the best. If you need any help in website development. Please let me know.
     
    Carol Smith, Aug 14, 2010 IP
  7. Gan-Yoshi

    Gan-Yoshi Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ... for starter.

    nothing like a very permissive language to make very bad programming habits :cool:

    PHP can be a good solution, but be careful to program with because you can make big mistakes without knowing.
     
    Gan-Yoshi, Aug 16, 2010 IP
  8. clorets01

    clorets01 Peon

    Messages:
    91
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I suggest you go find some introductory tutorials about php. Things will get much clearer. PHP is just another programming language like Java, or Ruby or C#.
     
    clorets01, Aug 16, 2010 IP
  9. vgupta80

    vgupta80 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Indeed PHP is very robust web scripting language , but JSP , Servlets and JSF are more secure . That's the reason that still most of the banking applications backend is designed in Java
     
    vgupta80, Aug 16, 2010 IP
  10. etc

    etc Well-Known Member

    Messages:
    3,239
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #10
    if you wanna be hardcore as editing things and tweaking everything then go for C Language. PHP would be easier once you learn C, from bash, perl, python and php.
     
    etc, Aug 16, 2010 IP
  11. Googl

    Googl Active Member

    Messages:
    509
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    75
    #11
    I think it would be a good idea learning PHP first. Easy comes first.
     
    Googl, Aug 16, 2010 IP
  12. cubicaaron

    cubicaaron Guest

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    PHP should be your first port of call. Theres loads of information out there on the web, and depending on your skills already, and your needs, you might find that you only need to learn a little PHP anyway, due to the amount of open source PHP web apps, like Wordpress, Drupal, Joomla, OSCommerce etc.

    What do you want your site to do?
     
    cubicaaron, Aug 17, 2010 IP
  13. salesonamazon

    salesonamazon Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    PHP is the first thing you should learn as all major open source programs are based in php
     
    salesonamazon, Aug 17, 2010 IP
  14. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #14
    If you ever used linux/bsd, barely any "programs" is written in php, mostly C and C++
     
    Kaizoku, Aug 17, 2010 IP
  15. Narrator

    Narrator Active Member

    Messages:
    392
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #15
    If you learn PHP and javascript you'll be able to make any web applications you want. Some people like ASP but it's not my style.

    PHP is "the most widely used server-side programming language for web applications" so there are tons of resources and tutorials out there.
     
    Narrator, Aug 17, 2010 IP
  16. jitu.icfai

    jitu.icfai Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    python is very simple to start learning the language
     
    jitu.icfai, Aug 21, 2010 IP
  17. Dennis M.

    Dennis M. Active Member

    Messages:
    119
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #17
    As many have already pointed out; PHP is the best route to take. It's cross-compatible on all hosting platforms (meaning you can have PHP on a Windows or *nix host) and is (relatively speaking) quickly processed by the server to send to the client. However, I would like to maybe help sort things out a bit more. There is such a thing called "SQL code" which is used for MySQL, however, it is important to realize that MySQL should be used in conjunction with PHP. MySQL is a database (it can hold any sort of information you want without leaving things in unsecure "hardcopy" files somewhere in your hosting) and PHP is a server-side scripting language which makes things work. I'm assuming you are entirely new to all programming, but if you have any background in C, it's essentially what you do when you create a cgi file except there is no need for compilation on your end and it's much faster in most cases.

    Regards,
    Dennis M.
     
    Dennis M., Aug 21, 2010 IP
  18. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #18
    MySQL Manager and phpmyadmin are just tools for working with MySQL databases, so you will not have to use them very often.
    I hope you already know HTML, CSS, and Javascript because it's a bit difficult learning PHP and MySQL before you know those.
    BTW, you can test stuff on your own computer with XAMPP. I find that to be a lot easier than using a hosting account.
     
    Cash Nebula, Aug 21, 2010 IP
  19. uabclst

    uabclst Greenhorn

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #19
    When I want to work fast I use Basic. I grew up with it and know it by heart. But it's no good for web programming. Better start with php and javascript.
     
    uabclst, Aug 22, 2010 IP
  20. GeekOnline

    GeekOnline Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #20
    yeah! Starting in php is a good idea!
     
    GeekOnline, Aug 22, 2010 IP