Jump to content

www333

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by www333

  1. Cookies will not effect in its page, should access cookies in others page.
  2. $trueId = $_GET[trueId]; ------ $trueId = $_GET['trueId']; if($realText != $trueId){ $break = "\n"; $text = $trueId; fwrite($handle, $break); fwrite($handle, $text); }
  3. SELECT distinct(user_id),tag_id FROM tag_map JOIN `users` ON tag_map.user_id = users.id WHERE tag_id = 1 OR tag_id = 2 You can " SELECT distinct(user_id)" not "tag_id",but it's meaningless.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.