Page 1 of 1

code

PostPosted: Mon Jul 31, 2006 12:28 am
by Hoff
Does anyone know what code this site uses, or what code myspace uses to operate? Thanks for the help.

PostPosted: Mon Jul 31, 2006 7:05 am
by lackattack
CC is coded in the PHP language and the data is stored in a MySQL database. You can tell it's PHP by looking at the url - see the dot php?

PostPosted: Mon Jul 31, 2006 7:50 am
by f1sh3r
myspace is coded with the suck.NET language.

if youre looking for dynamic webpages or interactivity, PHP/MySQL is free, and its fantastic.

if you like to spend money, you can go ASP.NET, but its not as flexible as PHP. you can only run it on M$ Servers.

if you are interested in checking out PHP/MySQL you can download a prepackaged server from http://www.wampserver.com/en/! also, for any type of help with PHP, check out phpfreaks.com, codewalkers.com, and w3schools.com