By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage, and assist in our marketing efforts
These cookies enable our website and App to remember things such as your region or country, language, accessibility options and your preferences and settings.
Analytic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
Which development programing is much better for any kind of website?
Has to be PHP.Which development programing is much better for any kind of website?
Are you building a Web site or a Web based application?
If you want a simple collection of pages with some database connectivity such as logging in or retrieving data, then PHP is more than suitable.
If you are considering building a multi-tier application with complex business logic, then I would be more tempted to use something like Java or .NET.
Ok for the back end it (ie server side script) it will depend on the sever you are using and what they can host. Apache, Lynux will run PHP (this is an uncompiled scripting language and will not run as fast as a compiled language such as java.
If you are running on a windows server use asp is the equivalent. The compliled (and therefore faster option) is ASP.NET ususally coded in Visual Basic or C# - as these are both compiled languages you can choose either without a problem. I think the compiler was origionally designed aroung the VB language to make use of the ASP (ususally in VB script) already being used by developers at the time.
I use VB for my ASpX as I can also make windows based programs and can transfer between the two. Some of the examples are graphics manipulation server side and integrated realtime web crawlers.
Which is better? Good question.... as others have said what do you want to do and what do you already know.
As for Java injection - this would be javascript injection. This is a predominantly client side scripting language and is easily protected against (ASP 4.0 automatically does this as default). Javascript and Java are two very different things.
hope this helps
Which development programing is much better for any kind of website?
frida_adams:
Which development programing is much better for any kind of website?
...
Acutually I want to develop a portal website, so there will be some web application like shipping calculator, cart and etc. so Php is best or should I go through Java.
Hi techfellasTo compare Java to PHP. Since PHP is a server-side scripting language whereas Java is a general-purpose language. In other words, PHP is only used as a server-side language where Java is both for server-side and desktop programming language. Moreover, Java is compiled and strongly-typed language. On other hand, PHP is a dynamic typed language.
Hence, only for server-side programming, the comparison between Java and PHP makes sense.
I think PHP is much better for Simple Web Development and JAVA is better for Finance sites where security is main reason
Thanks
How is it more expensive?PHP is the best for web development, there's a huge talent pool as well. Moreover developing with ASP is much more expensive.
Not neccessarily. Taking away the license fee for Windows which is less than £15/month, there are no additional costs in using a Windows server to host/develop a ASP/.NET site. Plus the server speed has more to do with how it's managed, sloppy PHP code could easily make a Linux server run like a dog and vice versa.One thing is Linux servers are affordable and faster than other servers. got it ?![]()
Which development programing is much better for any kind of website?