Hi all,
I have very poor knowledge in Web development. But, I want to develop a web application in my spare time. But, I wonder where to start and what to select since there are many options available.
My site will be providing users with the information of available Tourist accommodations in my town. Accommodation providers will be able to register in my site and enter available dates and details of their place. When Accommodation seekers go through my site , they will be able to search accommodations by date and when they click on the selected accommodation they will be routed to a dedicated page of that Accommodation.
To be concise , visitor should be a able to select and enter some values in a form and on submission , depending on the selections , current page should communicate with the database and provide all the possibilities of Accommodations in a new page replacing the earlier. Then , when customer clicks on a result(it will be a hyper link to a page) he will see a dedicated page of that Accommodation , which is also stored in my server.
Is this possible using Drupal? There are some Php, MySql, Ajax stuff to be handled and I was able to find no Tutorials give deep explanation about that in Drupal Resources. And also , there will be some other Forms , Image handling, Forums in my site.