Hey, i followed the tutorial for a DJ says in the tutorial forum. However it only allows a message, and i also want a Dj name put into it aswell.
I have coded most of it, however on the below bit of code, i need it to also get "name" from "djsays", however i don't know how to get it in.
Help plz, and + rep for whoever does.
<?php
include('include/session.php');
$select = mysql_query("SELECT message from djsays order by id DESC LIMIT 1");
$message = mysql_fetch_array($select)
?>





Reply With Quote

