asp.net seems to better than php, is it true in this case..?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
skp
Forum Newbie
Posts: 9
Joined: Fri Jul 10, 2009 7:58 am

asp.net seems to better than php, is it true in this case..?

Post by skp »

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...?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: asp.net seems to better than php, is it true in this case..?

Post by requinix »

Hmm.
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...?
PHP can do a lot. You'd know this if you bothered to do any research.
skp
Forum Newbie
Posts: 9
Joined: Fri Jul 10, 2009 7:58 am

Re: asp.net seems to better than php, is it true in this case..?

Post by skp »

tasairis wrote:Hmm.
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...?
PHP can do a lot. You'd know this if you bothered to do any research.
thanks for ur reply,
but can u try to give possible solutions for my query..?
Post Reply