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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:55:57+00:00 2026-05-31T12:55:57+00:00

I am not able to figure out what we really mean when we echo

  • 0

I am not able to figure out what we really mean when we echo javascript.
Does it mean; the function inside script will execute inevitably?
I mean, will it execute with out even being called?
I’ve seen long scripts that seem to include a complete page inside an echo statement.

echo "<script type='text/javascript'>
$(function(){
blah blah blah
});
</script>";
  • 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-31T12:55:59+00:00Added an answer on May 31, 2026 at 12:55 pm

    echo is how you print output in PHP, it doesn’t do anything special otherwise.

    You can often see examples like yours in poorly organized, messy code. Like you say:

    I’ve seen long scripts that seem to include a complete page inside an echo statement.

    People get into a bad habit of “echoing” everything, rather than, in your case, using an external javascript file, or learning to break into or out of a PHP block for view logic.

    <p>This is a variable: <?php echo $var; ?></p>
    

    Usually should be preferred to:

    echo "<p>This is a variable: $var</p>";
    

    In general, you should avoid mixing HTML, CSS, and JavaScript into your PHP code unless it’s in a template or view file. Just remember there are a lot of inexperienced coders out there and you shouldn’t imitate everything you see.

    It’s better to inject PHP into your HTML, not the other way around.

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

Sidebar

Related Questions

i am really not able to figure this out myself so please help me
I feel really dumb for not being able to figure this out so here
I am not able to figure out this simple thing in ASP.NET MVC: I
I am not able to figure out why it is not tracing value for
I am not able to figure out how the graphs shown here are constructed?
In SQL Server 2005, I'm trying to figure out why I'm not able to
Now this is a tricky problem for which I'm not able to figure out
OK, I've not been able to figure this out thus far. Hoping someone can
I am unable to figure out why my code is not able to open
I have seen the abbreviation WS-*, but I have not been able to figure

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.