/[LeafOK_CVS]/fenglin/bbs/article_service_post.php
ViewVC logotype

Diff of /fenglin/bbs/article_service_post.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Wed Apr 23 05:51:23 2025 UTC Revision 1.2 by sysadm, Fri Apr 25 05:17:50 2025 UTC
# Line 341  Line 341 
341                    
342                  if($row = mysqli_fetch_array($rs))                  if($row = mysqli_fetch_array($rs))
343                  {                  {
344                          $nickname = $row["nickname"];                          $nickname = mysqli_escape_string($db_conn, $row["nickname"]); // Nickname may include special characters
345                          $exp = $row["exp"];                          $exp = $row["exp"];
346                  }                  }
347                  mysqli_free_result($rs);                  mysqli_free_result($rs);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1