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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:19:02+00:00 2026-06-06T13:19:02+00:00

so I have this problem I have 3 files like 2.php <?php $variable =

  • 0

so I have this problem I have 3 files like

2.php

<?php
$variable = 4;
?>

1.php

<?php
class foo {
function bar() {include_once('2.php');}
}
?>

index.php

<?php
include_once('1.php');
$foo = new foo;
foo->bar();
echo $variable;
?>

Why it tells me variable has no value ?
If I do like this

<?php
include_once('1.php');
$foo = new foo;
foo->bar();
include_once('2.php');
echo $variable;
?>

It won’t work either.
Only in this way

<?php
include_once('1.php');
$foo = new foo;
//foo->bar();
include_once('2.php');
echo $variable;
?>

It will work, any explanation?
Thanks

  • 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-06T13:19:04+00:00Added an answer on June 6, 2026 at 1:19 pm

    You are confusing include and include_once.

    When you use the latter the file loading and thus variable declaration will only occur once. And if you do so within the method scope, it won’t get declared a second time in the global scope. Or vice versa.

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

Sidebar

Related Questions

I have an index.php with this code <div id=example class=functions></div> <script type=text/javascript> var ajax_load
I have a website. That is setup like this: /public_html index.php common.php db.php /dev
I have a problem, my rake file looks like this: require File.expand_path('../config/application', __FILE__) require
I' ve got a problem with Haskell. I have text file looking like this:
Has anyone had this problem? My projects tend to have some long XML files
I have this problem: I want to generate a new source code file from
i have a controller page like this: class UsersController extends AppController { var $helpers
I have like: class Class2 extends Class1 { ..... function __construct() { parent::__construct(); $var_in_included_file;
I have the following setup: class.staff.php This defines many variables, the one I'm working
I'm having problem with global variable in PHP. I have mysqli config file which

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.