asp.net seems to better than php, is it true in this case..?
Moderator: General Moderators
asp.net seems to better than php, is it true in this case..?
I just wanted to know whether php is better than asp.net. because, i need to develop a web application - an online quiz, in which i need to fetch questions only once & display one at a time as the user clicks the NEXT button. But, in php ,i guess it is difficult to have the questions(data) stored & use it on the event basis(button click)(since its a mere script invocation). Whereas , in asp.net it is easily done, since the data fetched can be stored till the user ends appln. So can u suggest some ways to do it in php......? or asp.net is the only go...?
Re: asp.net seems to better than php, is it true in this case..?
Hmm.
PHP can do a lot. You'd know this if you bothered to do any research.I just wanted to know whether asp.net is better than php. because, i need to develop a web application - an online quiz, in which i need to fetch questions only once & display one at a time as the user clicks the NEXT button. But, in asp.net ,i guess it is difficult to have the questions(data) stored & use it on the event basis(button click)(since its a complicated application). Whereas , in php it is easily done, since the data fetched can be stored till the app needs it again. So can u suggest some ways to do it in asp.net......? or php is the only go...?
Re: asp.net seems to better than php, is it true in this case..?
thanks for ur reply,tasairis wrote:Hmm.PHP can do a lot. You'd know this if you bothered to do any research.I just wanted to know whether asp.net is better than php. because, i need to develop a web application - an online quiz, in which i need to fetch questions only once & display one at a time as the user clicks the NEXT button. But, in asp.net ,i guess it is difficult to have the questions(data) stored & use it on the event basis(button click)(since its a complicated application). Whereas , in php it is easily done, since the data fetched can be stored till the app needs it again. So can u suggest some ways to do it in asp.net......? or php is the only go...?
but can u try to give possible solutions for my query..?