Anyone can help me display my query database like the appearance of this forum,i like the colors and the way the interface looks like, also to display the title of the field names...
thanks!
Display Query
Moderator: General Moderators
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
eg.
Code: Select all
<?php
highlight_string('
<?php
$query = "SELECT something FROM somewhere";
$result = mysql_query($query) or die (mysql_error());
?>
');
?>