Results 1 to 6 of 6
  1. #1
    C.I.A. handsoff241's Avatar
    Join Date
    Dec 2008
    Gender
    Male
    Posts
    5,197
    Blog Entries
    4

    Default Site making need help


    mayng adlaw,

    gusto ko mag practice ug php ug javascript(self-study).
    na-download na nako ang php ug java.

    so i need a site para practisan. naa koy nakit-an nga guide:
    How to Start / Create Your Own Website: The Beginner's A-Z Guide (thesitewizard.com)
    pero nig register nako sa mga free domains morecquire man ug url, nya nig register nako ug url magrecquire ug domain. nag-tuyoktuyok ra ko dili ko karegister.

    dili ko kahimo ug domain kay need ug url,
    dili pud ko kahimo ug url kay need ug domain.

    advice please.

  2. #2
    kung mag.practice lng sa ka, you don't need to go online yet. Using XAMPP (or WAMP), you can create your websites in your local server.

    Assuming you installed XAMPP in drive C:\ there will be an additional folder called XAMPP. So it would look like C:\XAMPP\ . Inside XAMPP folder, naay another folder called htdocs. Create a new folder named test inside htdocs. So you will now have:
    Code:
    
    C:\XAMPP\htdocs\test\
    Inside test folder create a file called index.php and type the following code:
    Code:
    <html>
        <head>
            <title>PHP Test</title>
        </head>
    <body>
        <?php echo '<p>Hello World</p>'; ?> 
    </body>
    </html>
    After saving the file (make sure the file extension is .PHP or else it won't execute), open your favorite web browser, say Firefox. In the address bar, type:
    Code:
    http://localhost/test
    Then press enter key, you will have your first PHP enabled page. Congratulations!

    Just keep on practicing in your local server until you will have your final website design. When it's done and you are ready to publish it to the whole world via the Internet, that's the time you will register a hosting and domain.

  3. #3
    unsai d.i kalahi-an sa xampp ug wamp? ^_^

  4. #4
    Quote Originally Posted by masie0119 View Post
    unsai d.i kalahi-an sa xampp ug wamp? ^_^
    XAMPP = Any Cross Platform(X), Apache HTTP Server(A), MYSQL (M), PHP (P), PERL (P)

    When you say Cross Platform, it is available on Windows, Linux, Solaris or MAc OS.

    WAMP = Windows Platform (W), Apache HTTP Server(A), MYSQL (M), PHP or PERL or PYTHON (P)

    So it is for Windows only.

    But the purpose nila kay makabuhat ka ug local server installed on your computer to test all your projects in web applications.

    I am using Appserv. same with xampp or wamp.

  5. #5
    bos web owner ka pwede ko mo lili sa imo sites

  6. #6
    ako when i test my code into the local host dli cya mo ganhan

  7.    Advertisement

Similar Threads

 
  1. need help: how to make steam rice?
    By yolskai in forum Food & Dining
    Replies: 5
    Last Post: 07-04-2010, 05:39 AM
  2. Replies: 12
    Last Post: 11-18-2009, 01:49 PM
  3. Need help: computer cannot open anti-virus sites
    By r3roble in forum Networking & Internet
    Replies: 13
    Last Post: 09-14-2009, 03:17 PM
  4. C/C++ i need help in making a program
    By mE_bytes in forum Programming
    Replies: 54
    Last Post: 07-30-2008, 05:41 PM
  5. Need help on proxy sites
    By cebuportal in forum Websites & Multimedia
    Replies: 4
    Last Post: 10-23-2006, 05:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top