Im Jake Posted June 2, 2008 Share Posted June 2, 2008 Well, I'm 14 and I want to learn PHP, and I mean learn almost everything, I'm completely new to it, I know how to edit basic parts, but where could I get started and what could teach me everything and the basics and things of that nature? EDIT: and do I have to know alot of HTML? Link to comment https://forums.phpfreaks.com/topic/108311-learning-php/ Share on other sites More sharing options...
Nexy Posted June 2, 2008 Share Posted June 2, 2008 http://www.w3schools.com/php/default.asp http://www.php.net/manual/en/getting-started.php Link to comment https://forums.phpfreaks.com/topic/108311-learning-php/#findComment-555296 Share on other sites More sharing options...
whizard Posted June 2, 2008 Share Posted June 2, 2008 As far as HTML, actually, you don't need to know any at all to know PHP, but you do need to have basic HTML skills if you want to write PHP scripts on the web (as opposed to the command line). Dan Link to comment https://forums.phpfreaks.com/topic/108311-learning-php/#findComment-555299 Share on other sites More sharing options...
chronister Posted June 2, 2008 Share Posted June 2, 2008 In my opinion you should be pretty well versed in HTML as PHP will ultimately output HTML. Sure, it can be used for things that never output a single line of HTML, but the majority of what PHP does is typically outputted as HTML. Just my opinion... like they say.... "opinions are like a#*holes, everybody has one" Link to comment https://forums.phpfreaks.com/topic/108311-learning-php/#findComment-555329 Share on other sites More sharing options...
chronister Posted June 2, 2008 Share Posted June 2, 2008 Sorry, I did not add to the initial question. This link can be found in the signature for the moderator Thorpe here on PHP Freaks. I have looked at it and it seems to be a pretty good resource. http://www.hudzilla.org/phpwiki Link to comment https://forums.phpfreaks.com/topic/108311-learning-php/#findComment-555334 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.