Aristotl3
03-06-2007, 11:56 AM
Hey guys - can anyone help me figure out why this portfolio isn't working properly?
Here is the webpage:
http://www.theideafarm.net/portfolio.php
You will notice that the audio and video links are not working properly. I have included the code below to show how the audio and video pages are linked. Does anyone know what might be causing this error??
Thanks.
<p>• <a href="portfolio.php?section=print&page=1">Print</a></p>
<p>• <a href="portfolio.php?section=identity&page=1">Identity</a></p>
<p>• <a href="portfolio.php?section=web&page=1">Web</a></p>
<p>• <a href="portfolio.php?section=video">Video Production</a></p>
<p>• <a href="portfolio.php?section=audio">Audio Production</a></p>
<p>• <a href="portfolio.php?section=outdoor&page=1">Outdoor</a></p>
<p> </p>
</td></tr></table>
</div>
<div id=gray></div>
<?php
switch ($section){
case 'audio':
include 'portfolio_audio.php';
break;
case 'video':
include 'portfolio_video.php';
break;
default:
include 'portfolio_images.php';
break;};
?>
Here is the webpage:
http://www.theideafarm.net/portfolio.php
You will notice that the audio and video links are not working properly. I have included the code below to show how the audio and video pages are linked. Does anyone know what might be causing this error??
Thanks.
<p>• <a href="portfolio.php?section=print&page=1">Print</a></p>
<p>• <a href="portfolio.php?section=identity&page=1">Identity</a></p>
<p>• <a href="portfolio.php?section=web&page=1">Web</a></p>
<p>• <a href="portfolio.php?section=video">Video Production</a></p>
<p>• <a href="portfolio.php?section=audio">Audio Production</a></p>
<p>• <a href="portfolio.php?section=outdoor&page=1">Outdoor</a></p>
<p> </p>
</td></tr></table>
</div>
<div id=gray></div>
<?php
switch ($section){
case 'audio':
include 'portfolio_audio.php';
break;
case 'video':
include 'portfolio_video.php';
break;
default:
include 'portfolio_images.php';
break;};
?>
