Forum Moderators: phranque
I know it's a pretty dum question, but I was wondering if I should learn ASP.Net or PHP. I am sure you guys know better than me. So, I would appreciate if you could tell me something. Thnx in advance
Another question is, I am making a site and want to make it more like a Message board, not like this one though. Nothing fancy, no username or password required, anyone can post messages there. So, what language do I need to learn? One of my friends told me to learn ColdFusion. Is that true?
Speaking of w3schools.com, I go there all the time, especially when I have problems with CSS ( I like CSS). Thanks for your suggestions.
luckydude
but I was wondering if I should learn ASP.Net or PHP
Lots of issues there. That choice is entirely up to you and the job to be done. ASP.NET is much more robust than php. ASP.NET brings in the entire VB language or C++ or C# and is compiled before presented to the end user.
PhP is a scripting language, interpreted at run tine.
Both will get you where you want to go. One will take you further.
Why not learn both?
I am making a site and want to make it more like a Message board
As for making message boards, unless you want to reinvent the wheel, there are hundreds available for download from any of the script repositories in every language.
there are hundreds available for download from any of the script repositories in every language.
thnx txbaker,
I might as well learn both. The place where I am from, Nepal, lots of people use PHP,so I thought if I learn ASP.Net I would be a little different and may be it would be easier to find a job. Thanks a million for your help.
Could you make it more clear about the message board thing, please? I don't know what I should do.
luckydude