Basic Questions

Discussion in 'PHP' started by Casper911, Jul 31, 2007.

  1. #1
    Hey,

    I very new to most everything but willing to learn. I have some basic knowledge in running a current site i have but just staring in the building phase.

    I have to ask the very first question i guess. I have uploaded a basic template to my sever. How do I view it as a page?

    thanks and have mercy :)
     
    Casper911, Jul 31, 2007 IP
  2. wendallb

    wendallb Active Member

    Messages:
    180
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    78
    #2
    You have uploaded a template? What kind of template and for what program?

    A template will not show anything online except a mess unless it is supported by a program IE wordpress or something.

    If it is just an html template goto yourdomain.com/index.html.
     
    wendallb, Jul 31, 2007 IP
  3. tonyrocks

    tonyrocks Active Member

    Messages:
    1,574
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    88
    #3
    I would suggest going to your local bookseller and take a peek at some books about building website, or internet basics to get you started. There are fundamental things you need to know first before getting into the web realm of your own.
     
    tonyrocks, Jul 31, 2007 IP
  4. gregorious

    gregorious Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This is a PHP forum, and your request for help does not specify that you are looking for PHP or HTML help.

    As far as HTML...

    
    <html>
    
    <head>
    <title>Untitled 5</title>
    </head>
    
    <body>
    
    Page contet goes here!
    
    </body>
    </html>
    
    Code (markup):
    I got started with HTML then learned to add CSS to HTML and now learning PHP/MYSQL. HTML is an easy and effective page languange. Most tags are open <title> and close </title>.

    There is an HTML FORM http://forums.digitalpoint.com/forumdisplay.php?f=16here if you need more HTML help.
     
    gregorious, Jul 31, 2007 IP