<table style="border: 1px solid #000000;">
  <tr>
    <td>
	<?php	
	if(strpos($_SERVER['HTTP_USER_AGENT'],"Firefox"))	//kijkt hier of je met Firefox browst(zoeken in een string met strpos().)
	{	// true -> de complimenten :) (of je laat nix zien natuurlijk..
		echo "Hardstikke mooi dat je al Firefox hebt";
	}
	else
	{	//anders -> laat een (in dit geval firefox) reclame banner zien
		echo "<a href=\"http://getfirefox.com/\" title=\"Get Firefox - The Browser, Reloaded\"><img src=\"http://www.mozilla.org/products/firefox/buttons/getfirefox_large.png\" width=\"178\" height=\"60\" border=\"0\" alt=\"Get Firefox\"></a> ";
	}
	?>   
    </td>
  </tr>
</table>
             
            <table style="border: 1px solid #000000;">
  <tr>
    <td>
	<?php	
	if(strpos($_SERVER['HTTP_USER_AGENT'],"Firefox"))	//kijkt hier of je met Firefox browst(zoeken in een string met strpos().) 	{	// true -> de complimenten :) (of je laat nix zien natuurlijk..
		echo "Hardstikke mooi dat je al Firefox hebt"; 	}
	else
	{	//anders -> laat een (in dit geval firefox) reclame banner zien
		echo "<a href=\"http://getfirefox.com/\" title=\"Get Firefox - The Browser, Reloaded\"><img src=\"http://www.mozilla.org/products/firefox/buttons/getfirefox_large.png\" width=\"178\" height=\"60\" border=\"0\" alt=\"Get Firefox\"></a> "; 	}
	?>   
    </td>
  </tr>
</table>