PHP

February 17, 2010 - 12:37 pm No Comments

When I first decided to Wordpress for my final, I had no idea how difficult it would be to understand PHP.

  • PHP: Hypertext Preprocessor
  • by Rasmus Lerdorf in 1995
  • Server-side scripting language
  • Used to create dynamic web pages (like blogs!)

When I first opened the PHP documents to the template Wordpress files, I was incredibly confused:




BASIC STRUCTURE TO PHP:


(source)




Overall, I ended up editing a pre-made free Wordpress theme (found here), by modifying the CSS and barely dabbling in the PHP documents. Because this is a client-side course, I did not need to worry too much about learning the PHP.

Leave a Reply