Jump to content

[solved] how to display pain text output from url


Recommended Posts

Hello!

 

I would like to print a plain text without HTML tags when a url is called.

 

 

Here is an example:

 

test.php

 

echo "hello";

 

I want this:

 

hello

 

and no...

 

<html>

<header>

</header>

<body>

hello

</body>

</html>

 

 

is this posible?

 

Thank you!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...