Hey I have a very simple band website, www.thedanesband.com and I wanted to know what a php is and would I need one for the information I have. thanks if you can help.
From looking at your site, I would say no. That is unless you want your site to be dynamic. Example: If you add a new menu link called "videos" in HTML you would have to add that to every page where in PHP you could just set it once and it would update onto every page.
Hey I have a very simple band website, www.thedanesband.com and I wanted to know what a php is and would I need one for the information I have. thanks if you can help.
From looking at your site, I would say no. That is unless you want your site to be dynamic. Example: If you add a new menu link called "videos" in HTML you would have to add that to every page where in PHP you could just set it once and it would update onto every page.
I see. I also want to be a future web programer so I would like to learn more about PHP can you direct me to any good tutorials?
@Zeinali Depends on what you want to learn exactly. You can try this: http://teamtreehouse.com/library/programming-2/build-an-ecommerce-website/getting-started-with-php
Cool Thanks!