User:SQL/Admin CSS-JS Editing: Difference between revisions

Content deleted Content added
Update - add 1 year, 3 year and now still running
m top: Replaced deprecated <source> tags with <syntaxhighlight>
 
Line 1:
{{collapse top|title=Source code}}
<sourcesyntaxhighlight lang="PHP">
<?php
$query = "select user_name, user_id from user join user_groups on ug_user = user_id where ug_group = 'sysop';";
Line 130:
echo "\n\n$table\n\n";
?>
</syntaxhighlight>
</source>
{{collapse bottom}}