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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:01:31+00:00 2026-05-23T22:01:31+00:00

At a place in my PHP application, I need to echo PHP’s Global variable’s

  • 0

At a place in my PHP application, I need to echo PHP’s Global variable’s Syntactically, i.e. something of the sort
echo "$_POST['submit']";
But this ain’t working. Can anyone please shed some light on it?

The actual piece of code is:
echo "<?php if(isset($_POST['submit'])) echo 'value="'. $_POST['{$column['Field']}'] .'"'; ?>";

  • 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-23T22:01:31+00:00Added an answer on May 23, 2026 at 10:01 pm

    Try using nowdoc

    $str = <<<'EOD'
    <?php if(isset($_POST['submit'])) echo 'value="'. $_POST['{$column['Field']}'] .'"'; ?>
    EOD;
    

    This is available from PHP 5.3 and it doesn’t interpolate into string the variable value

    to echo it simply do a:

    echo $str;
    

    or a

    echo htmlentities($str);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

WordPress allows theme designers to place a 404.php file in their theme's directory. This
at my working place (php only) we have a base class for database abstraction.
I it safe to place config.php in the root of your website even though
I'd like to place a directive in my theme's functions.php file which appends a
I'm not a PHP developer but i've seen in a couple of places that
I am creating a PHP based web application which requires simple authentication to use.
I'm working on an application where I need to automatically schedule jobs for members
I want to run a web application on php and mysql, using the CakePHP
I need to access some functions in multiple controllers in a CodeIgniter application. At
I'm in need of some sort of software based way to reserve the use

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.