Stickievix
06-16-2003, 08:15 PM
Hey, I've notice that on the end of URLs there are many endings. The only ones which I know are the .HTML and .HTM.
But what's .PHP and .SHTML and .PSP?
Thanks...
luv ya
php is a server-side language. a web page containing this extension probably has php coding in it. a server-side language is like normal coding, but it is processed by the host server before the page is shown to the visitor.
shtml is a web page that probably contains SSI (Server Side Includes) coding. another server-side language.
if your host supports php or ssi, these are definitly a neat subject to learn about for your website.
psp is an image extension. it is for PaintShop Pro. it is a higher quality format which can then be utilized and formatted into different other image formats with little degredation (not much fuzzyness happening).
Stickievix
06-21-2003, 03:42 PM
thank you!
i understand now! (but dont test me on it plz...lol)