Jump to content
xisto Community
electriic ink

Shtml And Html

Recommended Posts

This to some may seem like a simple and obvious question, but is there a difference between what you can code in shtml and what you code in html or are they the same. Is it just a different extension for html programming like htm?

Share this post


Link to post
Share on other sites

Ok, here's the difference between the two.

 

sHTML means Server-side Include HTML

 

so, what's the difference? It's a little similar to PHP.

 

At PHP, you can include another page in the current page just by using the include() function.

 

Now at sHTML, i think it starts with <% include("file.htm"); %> i don't know if it's like that, but I think IT IS LIKE that.

Share this post


Link to post
Share on other sites

Now at sHTML, i think it starts with <% include("file.htm"); %> i don't know if it's like that, but I think IT IS LIKE that.

138058[/snapback]

In SHTML and ASP it looks like:

 

<!-- #include virtual="/pathtoyourfile.htm" -->
or

<!-- #include path="pathtoyourfile.htm" -->
The first is absolute path, the second is a relative path.

Share this post


Link to post
Share on other sites

s = secureshtml = securehtml
in shtml one layer between you and server and protect Your data in way
Its really nice and good

No, that's incorrect actually. The 's' stands for server-side as karlo stated much earlier. There's nothing particularly secure about SHTML.

Share this post


Link to post
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...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.