Author Topic: Should i learn PHP+mysql or asp+some sql ?  (Read 1767 times)

0 Members and 1 Guest are viewing this topic.

pllaybuoy

  • Guest
Should i learn PHP+mysql or asp+some sql ?
« on: July 02, 2012, 11:44:18 am »
I know c++ and people say php's syntax is so close to that of C .
But I want to know does PHP provide the same fexibility as ASP , and can you do all with it what you can do with ASP ?

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Should i learn PHP+mysql or asp+some sql ?
« Reply #1 on: July 02, 2012, 02:50:59 pm »
OH GOD NO. Go for PHP. Its not a question, ASP is the cancer that kills all good things in this world.

PHP is vastly superior in syntax simplicity, performance, documentation and support. Not to mention the fact that its open source compared to ASP's closed Microsoft source.

When it comes to SQL, go for MySQL. Supported right into PHP with no modifications.

And yes, to your first statement. PHP is a lot like C/++ syntax-wise.
« Last Edit: July 02, 2012, 02:52:12 pm by ande »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline The Alchemist

  • Peasant
  • *
  • Posts: 100
  • Cookies: 18
  • Cult Of Personality
    • View Profile
    • Scriptings - Paste Tool
Re: Should i learn PHP+mysql or asp+some sql ?
« Reply #2 on: July 03, 2012, 09:18:35 am »
Ande is absolutely, undoubtedly, unquestionably right... Go for PHP...
Defeat the best... To be the best...

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Should i learn PHP+mysql or asp+some sql ?
« Reply #3 on: July 03, 2012, 10:27:46 am »
In the end you can do the same with asp as php for web pages,  tough there is no other reason than working on old existing asp applications to use asp, go with php.
~Factionwars

pllaybuoy

  • Guest
Re: Should i learn PHP+mysql or asp+some sql ?
« Reply #4 on: July 03, 2012, 11:34:30 am »
OH GOD NO. Go for PHP. Its not a question, ASP is the cancer that kills all good things in this world.

PHP is vastly superior in syntax simplicity, performance, documentation and support. Not to mention the fact that its open source compared to ASP's closed Microsoft source.

When it comes to SQL, go for MySQL. Supported right into PHP with no modifications.

And yes, to your first statement. PHP is a lot like C/++ syntax-wise.

Oh okay , Thanks brah , I'll go with php then
Thank you guys for the guidance