<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://dashes.com/anil/2001/03/ive-never-reall.html" />
  <link rel="self" type="application/atom+xml" href="http://dashes.com/anil/atom.xml" />
  <id>tag:dashes.com,2009:/anil//1/tag:www.dashes.com,2001:/anil//1.734-</id>
  <updated></updated>
  <title>Comments for I&apos;ve never really had a</title>
  <subtitle>A Blog About Making Culture</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.3-en</generator>
  <entry>
    <id>tag:www.dashes.com,2001:/anil//1.734</id>
    <link rel="alternate" type="text/html" href="http://dashes.com/anil/2001/03/ive-never-reall.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://dashes.com/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=734" title="I've never really had a" />
    <published>2001-03-25T06:09:59Z</published>
    <updated>2005-08-12T06:49:32Z</updated>
    <title>I&apos;ve never really had a</title>
    <summary><![CDATA[I've never really had a &quot;link list&quot; on my page like a lot of sites do. I have a little database thingy that pops up...]]></summary>
    <author>
      <name>Anil</name>
      <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://dashes.com/anil/">
      <![CDATA[<p>I've never really had a &quot;link list&quot; on my page like a lot of sites do. I have a little database thingy that pops up a few blogs in a sidebar, and then I cruise through those. But <a href="http://chason.nulldesign.com">Chason</a>, in an uncharacteristic act of self-promotion, asked me to link to his new design. (Which <em>is</em> pink, by the way. Where as my site is <em>not</em> pink, you bastards.) So I figured, in addition to linking to him, I'd put my list of links up on here, too. There's lots more sites I visit frequently, but most of them are on my <a href="/portal">portal</a> already.</p><p>If you read this site, you probably already know most of these. Hell, if you read this site, you probably <em>write</em> one of these sites. But enjoy the ones you don't know. And please, feel free to <a href="mailto:anil@dashes.com">let me know</a> what I've forgotten. There's a couple I can think of already...</p><p>Here, then, is my List of Links:</p>	<?php

		$csdb=mysql_connect("mysql5.siteprotect.com","dashes","india-0222");
		mysql_select_db("dashes",$csdb);
		$cssql_text = ("SELECT * from portalsites WHERE category = 9 and private = 0 ORDER BY title");
		$csquery = mysql_query($cssql_text);

		while ($result = mysql_fetch_array($csquery)) {
			echo "<a href='$result[siteurl]'>$result[title]</a><br>\n";
		}
	?><p>Hmm. I thought there were more than that.</p>]]>
      
    </content>
  </entry>

</feed>
