Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9190423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:27:27+00:00 2026-06-17T20:27:27+00:00

if($_SESSION[‘s_logged_n’] == ‘true’){ $server = $panel->real_escape_string($_GET[‘ip’]); $dn = $panel->real_escape_string($_GET[‘newname’]); $query = $panel->query( UPDATE `Registered`

  • 0
if($_SESSION['s_logged_n'] == 'true'){
    $server = $panel->real_escape_string($_GET['ip']);
    $dn = $panel->real_escape_string($_GET['newname']);
    $query = $panel->query(
        "UPDATE `Registered` SET `displayname` = '$dn' WHERE `owner`='".$_SESSION['s_username']."' AND `server`='$server'"
    );
}

Above is the code that I am using. $panel is a connection to the database, which works. I’ve been banging my head for hours working with this stuff in order to try and escape the quotes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T20:27:28+00:00Added an answer on June 17, 2026 at 8:27 pm

    You are not using mysqli_real_escape_string you are using the method real_escape_string that belongs to the objects $panel now if that is just another name for mysqli_real_escape_string then it is not used to “strip” quotes, it is used to make a legal SQL query. Quotes are not an illegal entity. I would suggest simply str_replace() if you want to specifically target quotations.

    EDIT

    jeroen beat me in the comments :p

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

session_start(); $token = md5(uniqid(rand(), TRUE)); $_SESSION['token'] = $token; This is how I start my
session_start(); $_SESSION['user'] = 789456; $_SESSION['name'] = dummy; $_SESSION['id'] = 123; print_r($_SESSION); session_destroy(); echo Session
Why session is null in this even if i set: public class HelperClass {
$_session['user_id']=4; Where this values of session is saved.. means in some file?? where??
session_start(); $_SESSION['fname']=$row['fname']; $_SESSION['user']=$row['name']; $_SESSION['adpoint'] = $row['adpoint']; $_SESSION['phone']=$row['phone']; $_SESSION['id'] = $row['id']; $_SESSION['rememberMe'] = $_POST['rememberMe']; //
The session time out is set to 20mins but the application session keeps expiring
Does session_name set cookies as well? session_name(sess); session_start(); if I add this line of
session = get_current_session() a1 = session.has_key('account.logged') # is true session2 = Session(sid=session.sid) a2 =
session_start(); ob_start(); $hasDB = false; $server = 'localhost'; $user = 'user'; $pass = 'pass';
session.Query<Product>().Where(p => p.Name.Conains(Paper)) creates to the following SQL: (...) where prod1_.Name like ('%' ||

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.