Hello All,
I used to be a ANSI C programmer about 5 years ago.
However I now plan to go back into programming again.
I am interested in web-based database kind of applications.
What language should I learn given today's new languages?
As I said, i'm more interested in the Web-based database stuff
Anything to do with databases on the web etc
such as extracting, displaying, or manipulating databases or data to and from the web.
cheers
Web-based Database Programming
Started by carter, Sep 27 2009 06:57 PM
7 replies to this topic
#1
Posted 27 September 2009 - 06:57 PM
|
|
|
#2
Posted 28 September 2009 - 07:51 AM
PHP, HTML, CSS, JavaScript, SQL
#3
Posted 28 September 2009 - 11:02 AM
You need to SQL and a web development language.
#4
Posted 29 September 2009 - 01:59 AM
when performance and scalability is not an issue and project is small: PHP
otherwise: Java (e.g. Spring + Hibernate) or ASP.NET
otherwise: Java (e.g. Spring + Hibernate) or ASP.NET
#5
Posted 29 September 2009 - 03:10 AM
Id say try out PHP with SQL
#6
Guest_Jordan_*
Posted 29 September 2009 - 04:03 AM
Guest_Jordan_*
JCoder said:
when performance and scalability is not an issue and project is small: PHP
otherwise: Java (e.g. Spring + Hibernate) or ASP.NET
otherwise: Java (e.g. Spring + Hibernate) or ASP.NET
Perhaps Java performs better than PHP but I seriously doubt ASP.NET would benchmark faster than PHP.
#7
Posted 29 September 2009 - 05:28 AM
HTML: to integrate your work into a webpage
CSS: to make your webpage look nice
PHP: to make your webpage dynamicly (displaying the most recent data without always having to edit the html)
SQL: to querry the data in corporation with PHP
CSS: to make your webpage look nice
PHP: to make your webpage dynamicly (displaying the most recent data without always having to edit the html)
SQL: to querry the data in corporation with PHP
#8
Posted 29 September 2009 - 06:21 AM
Jordan said:
Perhaps Java performs better than PHP but I seriously doubt ASP.NET would benchmark faster than PHP.
OFC it would. It is compiled just as Java is. It can do database connection pooling just as Java. And it can benefit from in-process caching just as Java can. PHP can't.


Sign In
Create Account

Back to top









