View Full Version : Kristall Panel 2 Help
=Collecting=
20-04-2008, 09:01 AM
I have installed Kristall Panel 2 but im stuck with the coding to display the DJ says on my homepage. +Rep if you can help mabe a rare from our sites prize vault. Thanks
RedCrisps
20-04-2008, 09:29 AM
PM Daniel(lolcopters) for the missing file.
=Collecting=
20-04-2008, 09:40 AM
PM Daniel(lolcopters) for the missing file.
He wont give it to me i asked over msn he said he cant be bothered i got to do it myself lol
Agnostic Bear
20-04-2008, 10:15 AM
He wont give it to me i asked over msn he said he cant be bothered i got to do it myself lol
Stop rewording what I said, I said I didn't code it so you'd have to, meaning you'd learn some php and stop bugging me all the time.
<?php
include("djpanel/connector.php");
$query = mysql_query("SELECT * FROM djsays");
while($rows = mysql_fetch_array($query)) {
echo("<strong>DJ $rows[username] Says</strong>:<br>$rows[shoutout]");
}
?>
=Collecting=
20-04-2008, 08:07 PM
Thanks Jack
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.