hi i wanna to inser a pic in my index.php cuz i want the pic to show up when the site load.
echo "<br>";
echo ("Welcome to Clan " . $clan . "! If you are interested in joining, check out our \"How to Join\" page.");
I WANNA PUT IT IN HERE between this to code, this is the url of the pic: http://i61.photobucket.com/albums/h4.../suzerged7.jpg
CAN ANY1 HELP ME PLS????
$result = @mysql_query("SELECT hits, visitors FROM status");
$row = mysql_fetch_array($result);
$get_hits = @mysql_query("SELECT COUNT(*) FROM od_unique_hits");
$total_hits = mysql_fetch_array($get_hits);
$total_hits = $total_hits[0];
Thank you for the help
|