36 replies
Well friends this is my first post and I am interested to know whether I should prefer either PHP or JSP to develop some programing skills. Although I have basic knowledge of both but intended to go in detail. So, need suggestion? check this url >>> http://www.prlog.org/12063250-wayfai...any-order.html
  • Profile picture of the author oliviacis
    Originally Posted by Jonathan Coghlan View Post

    Well friends this is my first post and I am interested to know whether I should prefer either PHP or JSP to develop some programing skills. Although I have basic knowledge of both but intended to go in detail. So, need suggestion?
    Getting started with HTML would be better.
    {{ DiscussionBoard.errors[7254669].message }}
  • Profile picture of the author Dong Lee
    If you wanna build web applications, Go for PHP. Or if you are interested in enterprise level applications, Go for Java/J2EE
    {{ DiscussionBoard.errors[7255226].message }}
  • Profile picture of the author gowthamgutha
    JSP is much easier than PHP but JSP is quite heavyweight, whatsoever on a developer's point of view, JSP could be a better choice.
    {{ DiscussionBoard.errors[7256810].message }}
  • Profile picture of the author cgimaster
    PYTHON or PHP however you must have a very nice knowledge on HTML/CSS and preferable some JAVASCRIPT, JQUERY and AJAX those are VERY VERY VERY USEFULL !
    {{ DiscussionBoard.errors[7259795].message }}
  • Profile picture of the author ashwanidadhich
    If you are good with html then better you go with PHP..
    {{ DiscussionBoard.errors[7259979].message }}
  • Profile picture of the author rising_sun
    Banned
    Go ahead with PHP it is the best ,
    no doubt it is better than JSP.
    {{ DiscussionBoard.errors[7265856].message }}
    • Profile picture of the author pradeepkolanu
      Originally Posted by rising_sun View Post

      Go ahead with PHP it is the best ,
      no doubt it is better than JSP.
      I will agree with you if you will assure me that PHP is safer than JSP in handling security issues.
      {{ DiscussionBoard.errors[7272307].message }}
  • Profile picture of the author alina855
    IT depends on what is your goal? Java is widely used in large enterprise applications (although more than just JSP and raw servlets), and PHP is the king of small sites. Basically I would like to choose PHP over JSP. Primarily because I think you will find vastly more code in the Open Source world built using PHP. I've also found I can do simple things very rapidly with PHP. Also some major CMS systems (like Drupal and Joomla) are made using PHP.
    {{ DiscussionBoard.errors[7272215].message }}
  • Profile picture of the author WebThinker
    Definitely go with PHP. PHP and HTML knowledge combined will help you to achieve lots of things (for example you can easily manipulate WordPress, but not only). Also, these two serves as a base for everything else...
    {{ DiscussionBoard.errors[7272622].message }}
  • Profile picture of the author syedqurat
    you have to decide if want web development CMS system CRM so you have to learn php, html, css and additional java.
    {{ DiscussionBoard.errors[7277628].message }}
  • Profile picture of the author y8y8
    PHP is the best for developing website and web apps,
    {{ DiscussionBoard.errors[7281976].message }}
  • Profile picture of the author nunyad
    I agree with the PHP crowd. It is very secure and robust when you learn to use it correctly. I don't have any experience with Python, but I hear it is also very good.
    {{ DiscussionBoard.errors[7313172].message }}
  • {{ DiscussionBoard.errors[7313548].message }}
  • Profile picture of the author Jonas Glad
    I would personally recommend PHP.
    {{ DiscussionBoard.errors[7313800].message }}
  • Profile picture of the author ashok thakur
    I prefer php these days even with flat documents as it is easir to add server side code to that document if I want to add some sort of function to the site.
    {{ DiscussionBoard.errors[7313973].message }}
  • Profile picture of the author locke815
    I'd recommend PHP.
    {{ DiscussionBoard.errors[7318077].message }}
  • Profile picture of the author themubeen
    Last night I also asked the same question from my Programmer friends and they preferred PHP/MySql first and then .Net
    Signature
    WordPress Expert
    Starts from $97 only
    To Order add me to skype: themubeen

    {{ DiscussionBoard.errors[7318655].message }}
  • Profile picture of the author Taba
    PHP may be the perfect choice !
    Signature
    AddictedWords : A weblog for the words addicted readers to read and share Inspirational and Motivational Quotes, Poems, Story, Life Hacks and Much More..
    {{ DiscussionBoard.errors[7326942].message }}
  • Profile picture of the author locke815
    Simply because PHP is an open source
    {{ DiscussionBoard.errors[7348916].message }}
  • If you have basic HTML knowledge then you can go with PHP.
    Signature
    seo services , website developing services contact subashcseo@gmail.com skype anushasubash
    {{ DiscussionBoard.errors[7350660].message }}
  • Profile picture of the author annaharris
    As per my opinion, I would like to say that both the languages are good to learn. However, PHP is an open source and very easy to learn to compare JSP So it's depended on you that in which language you want to make your career. JSP is a very wide language, and It has more variety to make a better career.
    {{ DiscussionBoard.errors[7479170].message }}
  • Profile picture of the author Rideem3
    I recommend PHP. You can use it for many things: accounts, emails, and other server side stuff like post requests.
    {{ DiscussionBoard.errors[7481974].message }}
  • Profile picture of the author FirstSocialApps
    Oh no not another one of these threads! Simple answer, whichever one works best for your way of thinking.
    {{ DiscussionBoard.errors[7482281].message }}
  • Profile picture of the author kumarvijay
    i think i depends on you interest one is for application development and other is for application ,so its you choice what you want to do, as a carrier point of view ,both have similar scope.
    {{ DiscussionBoard.errors[7490849].message }}
  • Profile picture of the author Moreirra
    i think you must use PHP, because it is better..
    {{ DiscussionBoard.errors[7514231].message }}
  • I would go with PHP....

    several reasons:

    Easy to work with-

    Flexible-

    Adjustable-

    Cheers!,
    Guillermo-
    Signature
    WebDevelopmentGroup NYC & CA- Small Business Web Development, App Development, WordPress Development, Graphic Designs, Online Marketing, Local Marketing & more!. "Call us 1.800.219.1314 or message us!". Visit us today! "Now On Live Chat Mon-Fri.". www.WebDevelopmentGroup.org
    (Whitelable our Services)
    ===================================
    ==> #1 OFFLINE MARKETING FORUM ON THE WEB! <==
    www.OFFLINEMARKETINGFORUM.com
    (Register Now)
    {{ DiscussionBoard.errors[7515803].message }}
  • Profile picture of the author spaculus
    As per my view JSP is good.
    {{ DiscussionBoard.errors[7517596].message }}
    • Profile picture of the author wilsonmarcial
      JSP is better than PHP:
      • Anything you can do with PHP, you can do with JSP; the reverse is not true
      • JSP is much more powerful, since it has access to all the Java libraries. PHP only has access to PHP libraries
      • JSP is Object-Oriented, so leads to cleaner code that's easier to debug, maintain, and improve. (PHP also allows objects, but the object model is more primitive, and most scripted pages ignore PHP objects and just use normal variables.)
      • The equivalent syntax in JSP is just as simple to learn, so you can get up and running just as quickly -- that is, there's no extra startup cost in using Java, at least not a significant one
      • Java programmers (as opposed to 15-year-old hackers or HTML monkeys) appreciate the importance of a clean language with complex OO data structures and strong typing
      • With JSP, if the code inside a page gets too big, or if you want to use it elsewhere, you can cut it out, make it into a Java class, and invoke it from anywhere in your application (even not from a page). With PHP, you're stuck inside the HTML box.
      • JSP's concept of state management and persistence is more explicit and powerful than PHP's. With JSP, you can specify whether a variable persists for the page, the request, the session, or the application (or if it's just local to the function). The JSP engine automatically does the right thing with cookies so you have access to the variable on later requests. With PHP, you just have "global" and "not global", you don't have automatic session management, and have to do your state thing manually with cookies or hidden variables.
      {{ DiscussionBoard.errors[9462977].message }}
  • Profile picture of the author buncaila
    you can use PHP, Ruby on Rails or Python. these are best web programming language in todays' trend I think
    {{ DiscussionBoard.errors[9464039].message }}
  • Profile picture of the author onconference
    I believe its easier to find PHP help online.
    And, PHP allows you to also use regular HTML. So its easy to edit...
    I suppose it all depends on what you want to do.
    Just so you know: If your looking for passwords and usernames, PHP isn't all that secure, but its easier.
    Signature

    Organize Toll-Free Conference Call with Onconference

    http://www.onconference.com/

    {{ DiscussionBoard.errors[9479232].message }}
  • Profile picture of the author Leroydeploy9
    Widely supported, easy to learn, easy to implement: PHP
    Strongly Object-Oriented, Suitable for complex applications, steeper learning curve: JSP
    {{ DiscussionBoard.errors[9516570].message }}
  • Profile picture of the author pxmediainc
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[9517867].message }}
    • Profile picture of the author jhony514
      If good with html then better you go with PHP too
      {{ DiscussionBoard.errors[9518080].message }}
  • Profile picture of the author arindamroy
    When you are going for web programming there is nothing better than using PHP. Whereas when you are creating enterprise level software or games JSP is the language to use. JSP can also be used to create websites, but PHP cannot be used to create enterprise level software.
    Signature

    Above All Advertising,Inc. - custom inflatable advertising and signage provider

    {{ DiscussionBoard.errors[9525873].message }}
  • Profile picture of the author Member8200
    JSP is good but PHP is better, specially on handling security issues. It's easy to learn and implement. PHP can provide you tons of function to work with your web applications.

    if you want to build your web app to be more interactive then combine php with jquery.
    {{ DiscussionBoard.errors[9563779].message }}
  • Profile picture of the author davidnavarro85
    I prefer PHP.Because it is an easy programming language and if you c then you can easily learn and work omn the PHP.
    {{ DiscussionBoard.errors[9629596].message }}

Trending Topics