How to create a quiz application?

I want to create local web application?

  • I want to create a local web application like modem configuration page or google desktop search result display in browser. but not the same. want to create application with following features 1. install and work in local system 2. web based application 3. store and retrieve data from DB (MySql or MSSql) 4. Hide the server script from the local user (PHP or ASP) like: 1. modem configure page (http://192.168.1.1) 2. Google Desktop Search display page. (http://127.0.0.1:4664) both are working the above mentioned features. So I also want to create this type of application. In the above examples I unable to find the source files but it is run in my local computer. And also store the data in some db. I know PHP-MySql, ASP-MSSql, Ajax, Javascript and HTML very well. Please explain in detail. Thank you.

  • Answer:

    WAMP makes me sick :( it should be LAMP :) (linux, apache, mysql, PHP - all are open source and linux originated). Anyway, I find it hard to believe you are well versed in PHP, MySql, ASP, etc... and you have to ask this. On top of it, you provide local IPs for examples. If you know all these languages that well, you would know how to do this.

Srinivasan C at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

You need to install a WAMP stack to make local web apps. WAMP means Windows, Apache, MySQL, PHP. You should be able to install MySQL and PHP since you know them very well. All that's left is getting the webserver for local hosting, which is where Apache comes in. You can get it here http://httpd.apache.org/docs/1.3/windows.html It has very detailed explanations for how to install and configure it. Then, you can run your web app locally!

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.