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 3976778
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:50:43+00:00 2026-05-20T04:50:43+00:00

My php script won’t work if i try to insert into database something in

  • 0

My php script won’t work if i try to insert into database something in Saxon genitive (for example value “mike’s” won’t be inserted).
PHP code is plain and simple:

"INSERT INTO cache (id,name,LinkID,number,TChecked) VALUES(".$idUser.",'".$LinkName."',".$LinkID.",".$number.",NOW());"

Everything works great until “$LinkaName” get some value with “special character”. How to put values like “mike’s”, “won’t” etc. into MySql database?

  • 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-05-20T04:50:43+00:00Added an answer on May 20, 2026 at 4:50 am

    You need to escape these strings properly. In addition, the technique that you’re using right now exposes you to an SQL injection attack.

    The PHP docs for mysql_real_escape_string gives a good example of what you should do:

    // Query
    $query = sprintf("INSERT INTO cache (id,name,LinkID,number,TChecked) VALUES(%d,'%s',%d,%d,'%s');",
       mysql_real_escape_string($idUser),
       mysql_real_escape_string($LinkName),
       mysql_real_escape_string($LinkID),
       mysql_real_escape_string($number),
       mysql_real_escape_string(NOW()));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason This php script won't echo anything: <?php setcookie(pop,'hi',time()+604800); echo $HTTP_COOKIE_VARS['pop']; ?>
After loading a PHP template (using jQuery's load function), this simple script won't make
I have a few questions regarding a PHP Pagination Script For Flat File Database
I have a PHP script that initialises an image gallery. It loops through all
I need to create a php script that takes lots of URL's via POST
My PHP script serves files using readfile() and manually added HTTP headers. Files are
I have a php script, which downloads, rescales and stores an image using the
I have a PHP script that is using get_dns_record to retrieve and display specific
I have wrote a simple php script which reads an IMAP email account and
My iPhone app communicates with a php script hosted on a server. Hard coded

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.