Results 1 to 18 of 18

Thread: PHP is it worth learning

  1. #1

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Exclamation PHP is it worth learning

    Hi Guys,
    I have been doing asp for a while. Have done JSP too, was thinking of learning PHP. Was wondering if its worth learning.

    What does it offer that ASP and JSP cant. I want to hear from the expert. BTW what server would i need to run php, apache?

    Thanks

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    php is definately worth learning, it's always good to know another language.

    apache would be good, IIS works too.

  3. #3

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by chrisjk
    php is definately worth learning, it's always good to know another language.

    apache would be good, IIS works too.
    Thanks chris for your response.

    PHP runs on IIS? Thats cool, mind me telling how i can set it up, do i need to download any plug ins?

    And yes i love learning new languages and php seem to be gaining popularity. I tried my hands on perl for few hours, didnt like it that much so gave up. Hope php will be intersting.

    Thanks again.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Well, IMHO Perl is a better language than PHP (I'm not implying that PHP is bad, I just like Perl better).

    It's simple to install PHP on IIS. Download the installer file from www.php.net and run it. Then thru ISM map *.php (or whatever) files to whereever you installed php.exe. You can also run it as ISAPI rather than CGI if you download the bundle that has the ISAPI DLLs - its supposed to finally be stable on Windows 2000, but I've had weird problems on Windows.Net Web Server that I haven't really figured out yet.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  5. #5
    Member
    Join Date
    Jan 2002
    Location
    India
    Posts
    50
    Danial

    PHP is an extremely fast lang. And it's real easy for beginners to start on. It's fun too!

    Also,it's quite lightweight. ASP gives you so many (7?) objects in your code, gives you the freedom to integrate with COM/MTS etc. that can lead to code that stretches onto other realms and slows down the real thing : the web page. JSP etc carry the overhead of the JVM etc.
    Isn't the heaviest thing on most webpages the Database connection? Isn't most of a page a few select queries with some proper for/while etc loops to format the results? PHP lets you do that! And with no extra strings. And it's fast too.

    I am not saying that ASP/JSP are out! Not yet,because PHP is still an adolescent - lots of functionailty but can it handle Amazon.com ? What about scalability after all? What about a transaction server that will make it easier to use it on ecom sites ( no i am not contradicting myself)?

    But If I need to make a small to medium website , and in a jiffy ,... PHP it is!


    I hope I haven't started anything here! yeesh...

  6. #6
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    out of interest, anybody know what amazon use?

    their URL's give nothing away; http://www.amazon.co.uk/exec/obidos/...480421-9171053

    how the crap they manage to maintain their site I have no idea (that's just the homepage )

  7. #7
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Chances are Amazon is all custom written.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  8. #8
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    "PHP is it worth learning ?", simple, YEH !!!! oath, PHP rocks.

  9. #9
    Member
    Join Date
    Jun 1999
    Posts
    38
    Amazon.com is developed with C/C++/Oracle on UNIX
    I swear you guys rip on me 13 or 14 more times, i'm outta here...

  10. #10
    anoop007
    Guest

    Re: PHP is it worth learning

    Originally posted by Danial
    BTW what server would i need to run php, apache?

    Thanks

    Danial
    If you want to just learn PHP... a simple web server is badblue.
    www.badblue.com .. small and easy to setup.

  11. #11
    New Member
    Join Date
    Feb 2002
    Posts
    1
    Let's not forget how easily php plays with mysql, not to mention the powerfull tools written in php to admin mysql databases. phpmyadmin for example.
    just my 2

  12. #12
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    Originally posted by Danial


    Thanks chris for your response.

    PHP runs on IIS? Thats cool, mind me telling how i can set it up, do i need to download any plug ins?

    And yes i love learning new languages and php seem to be gaining popularity. I tried my hands on perl for few hours, didnt like it that much so gave up. Hope php will be intersting.

    Thanks again.
    PHP runs on basically any web server, i am currently sweeking it through PWS and then Apache sometimes, the setup tutorial that comes with it will explain how to set it up on both of those servers.

  13. #13
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    And if you know anything about C++, then you can get PHP right away. I knew the very basic stuff from C++, so PHP was really easy to pick up. It is worth the time if you have a website that you want to maintain easily, while still updating often.
    <removed by admin>

  14. #14
    Aurilus
    Guest
    For me PHP is a weird combination of VB, JavaScript, C++.. it has the best things from all of these languages and more. Very easy to learn.. I'm running an apache web server, php, and mysql at home for development purposes and it's stable, fast, and didn't stuff up any other setting on my machine.

  15. #15

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by Aurilus
    For me PHP is a weird combination of VB, JavaScript, C++.. it has the best things from all of these languages and more. Very easy to learn.. I'm running an apache web server, php, and mysql at home for development purposes and it's stable, fast, and didn't stuff up any other setting on my machine.
    Yes i am familiar with VB, JavaScript, C++ and Java/JSP/Servelet, been thinking of starting to learn PHP. I am relatively good with ASP and JSP so i thougt i will learn PHP too as there is a big demand for it.

    I heard a lot about MySQL, is it a database server like SQL server, is it free.

    I assume that like ASP/JSP/Servelet i can use standard SQL to add/delete and update records, or is it different in PHP.

    Thanks for all the response.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  16. #16
    Aurilus
    Guest
    Yes MySQL is free, and PHP has built-in functions to support it too. It's very widely used and can be downloaded from http://www.mysql.com.

    For more info check out the help file downloadable from http://www.php.net as it details everything PHP can do, as well as how to use the database functions.

  17. #17
    Addicted Member
    Join Date
    Nov 2001
    Location
    Martin County , FL
    Posts
    153

    PHP,HTML, and VB

    How would i make a VB program that asks you to register it. I want the program to have a name, email, zip code, ect. areas to fill in information. I want it to then send name, email.... using a URL to my web server running Xitami with PHP enabled. Could i get the user's information somehow logged on a site using HTML or PHP, if so would PHP or HTML be easier. I'm kinda a beginner with PHP and Beginner-Intermediate VB programmer.

  18. #18
    Addicted Member Martin Wilson's Avatar
    Join Date
    Mar 2002
    Location
    :)
    Posts
    236
    I use Apache + PHP + mySQl
    Apache is VERY easy to setup.
    PHP is also very easy, you just need to add three lines to a config file.
    mySQL is easy to install. Setting up the database took me a while but I only started learning SQL 2 days ago and now I'm practically an expert!
    What is the answer to this question?

Posting Permissions

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



Click Here to Expand Forum to Full Width