Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Shtml And Html
electriic ink
post May 4 2005, 01:05 PM
Post #1


Incest is a game the whole family can play.
Group Icon

Group: [MODERATOR]
Posts: 1,217
Joined: 11-February 05
From: Heaven
Member No.: 3,709



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?
Go to the top of the page
 
+Quote Post
karlo
post May 4 2005, 02:13 PM
Post #2


Privileged Member
*********

Group: Members
Posts: 618
Joined: 30-October 04
From: Philippines
Member No.: 2,049



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.
Go to the top of the page
 
+Quote Post
electriic ink
post May 4 2005, 02:22 PM
Post #3


Incest is a game the whole family can play.
Group Icon

Group: [MODERATOR]
Posts: 1,217
Joined: 11-February 05
From: Heaven
Member No.: 3,709



So using shtml you can using ssi (server side includes)
Go to the top of the page
 
+Quote Post
whyme
post May 5 2005, 04:54 AM
Post #4


Privileged Member
*********

Group: Members
Posts: 661
Joined: 10-January 05
Member No.: 3,189



yes you can, but by all means, use PHP instead of SHTML, tongue.gif
Go to the top of the page
 
+Quote Post
nonon
post May 5 2005, 03:48 PM
Post #5


Member [Level 3]
******

Group: Members
Posts: 97
Joined: 30-November 04
From: Portugal
Member No.: 2,485



Better yet: use Java Server Pages smile.gif
But it's hard to find a host for it...Trap17 is one ;P
Regards

Nuno
Go to the top of the page
 
+Quote Post
electriic ink
post May 5 2005, 05:36 PM
Post #6


Incest is a game the whole family can play.
Group Icon

Group: [MODERATOR]
Posts: 1,217
Joined: 11-February 05
From: Heaven
Member No.: 3,709



Or Active Server Pages smile.gif Which is what I use!

Thanks for clearing it up.
Go to the top of the page
 
+Quote Post
Tyssen
post May 9 2005, 10:32 PM
Post #7



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



QUOTE(karlo @ May 5 2005, 12:13 AM)
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.
*


In SHTML and ASP it looks like:

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

or
CODE
<!-- #include path="pathtoyourfile.htm" -->

The first is absolute path, the second is a relative path.
Go to the top of the page
 
+Quote Post
alexia
post May 21 2005, 09:48 AM
Post #8


Super Member
*********

Group: Members
Posts: 310
Joined: 9-February 05
From: Italian
Member No.: 3,677



s = secure
shtml = securehtml
in shtml one layer between you and server and protect Your data in way
Its really nice and good
Go to the top of the page
 
+Quote Post
Tyssen
post May 21 2005, 11:34 AM
Post #9



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



QUOTE(alexia @ May 21 2005, 07:48 PM)
s = secure
shtml = 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.
Go to the top of the page
 
+Quote Post

Reply to this topic