How does the latest version of PHP compare to the latest version of ASP.NET?

Discussion in 'PHP' started by Jason Clay, Jan 8, 2009.

  1. #1
    I am quite experienced with ASP.NET and have been recently learning PHP 4.x. I was wondering how the latest version of PHP is compared to ASP.NET 3.5. Also, are there any editors that have intellisense for PHP that is as good as Visual Studio 2008?
     
    Jason Clay, Jan 8, 2009 IP
  2. Danltn

    Danltn Well-Known Member

    Messages:
    679
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    120
    #2
    PHP 4 was released in 2000, just learn PHP 5.

    And I haven't used ASP.NET myself, but I'd recommend phpDesigner which has code prompting (which I assume is the same as 'Intellisense'.

    Dan
     
    Danltn, Jan 8, 2009 IP
  3. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #3
    Zend studio or Eclipse are probably the best IDE's for PHP. At this point, I would learn php5, but also figure out what's changing in php6 and adapt appropriately. ereg_ and some other functions will be gone in php6, so it's best not to use them at all any more.
     
    jestep, Jan 9, 2009 IP