<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>[d] enclosed in brackets</title>
  <subtitle>chaotic perfectionist for hire</subtitle>
  <link rel="alternate" type="text/html" href="http://www.dropcase.com/2008/04/writing-my-own-php-roster"/>
  <link rel="self" type="application/atom+xml" href="http://www.dropcase.com/node/167/atom/feed"/>
  <id>http://www.dropcase.com/node/167/atom/feed</id>
  <updated>2008-04-14T09:36:30-04:00</updated>
  <entry>
    <title>writing my own php roster</title>
    <link rel="alternate" type="text/html" href="http://www.dropcase.com/2008/04/writing-my-own-php-roster" />
    <id>http://www.dropcase.com/2008/04/writing-my-own-php-roster</id>
    <published>2008-04-08T15:30:32-04:00</published>
    <updated>2008-04-14T09:36:30-04:00</updated>
    <author>
      <name>dave</name>
    </author>
    <category term="backend" />
    <category term="code" />
    <category term="php" />
    <category term="scripting" />
    <category term="web development" />
    <summary type="html"><![CDATA[<p>
<img src="/files/images/binary.jpg" alt="01100100" align="right" border="0" height="83" hspace="5" vspace="5" width="110" />On our company Intranet, we have a list of employees with various bits of information (name, contact info, etc). The problem with it is that I had to do all the updates, since it was all flat file and we didn't really have anyone else to manage the HTML. Once we got someone else to help out, it was easier... but still a pain to update flat files.
</p>
<p>
I'm pushing for another option (which I won't talk about yet, but is known to a couple of people on the outside), but until that happens, we needed something a little easier to update. Since we have an application server, I went with <b><a href="http://www.php.net" title="PHP Hypertext Preprocessor">PHP</a></b>/<b><a href="http://www.mysql.com/" title="MySQL: The World's Most Popular Database">MySQL</a></b> to get it done. There may be (and are) other options, but I've done some PHP before, and used something like this a few years ago (code reuse is nice).
</p>
<p>
Now that it's available to us internally, I was wondering if anyone could recommend a system to manage something like this. When we move to the next iteration of our Intranet, we might keep this going if it works well enough.
</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>
<img src="/files/images/binary.jpg" alt="01100100" align="right" border="0" height="83" hspace="5" vspace="5" width="110" />On our company Intranet, we have a list of employees with various bits of information (name, contact info, etc). The problem with it is that I had to do all the updates, since it was all flat file and we didn't really have anyone else to manage the HTML. Once we got someone else to help out, it was easier... but still a pain to update flat files.
</p>
<p>
I'm pushing for another option (which I won't talk about yet, but is known to a couple of people on the outside), but until that happens, we needed something a little easier to update. Since we have an application server, I went with <b><a href="http://www.php.net" title="PHP Hypertext Preprocessor">PHP</a></b>/<b><a href="http://www.mysql.com/" title="MySQL: The World's Most Popular Database">MySQL</a></b> to get it done. There may be (and are) other options, but I've done some PHP before, and used something like this a few years ago (code reuse is nice).
</p>
<p>
Now that it's available to us internally, I was wondering if anyone could recommend a system to manage something like this. When we move to the next iteration of our Intranet, we might keep this going if it works well enough.
</p>
    ]]></content>
  </entry>
</feed>
