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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:08:21+00:00 2026-05-30T21:08:21+00:00

Man, I could swear I saw it somewhere, the useful syntax for shortening the

  • 0

Man, I could swear I saw it somewhere, the useful syntax for shortening the <?php echo $var ?> construct, and I think it was <?=$var?> but it doesn’t work. I’ve searched about half an hour now but can’t find the website again that told me about it, and I can’t figure out the correct syntax.

Am I hallucinating or is there really a syntax like this?

<div style="background-color:<?=$backgroundColorFromPhp?>">
    Hello <?=$name?>!
</div>
  • 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-30T21:08:22+00:00Added an answer on May 30, 2026 at 9:08 pm

    PHP has the short_open_tag directive in php.ini which enables this syntax:

    <? PHP code here; ?>
    

    as opposed to <?php PHP code here; ?>.

    It also enables

    <?= variable ?>
    

    as a shorthand for <? echo variable; ?>. The docs note that as of PHP 5.4.0 <?= will be enabled regardless of the short_open_tag setting.

    Very similar is asp_tags. It enables the classic ASP-style syntax:

    <% PHP code here; %>
    <%= variable %>
    

    which is where the echo-shorthand syntax originally came from. Side note: In classic ASP <%= ... would replace the rather verbose form:

    <% Response.Write variable %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I checked man php and output of php -h , but I didn't seem
I've tried man(3) setsid , but it only explains how to use it, I
I could use getpass() to get a password. However, the man page says: This
I had an idea, but don't know if it could be possible to do
I could not find this answer in the man or info pages, nor with
I read most of the questions here but I could not find the answer
I saw the man page of test . where the below is mentioned. -e
So, for fun, I decided to see if I could mimic the syntax/functionality of
The Mythical Man-Month is now classic, but the Surgical Team methodology is still interesting.
The man page did not clearly specify this. But looking at openssl's apps implementations,

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.