Tag: scripting

  • Is object orientated PHP scripting worth the effort?

    I’m currently creating a movie review website in PHP an SQLite. I’m taking a very object orientated approach. For example, all database access goes through an object. Adding a review is as simple as calling a function with the proper data. Here is the function header: Each parameter is an associative array that corresponds to…

  • No, but there is more…much more thanks to my new friend ajax.

    As I mentioned in the previous post, I made a static website in html, css, javascript, and json. It works pretty good and that’s great. The problem is my sister is the one who should be adding/editing content because it is her site. So the question is, how can I make an easily update-able site…