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

  • SEARCH
  • Home
  • 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 9253181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:09:12+00:00 2026-06-18T11:09:12+00:00

Possible Duplicate: Getting ’ instead of an apostrophe(') in PHP I am new to

  • 0

Possible Duplicate:
Getting ’ instead of an apostrophe(') in PHP

I am new to the PHP programming language and I need some help. When writing to a file with PHP, when an apostrophe is written to the file, it actually writes ’s. For example, when I try to write:

Hello it’s awesome

the program instead writes:

Hello it’ss awesome

I have tried multiple solutions, but still can’t get it working. If somebody could help, I would greatly appreciate it.

EDIT:
Ok so this is what i have tried:

echo mb_convert_encoding(
file_get_contents($filename),
“HTML-ENTITIES”,
“UTF-8”
);

The result was: \”Hello\” instead of “Hello”

I have also tried:

$text = fgets($fp);
$html = mb_convert_encoding($text, “HTML-ENTITIES”, “UTF-8”);

But didnt really understand what to do with that code

Also i would like to either convert a variable $stringDatad from ’s characters or convert the whole file from ’s characters. The file name is saved at $filename

  • 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-18T11:09:13+00:00Added an answer on June 18, 2026 at 11:09 am

    try

    echo stripslashes(mb_convert_encoding( file_get_contents($filename), "HTML-ENTITIES", "UTF-8" ));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Getting Started with PHP Extension-Development Has anyone got some resources on how
Possible Duplicate: regex help with getting tag content in PHP At first, please no
Possible Duplicate: Getting Filename from file descriptor in C Obtain filename from file pointer
Possible Duplicate: Getting a FILE* from a std::fstream Is there a way to obtain
Possible Duplicate: # in url getting ignored in php 5.2 I have following link
Possible Duplicate: Getting Started with Windows Phone 7 I am new to creating Windows
Possible Duplicate: Getting Filename from file descriptor in C Is there a simple and
Possible Duplicate: Getting current device language in iOS? I have an app which uses
Possible Duplicate: Getting time and date from timestamp with php I am trying to
Possible Duplicate: Getting battery information of a windows CE 5.0 device I need to

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.