JoeLongstreet Posted October 8, 2008 Share Posted October 8, 2008 Very new to PHP and don't really know anything web besides HTML and CSS. I was taking a look at this site: http://htmldog.com/ and saw their menu on the left. There is a heading that says "Tutorials" with a subheading called "HTML Beginner." When I click on "HTML Beginner" I go to another page and get a bunch of subheadings under HTML Beginner. Are they using PHP to do this? I would imagine it would take a long time to go in the code and add a subheading if ever need be. Also, at the top there is a mini navigation system (eg. Home > Tutorials > HTML Beginner Tutorial >). Is this done with PHP? Could anyone point me in the direction of some good beginner tutorials, if this is in fact what I need? Also, how do you tell if parts/all of a page are written in PHP? With HTML I can just click view source and I get everything I need. Thanks for any help you can provide, Joe Link to comment https://forums.phpfreaks.com/topic/127611-is-this-php/ Share on other sites More sharing options...
dropfaith Posted October 8, 2008 Share Posted October 8, 2008 theres a good chance thats mostly done with php i cant tell for sure cause php is server side tho as for learning i liked http://www.tizag.com/phpT/ Link to comment https://forums.phpfreaks.com/topic/127611-is-this-php/#findComment-660286 Share on other sites More sharing options...
DarkWater Posted October 8, 2008 Share Posted October 8, 2008 It's written in PHP, and they use version 5.2.0. Link to comment https://forums.phpfreaks.com/topic/127611-is-this-php/#findComment-660288 Share on other sites More sharing options...
dropfaith Posted October 8, 2008 Share Posted October 8, 2008 just wondering for future reference how did you know that? Link to comment https://forums.phpfreaks.com/topic/127611-is-this-php/#findComment-660289 Share on other sites More sharing options...
DarkWater Posted October 8, 2008 Share Posted October 8, 2008 just wondering for future reference how did you know that? Most PHP sites don't turn off the X-Powered-By header that PHP automatically sends. I used Live HTTP Headers (built into FF3) and saw: X-Powered-By: PHP/5.2.0 Link to comment https://forums.phpfreaks.com/topic/127611-is-this-php/#findComment-660292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.