umm... i know about html and coding stuff, and im making a horse rpg, but i first need to be told what the difference is between php, asp, htm, html and all those others!😕 Does it really make much difference? And if you have a page where people log in how can i trace the ip addresses on my computer? Is it possible? Any help would be very appreciated! Thankies!

Oh and is anybody interested in helping make a horse rpg or doing coding for me that i need? msg me thankies. lol 😃

    htm and html there is no difference they are the same just different HTML extensions

    As for the ASP PHP difference why not do a search there are many PHP vs ASP topics on this forum and on the web.

    You cannot trace a users IP that would be bad however you can log it

    echo $_SERVER['REMOTE_ADDR']

      One of the obvious differences between ASP and PHP is that ASP is not actually a language; it is a framework. It provides sort of a library for other languages (namely VBScript and JScript) to use when developing webpages. ASP.NET is the new, more powerful framework which brings many other languages into the equation.

      PHP on the other hand is a language it itself.

      HTML is a markup language: its basic function is to allow formating of text and linkage between pages and resources.

        Write a Reply...