INNER JOIN AND hyperlinking to the joined field

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

mohson
Forum Contributor
Posts: 372
Joined: Thu Dec 02, 2004 6:58 am
Location: London

Post by mohson »

thank you the LEFT JOIN works fine Now im just having trouble with this Link it wont link to the url stored in the web_url field
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

how about posting a copy of the source from your browser? I don't see anything that'd screw up at this point.. although I would quote your attribute values.. that may ~fix some problems.

You're coding style is very unusual, so I may have missed something.
mohson
Forum Contributor
Posts: 372
Joined: Thu Dec 02, 2004 6:58 am
Location: London

Post by mohson »

OK heres the page source

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD 4.01//EN">
<script>
function start_up() &#123;
  doAction();
&#125;
</script>
<link type="text/css" rel="stylesheet" href="http://webassistant.soi.city.ac.uk/ext/coolbuttons/cb2.css">
<script type="text/javascript" language="javascript1.5" src="http://webassistant.soi.city.ac.uk/ext/coolbuttons/ieemu.js"></script>
<script type="text/javascript" src="http://webassistant.soi.city.ac.uk/ext/coolbuttons/cb2.js"></script>

<style>
.wa &#123; font: 30px arial; color: #666666 &#125;
</style>
<table cellpadding="0" cellspacing="0" border="0" width="720">
<tr class="underline">
<td width="40">

<img src="http://webassistant.soi.city.ac.uk/img/wa1.gif" title="" onclick="start_up()">
</td>
<td width="250"><span class="wa">Web&nbsp;Assistant</span></td>
<td>
<table border="0" cellpadding="0" width="100%">
<tr class="underline"><td>School of Informatics web page management</td></tr>
<tr><td>version 0.7beta&nbsp;</td></tr>
</table>
</td>
</tr>
</table>
  

<table id="coolButton" style="background: ButtonFace;" cellspacing="1">

<tr>
<td id="colButton" tabIndex="1"
  onaction="doAction('new')">
<img src="http://webassistant.soi.city.ac.uk/img/1x1.gif" align="absmiddle">new page
</td>
<td id="colButton" tabIndex="1"
  onaction="doAction('e_details')">
<img src="http://webassistant.soi.city.ac.uk/img/1x1.gif" align="absmiddle">edit details
</td>
<td id="coolButton" tabIndex="1"
  onaction="doAction('e_file')">
<img src="http://webassistant.soi.city.ac.uk/img/1x1.gif" align="absmiddle">edit file
</td>
<td id="coolButton" tabIndex="1"
  onaction="doAction('publish')">
<img src="http://webassistant.soi.city.ac.uk/img/1x1.gif" align="absmiddle">publish
</td>
<td id="coolButton" tabIndex="1"
  onaction="doAction('folder')">
<img src="http://webassistant.soi.city.ac.uk/img/1x1.gif" align="absmiddle">new folder
</td>
<td id="coolButton" tabIndex="1"
  onaction="doAction('bobby')">

<img src="http://webassistant.soi.city.ac.uk/img/1x1.gif" align="absmiddle">bobby</td>
<td id="coolButton" tabIndex="1"
  onaction="location.href='/TEMP/index.html'">
