source: trunk/pages/comments.php@ 532

Last change on this file since 532 was 405, checked in by zork, 16 years ago
File size: 88 bytes
Line 
1<?php
2$id = (isset($_GET["id"])) ? $db->real_escape_string($_GET["id"]) : "0";
3
4
5
6
7
8
9?>
Note: See TracBrowser for help on using the repository browser.