Log in

View Full Version : New To Mysql



mikee.jk
02-21-2008, 06:12 AM
HI guys,

I am a student learning web develpoment....

hope my teacher says that this is the right time to learn database concepts for web...

There is a confusion in choosing which scripting language

ASP or PHP for creating basic website to advance

and i have choosen mysql ...

suggest me some good ideas to start & wer to find materials on them


Thank You in advance...

rangana
02-21-2008, 06:43 AM
Hi mikee.jk,
I too is a student....and choosing to learn now is a good start :D
Personally, i would choose PHP, because i'm into it...I don't know ASP.
However, the choise is always yours,,. You could learn PHP or ASP depending on how people would influence you..as well as this thread.

For tutorials, I started at w3schools. For PHP (http://www.w3schools.com/php/default.asp), and for ASP (http://www.w3schools.com/asp/default.asp).

All you need is some cross-browser platform like XAMPP or WAMPP. :D

mikee.jk
02-21-2008, 08:26 AM
i will start with asp

And mysql.....

hope to be good....

boogyman
02-21-2008, 02:36 PM
asp = microsoft and proprietary (paid)
php = open-source (free)

asp is generally combined with OracleDB (paid),
php is generally combined with MySQLDB (open-source)

Good Luck and welcome to the forums