View Single Post
Old 02-05-2013, 02:16 PM   PM User | #1
chettyharish
New Coder

 
Join Date: Oct 2011
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
chettyharish is an unknown quantity at this point
Starting point for dynamic web project

Guys I am making my final year project and I need to create a website for customers in a DTH management system.

The website should have a Log in/ Register Facility.
The user is able to register using the register page etc.

When logged in, he should have access to the foll pages-

Add/Delete members- These are people who are from the same family.
Edit Channel Preference(i.e. a list of channels which the user subscribes to). he is able to add/remove channels.
Bill page-The ability to view his bill and print it in PDF format.
The ability to pay via online transaction(This is not a actual bank transaction, everything entered by the user will just be saved to the database.)

The logic to calculate bill and convert the bill to pdf should be done on the website (Its data retrival followed by math calculations).
The entire database is already created in MySQL as the project also has a Java SWING GUI. Doing all above and more stuff.

The simple question is what language will help me achieve this easily. I am ready to learn everything. I have previous knowledge of using Dreamweaver cs5 which I have used to generate a static website using HTML,CSS and some effects using Javascript(I got the code from Internet so I dont know anything about Javascript).


So which path should I follow so that I can achieve this?

PHP? I have heard this is the best option.
JQuery?
Javascript?
JSP?
Python?

Please assist and give me a starting part as a newbie.
Thank you for all the advice
chettyharish is offline   Reply With Quote