its urgent to get in php by learning some basics

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anukagni
    New Member
    • Nov 2006
    • 53

    its urgent to get in php by learning some basics

    i want to create an login page for an linux mail server but i am in my first step of my php i know html well i there any possibility to create in html and convert to php by adding or using simple codes or any other way..

    please give me its very urgent....

    come on..

    thanks.
    anukagni
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    I think you miss some basics here.

    PHP is a server language, it can do a lot of things and sends its result, i.e. HTML, to the client.
    HTML is a client side language and is run and displayed in the client browser.

    Transforming HTML into PHP is the wrong way around. You program a script using the PHP language to generate a result that is sent to and can be displayed in the client.

    I suggest that you follow some basic tutorials on PHP. A few good places to start:

    W3Schools
    PHP tutorial
    Learning PHP

    Ronald :cool:

    Comment

    • anukagni
      New Member
      • Nov 2006
      • 53

      #3
      thanks ...[:)]

      Comment

      Working...