View Single Post
Old 09-29-2013, 09:02 PM  
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
If you're doing stuff server side on a website, rather than wanting to run an app on a mobile, PHP can be a good 'toy' language to get started with. It has similar syntax to C and Java, and is fine for many things. I often prototype something in PHP then rewrite it in C. A lot of the time I don't even bother rewriting: there's no point having something run twice as fast in C when it only takes 2 seconds under PHP.
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote