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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:32:22+00:00 2026-05-26T20:32:22+00:00

I am having a problem with this code: $myvariable = <?php $user_id = ‘5’;

  • 0

I am having a problem with this code:

$myvariable = "<?php $user_id = '5'; ?>";

…now I then write it to file using php…

and this is what I see when I open the saved file:

<?php  = '5'; ?>

$user_id is missing!

Why is this happening and is there a way to fix this problem?

  • 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-26T20:32:22+00:00Added an answer on May 26, 2026 at 8:32 pm

    When you use double-quotes, any $variables in the text will be replaced with their current value. Because $user_id isn’t defined in the code that’s currently running, it’s replaced with nothing.

    There are a couple of ways to prevent this from happening. You could wrap your string in single-quotes instead, escaping the existing single-quotes in the text with a backslash:

    $myvariable = '<?php $user_id = \'5\'; ?>';
    

    Or you cou could instead escape the $ with a backslash, so that it’s not interpreted:

    $myvariable = "<?php \$user_id = '5'; ?>";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm a novice php programmer and having a problem assembling this code to work.
I'm having some problem with this code using the #as_json method. render json: channel.as_json({
I've been having this problem for awhile now. Anyways, given this code: <table> <tr>
This is follow up post where I'm having a problem where my php code
I'm having a problem with this code here. using (MemoryStream ms = new MemoryStream())
I am trying to convert this test code to C# and having a problem
I am having some trouble with this code . The problem is when i
this week I'm having problems logging in LinkedIn using ruby mechanize. My code is
We are having this problem with a controller right now; the controller looks like
I'm having a problem with the specific set of values in this code snippet.

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.