you can see my page here http://altadorcup.sketchedneo.com/tester3.php
its suppose to have
Shield
coding
made by
----> x3
example:
Shield Shield Shield
css code css code css code
html code html code html code
direct url direct url direct url
[php]
<?php include ($_SERVER['DOCUMENT_ROOT'].'/header.inc.php'); $sort = mysql_query("SELECT * FROM acshields WHERE checked = 1 ORDER BY id"); $count = 1; while($sort2 = mysql_fetch_array($sort)) { if($count==3){ $graphic_image .= '#userinfo .contentModuleContent { background-image: url(\"$sort2[url]\"); background-repeat: no-repeat; background-position: top right; } #userinfo .medText img { visibility: hidden; } #userinfo .medText table table img { visibility: visible; }
HTML Code:
URL:
$sort2[url]
<?=$graphic_image?> |
<?=$graphic_code?> |
<?=$graphic_by?> |
This is my current coding.