<img src="http://webassistant.soi.city.ac.uk/img/1x1.gif" align="absmiddle">help</td>
</tr>
</table>
<script>
var table=document.getElementById("coolButton");
for (var i=0;i<table.rows&#1111;0].cells.length;i++) &#123;
createButton(table.rows&#1111;0].cells&#1111;i]);
//table.rows&#1111;0].cells&#1111;5].setEnabled(false);

&#125;
var path ='/organisation/pl/CMS/people.html';
function webassistant(f) &#123;
//alert(f);
  window.open(f ,'wa',
    'scrollbars=no,resizable=no,width=560,height=400');
	window.focus = true;

&#125;
function doAction(me) &#123;
  switch (me) &#123;
    case "new":
    webassistant('http://webassistant.soi.city.ac.uk/?p=pg/p1.html&m=nPG&path='+path);
    break;
    case "e_details":
    webassistant('http://webassistant.soi.city.ac.uk/?p=pg/p1.html&m=ePG&path='+path);
    break;
    case "e_file":
		open("file://deneb.soi.city.ac.uk/web-source"+path);
    break;
    case "folder":
		webassistant('http://webassistant.soi.city.ac.uk/?p=fld/f1.html&m=nFLD&path='+path);
		break;
		case "publish":
    webassistant('http://webassistant.soi.city.ac.uk/?p=pb/pb.html&path='+path);
    break;

    case "bobby":
          open('http://bobby.watchfire.com/bobby/bobbyServlet?URL=http%3A%2F%2Fplain.soi.city.ac.uk%2F'+path+'&gl=wcag1-aaa&test=');
          break;

    default:
    webassistant('http://webassistant.soi.city.ac.uk/?p=home.html&path='+path);
    break;
  &#125;
&#125;

</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en"> 
<head>
<title>People</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" title="default" href="http://www.soi.city.ac.uk/css/2k4/default/style.css" type="text/css">
<link rel="stylesheet" title="default" href="http://www.soi.city.ac.uk/css/2k4/default/template_2.css" type="text/css">

<link rel="stylesheet" title="default" href="http://www.soi.city.ac.uk/css/2k4/soi/style.css" type="text/css">

</head>
<body>
<!-- Shortcut keystrokes for the benefit of partialy sighted users -->
<div id="shortcuts" >
<p>
<a accesskey="m" href="#menu" title="Skip to menu">
Skip to menu
</a>

|
<a accesskey="c" href="#content" title="Skip to content">
Skip to content
</a>
|
</p>

</div>
<!-- Shortcut keystrokes END -->
<div id="container"> 
<!-- City header (do not edit) -->
<div id="header">
<a href="http://www.city.ac.uk">
<img src="/images/city-logo.gif" alt="City University Logo" width="194" height="29"></a> 
<div class="cityHelp"> | 
<a href="http://www.city.ac.uk/atoz/" title="Index of City University's web site">Index</a> | 
<a href="http://www.soi.city.ac.uk/search/index.html" title="Search the School of Informatics web site">Search</a> | 
<a href="http://www.city.ac.uk/aboutcity/" title="Abbout City University">About</a> | 

<a href="http://www.city.ac.uk/help/" title="General help about using the web site">Help</a>
</div>
<div style="clear: right;"></div>
</div>
<!-- end top navigation -->
<div id="container"> 
<div id="mainTitle"> <h1>School of Informatics</h1> </div>
<div id="breadcrumbs">
<a class="back" title="Back to previous page" href="javascript:history.go(-1)" onfocus="self.status=document.referrer;return true" onmouseover="self.status=document.referrer;return true"><span class=quote_mark>&laquo;</span> Back</a><span class="hide">.</span><a href="http://www.city.ac.uk">City</a> <span class=quote_mark>&raquo;</span> 

<a href="http://www.soi.city.ac.uk">School of Informatics</a> <span class=quote_mark>&raquo;</span> 
<a href="/organisation/index.html">Our organisation</a> <span class=quote_mark>&raquo;</span> 
<a href="/organisation/pl/index.html">Professional Liaison</a>
</div>
<a name="menu"></a>

<!-- menu &#1111; begin ]-->
<div id="outmenu">
<ul>
<li  class="focus"><a href="/organisation/pl/CMS/people.html">Search People</a></li>
<li ><a href="/organisation/pl/CMS/organisations.html">Search Organisations</a></li>

<li ><a href="/organisation/pl/CMS/Upeople.html">Add New Person</a></li>
<li ><a href="/organisation/pl/CMS/Uorgs.html">Add New Organisation</a></li>
<li ><a href="/organisation/pl/CMS/reports.html">Reports</a></li>
<li ><a href="/organisation/pl/CMS/letters.html">Letters</a></li>
<li ><a href="/organisation/pl/CMS/marketing.html">Marketing</a></li>
</ul></div>
<!-- menu &#1111; end ]-->
<div style="clear: left"></div>
<div id="content">
<a name="content"></a>
<!-- Please don't remove these comments -->
<!-- Content Start -->




<p><strong><font size="4">Personal Details</font></strong><br>

 <br>
<p><font><strong>Select a record for editing by clicking on its ID.</strong></font>
<br><a href="queries.html"> Quick Search: Find a Contact</a><br>
<hr>

 



<form name="form1" id="form1" method="get" action="/organisation/pl/CMS/people.html">
<select name="go" id="go">
<option value="5">5</option>
<option value="10" selected="selected">10</option>
<option value="20">20</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="200">200</option>
<option value=""></option>
</select>
<input type="submit" name="Submit" id="Submit" value="Go" />

</form>
<table width="50%" border="0" cellpadding="2" cellspacing="2">

    <tr>
		<td><b><small>RecNo</small></b></td>
		<td><b><small>ID</small></b></td>
		<td><b><small>Title</small></b></td>
		<td><b><small>First Name</small></b></td>

		<td><b><small>Surname</small></b></td>
		<td><b><small>Organisation</small></b></td>
		<td><b><center><small>Role</small></center></b></td>
		<td><b><small>Address(1)</small></b></td>
		<td><b><small>Address(2)</small></b></td>
		<td><b><small>City</small></b></td>

		<td><b><small>Post Code</small></b></td>
		<td><b><small>Telephone</small></b></td>
		<td><b><small>Mobile</small></b></td>
		<td><b><small>Fax</small></b></td>
		<td><b><small>Last Contact</small></b></td>
		<td><b><small>Contact Again</small></b></td>

		<td><b><small>Notes</small></b></td><tr bgcolor="#ADD8E6"><td>1</td><td> 68</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#E0FFFF"><td>2</td><td> 69</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#ADD8E6"><td>3</td><td> 70</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#E0FFFF"><td>4</td><td> 71</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#ADD8E6"><td>5</td><td> 72</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#E0FFFF"><td>6</td><td> 73</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#ADD8E6"><td>7</td><td> 74</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#E0FFFF"><td>8</td><td> 75</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#ADD8E6"><td>9</td><td> 76</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr bgcolor="#E0FFFF"><td>10</td><td> 77</td><td></td><td><a href=mailto:></a></td><td><a href=mailto:></a></td><td><a href=></a></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></table><br /><br />

&#1111;<b> 1 </b>] 
&#1111; <a href="people.html?offset=2&go=10">2</a> ] 
&#1111; <a href="people.html?offset=3&go=10">3</a> ] 
&#1111; <a href="people.html?offset=4&go=10">4</a> ] 
&#1111; <a href="people.html?offset=5&go=10">5</a> ] 
&#1111; <a href="people.html?offset=6&go=10">6</a> ] 
&#1111; <a href="people.html?offset=7&go=10">7</a> ] 
&#1111; <a href="people.html?offset=8&go=10">8</a> ] 
&#1111; <a href="people.html?offset=9&go=10">9</a> ] 
&#1111; <a href="people.html?offset=10&go=10">10</a> ] 
&#1111; <a href="people.html?offset=11&go=10">11</a> ] 
&#1111; <a href="people.html?offset=12&go=10">12</a> ] 
&#1111; <a href="people.html?offset=13&go=10">13</a> ] 
&#1111; <a href="people.html?offset=14&go=10">14</a> ] 
&#1111; <a href="people.html?offset=15&go=10">15</a> ] 
&#1111; <a href="people.html?offset=16&go=10">16</a> ] 
&#1111; <a href="people.html?offset=17&go=10">17</a> ] 
&#1111; <a href="people.html?offset=18&go=10">18</a> ] 
&#1111; <a href="people.html?offset=19&go=10">19</a> ] 
&#1111; <a href="people.html?offset=20&go=10">20</a> ] 
&#1111; <a href="people.html?offset=21&go=10">21</a> ] 
&#1111; <a href="people.html?offset=22&go=10">22</a> ] 
&#1111; <a href="people.html?offset=23&go=10">23</a> ] 
&#1111; <a href="people.html?offset=24&go=10">24</a> ] 
&#1111; <a href="people.html?offset=25&go=10">25</a> ] 
&#1111; <a href="people.html?offset=26&go=10">26</a> ] 
&#1111; <a href="people.html?offset=27&go=10">27</a> ] 
&#1111; <a href="people.html?offset=28&go=10">28</a> ] 
&#1111; <a href="people.html?offset=29&go=10">29</a> ] 
&#1111; <a href="people.html?offset=30&go=10">30</a> ] 
&#1111; <a href="people.html?offset=31&go=10">31</a> ] 
&#1111; <a href="people.html?offset=32&go=10">32</a> ] 
&#1111; <a href="people.html?offset=33&go=10">33</a> ] 
&#1111; <a href="people.html?offset=34&go=10">34</a> ] 
&#1111; <a href="people.html?offset=35&go=10">35</a> ] 
&#1111; <a href="people.html?offset=36&go=10">36</a> ] 
&#1111; <a href="people.html?offset=37&go=10">37</a> ] 
&#1111; <a href="people.html?offset=38&go=10">38</a> ] 
&#1111; <a href="people.html?offset=39&go=10">39</a> ] 
&#1111; <a href="people.html?offset=40&go=10">40</a> ] 
&#1111; <a href="people.html?offset=41&go=10">41</a> ] 
&#1111; <a href="people.html?offset=42&go=10">42</a> ] 
&#1111; <a href="people.html?offset=43&go=10">43</a> ] 
&#1111; <a href="people.html?offset=44&go=10">44</a> ] 
&#1111; <a href="people.html?offset=45&go=10">45</a> ] 
&#1111; <a href="people.html?offset=46&go=10">46</a> ] 
&#1111; <a href="people.html?offset=47&go=10">47</a> ] 
&#1111; <a href="people.html?offset=48&go=10">48</a> ] 
&#1111; <a href="people.html?offset=49&go=10">49</a> ] 
&#1111; <a href="people.html?offset=50&go=10">50</a> ] 
&#1111; <a href="people.html?offset=51&go=10">51</a> ] 
&#1111; <a href="people.html?offset=52&go=10">52</a> ] 
&#1111; <a href="people.html?offset=53&go=10">53</a> ] 
&#1111; <a href="people.html?offset=54&go=10">54</a> ] 
&#1111; <a href="people.html?offset=55&go=10">55</a> ] 
&#1111; <a href="people.html?offset=56&go=10">56</a> ] 
&#1111; <a href="people.html?offset=57&go=10">57</a> ] 
&#1111; <a href="people.html?offset=58&go=10">58</a> ] 
&#1111; <a href="people.html?offset=59&go=10">59</a> ] 
&#1111; <a href="people.html?offset=60&go=10">60</a> ] 
&#1111; <a href="people.html?offset=61&go=10">61</a> ] 
&#1111; <a href="people.html?offset=62&go=10">62</a> ] 
&#1111; <a href="people.html?offset=63&go=10">63</a> ] 
&#1111; <a href="people.html?offset=64&go=10">64</a> ] 
&#1111; <a href="people.html?offset=65&go=10">65</a> ] 
&#1111; <a href="people.html?offset=66&go=10">66</a> ] 
&#1111; <a href="people.html?offset=67&go=10">67</a> ] 
&#1111; <a href="people.html?offset=68&go=10">68</a> ] 
&#1111; <a href="people.html?offset=69&go=10">69</a> ] 
&#1111; <a href="people.html?offset=70&go=10">70</a> ] 
&#1111; <a href="people.html?offset=71&go=10">71</a> ] 
&#1111; <a href="people.html?offset=72&go=10">72</a> ] 
&#1111; <a href="people.html?offset=73&go=10">73</a> ] 
&#1111; <a href="people.html?offset=74&go=10">74</a> ] 
&#1111; <a href="people.html?offset=75&go=10">75</a> ] 
&#1111; <a href="people.html?offset=76&go=10">76</a> ] 
&#1111; <a href="people.html?offset=77&go=10">77</a> ] 
&#1111; <a href="people.html?offset=78&go=10">78</a> ] 
&#1111; <a href="people.html?offset=79&go=10">79</a> ] 
&#1111; <a href="people.html?offset=80&go=10">80</a> ] 
&#1111; <a href="people.html?offset=81&go=10">81</a> ] 
&#1111; <a href="people.html?offset=82&go=10">82</a> ] 
&#1111; <a href="people.html?offset=83&go=10">83</a> ] 
&#1111; <a href="people.html?offset=84&go=10">84</a> ] 
&#1111; <a href="people.html?offset=85&go=10">85</a> ] 
&#1111; <a href="people.html?offset=86&go=10">86</a> ] 
&#1111; <a href="people.html?offset=87&go=10">87</a> ] 
&#1111; <a href="people.html?offset=88&go=10">88</a> ] 
&#1111; <a href="people.html?offset=89&go=10">89</a> ] 
&#1111; <a href="people.html?offset=90&go=10">90</a> ] 
&#1111; <a href="people.html?offset=91&go=10">91</a> ] 
&#1111; <a href="people.html?offset=92&go=10">92</a> ] 
&#1111; <a href="people.html?offset=93&go=10">93</a> ] 
&#1111; <a href="people.html?offset=94&go=10">94</a> ] 
&#1111; <a href="people.html?offset=95&go=10">95</a> ] 
&#1111; <a href="people.html?offset=96&go=10">96</a> ] 
&#1111; <a href="people.html?offset=97&go=10">97</a> ] 
&#1111; <a href="people.html?offset=98&go=10">98</a> ] 
&#1111; <a href="people.html?offset=99&go=10">99</a> ] 
&#1111; <a href="people.html?offset=100&go=10">100</a> ] 
&#1111; <a href="people.html?offset=101&go=10">101</a> ] 
&#1111; <a href="people.html?offset=102&go=10">102</a> ] 
&#1111; <a href="people.html?offset=103&go=10">103</a> ] 
&#1111; <a href="people.html?offset=104&go=10">104</a> ] 
&#1111; <a href="people.html?offset=105&go=10">105</a> ] 
&#1111; <a href="people.html?offset=106&go=10">106</a> ] 
&#1111; <a href="people.html?offset=107&go=10">107</a> ] 
&#1111; <a href="people.html?offset=108&go=10">108</a> ] 
&#1111; <a href="people.html?offset=109&go=10">109</a> ] 
&#1111; <a href="people.html?offset=110&go=10">110</a> ] 
&#1111; <a href="people.html?offset=111&go=10">111</a> ] 
&#1111; <a href="people.html?offset=112&go=10">112</a> ] 
&#1111; <a href="people.html?offset=113&go=10">113</a> ] 
&#1111; <a href="people.html?offset=114&go=10">114</a> ] 
&#1111; <a href="people.html?offset=115&go=10">115</a> ] 
&#1111; <a href="people.html?offset=116&go=10">116</a> ] 
&#1111; <a href="people.html?offset=117&go=10">117</a> ] 
&#1111; <a href="people.html?offset=118&go=10">118</a> ] 
&#1111; <a href="people.html?offset=119&go=10">119</a> ] 
&#1111; <a href="people.html?offset=120&go=10">120</a> ] 
&#1111; <a href="people.html?offset=121&go=10">121</a> ] 
&#1111; <a href="people.html?offset=122&go=10">122</a> ] 
&#1111; <a href="people.html?offset=123&go=10">123</a> ] 
&#1111; <a href="people.html?offset=124&go=10">124</a> ] 
&#1111; <a href="people.html?offset=125&go=10">125</a> ] 
&#1111; <a href="people.html?offset=126&go=10">126</a> ] 
&#1111; <a href="people.html?offset=127&go=10">127</a> ] 
&#1111; <a href="people.html?offset=128&go=10">128</a> ] 
&#1111; <a href="people.html?offset=129&go=10">129</a> ] 
&#1111; <a href="people.html?offset=130&go=10">130</a> ] 
&#1111; <a href="people.html?offset=131&go=10">131</a> ] 
&#1111; <a href="people.html?offset=132&go=10">132</a> ] 
&#1111; <a href="people.html?offset=133&go=10">133</a> ] 
&#1111; <a href="people.html?offset=134&go=10">134</a> ] 
&#1111; <a href="people.html?offset=135&go=10">135</a> ] 
&#1111; <a href="people.html?offset=136&go=10">136</a> ] 
&#1111; <a href="people.html?offset=137&go=10">137</a> ] 
&#1111; <a href="people.html?offset=138&go=10">138</a> ] 
&#1111; <a href="people.html?offset=139&go=10">139</a> ] 
&#1111; <a href="people.html?offset=140&go=10">140</a> ] 
&#1111; <a href="people.html?offset=141&go=10">141</a> ] 
&#1111; <a href="people.html?offset=142&go=10">142</a> ] 
&#1111; <a href="people.html?offset=143&go=10">143</a> ] 
&#1111; <a href="people.html?offset=144&go=10">144</a> ] 
&#1111; <a href="people.html?offset=145&go=10">145</a> ] 
&#1111; <a href="people.html?offset=146&go=10">146</a> ] 
&#1111; <a href="people.html?offset=147&go=10">147</a> ] 
&#1111; <a href="people.html?offset=148&go=10">148</a> ] 
&#1111; <a href="people.html?offset=149&go=10">149</a> ] 
&#1111; <a href="people.html?offset=150&go=10">150</a> ] 
&#1111; <a href="people.html?offset=151&go=10">151</a> ] 
&#1111; <a href="people.html?offset=152&go=10">152</a> ] 
&#1111; <a href="people.html?offset=153&go=10">153</a> ] 
&#1111; <a href="people.html?offset=154&go=10">154</a> ] 
&#1111; <a href="people.html?offset=155&go=10">155</a> ] 
&#1111; <a href="people.html?offset=156&go=10">156</a> ] 
&#1111; <a href="people.html?offset=157&go=10">157</a> ] 
&#1111; <a href="people.html?offset=158&go=10">158</a> ] 
&#1111; <a href="people.html?offset=159&go=10">159</a> ] 
&#1111; <a href="people.html?offset=160&go=10">160</a> ] 
&#1111; <a href="people.html?offset=161&go=10">161</a> ] 
&#1111; <a href="people.html?offset=162&go=10">162</a> ] 
&#1111; <a href="people.html?offset=163&go=10">163</a> ] 
&#1111; <a href="people.html?offset=164&go=10">164</a> ] 
&#1111; <a href="people.html?offset=165&go=10">165</a> ] 
&#1111; <a href="people.html?offset=166&go=10">166</a> ] 
&#1111; <a href="people.html?offset=167&go=10">167</a> ] 
&#1111; <a href="people.html?offset=168&go=10">168</a> ] 
&#1111; <a href="people.html?offset=169&go=10">169</a> ] 
&#1111; <a href="people.html?offset=170&go=10">170</a> ] 
&#1111; <a href="people.html?offset=171&go=10">171</a> ] 
&#1111; <a href="people.html?offset=172&go=10">172</a> ] 
&#1111; <a href="people.html?offset=173&go=10">173</a> ] 
&#1111; <a href="people.html?offset=174&go=10">174</a> ] 
&#1111; <a href="people.html?offset=175&go=10">175</a> ] 
&#1111; <a href="people.html?offset=176&go=10">176</a> ] 
&#1111; <a href="people.html?offset=177&go=10">177</a> ] 
&#1111; <a href="people.html?offset=178&go=10">178</a> ] 
&#1111; <a href="people.html?offset=179&go=10">179</a> ] 
&#1111; <a href="people.html?offset=180&go=10">180</a> ] 
&#1111; <a href="people.html?offset=181&go=10">181</a> ] 
&#1111; <a href="people.html?offset=182&go=10">182</a> ] 
&#1111; <a href="people.html?offset=183&go=10">183</a> ] 
&#1111; <a href="people.html?offset=184&go=10">184</a> ] 
&#1111; <a href="people.html?offset=185&go=10">185</a> ] 
&#1111; <a href="people.html?offset=186&go=10">186</a> ] 
&#1111; <a href="people.html?offset=187&go=10">187</a> ] 
&#1111; <a href="people.html?offset=188&go=10">188</a> ] 
&#1111; <a href="people.html?offset=189&go=10">189</a> ] 
&#1111; <a href="people.html?offset=190&go=10">190</a> ] 
&#1111; <a href="people.html?offset=191&go=10">191</a> ] 
&#1111; <a href="people.html?offset=192&go=10">192</a> ] 
&#1111; <a href="people.html?offset=193&go=10">193</a> ] 
&#1111; <a href="people.html?offset=194&go=10">194</a> ] 
&#1111; <a href="people.html?offset=195&go=10">195</a> ] 
&#1111; <a href="people.html?offset=196&go=10">196</a> ] 
&#1111; <a href="people.html?offset=197&go=10">197</a> ] 
&#1111; <a href="people.html?offset=198&go=10">198</a> ] 
&#1111; <a href="people.html?offset=2&go=10">next</a> > ] 

<br /><br />
Page 1 of 198<br />

	

<p> 
  <!-- Content End   -->
  <!-- Please don't remove these comments -->
  <div style="clear: both;"></div>
</div> <!-- close content-->
<div id="footer">
<div id="right">
<p>Please mail any comments/suggestions to 
webadm<!-- a comment -->&#064;soi.city.ac.uk<br>

Version 2.0 Published: </p>
<a accesskey="e" href="http://editweb.soi.city.ac.uk:/organisation/pl/CMS/people.html" title="Skip to editweb"></a>
<a accesskey="k" href="http://2k4.soi.city.ac.uk:/organisation/pl/CMS/people.html" title="Skip to new site"></a>
<a accesskey="w" href="http://www.soi.city.ac.uk:/organisation/pl/CMS/people.html" title="Skip to live site"></a>
</div>
</div> <!-- close footer-->
</div> <!-- close container-->
</body>
</html>
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

okay.. you should definitely quote the attribute values you are echoing out. Also need to add the null checks I talked about earlier.
Post Reply