Results 1 to 3 of 3

Thread: Need some HELP!

  1. #1
    Junior Registered
    Join Date
    Jul 2008
    Posts
    1

    Need some HELP!

    Hi everyone,
    I just joined this board in hopes of learning lots about dynamic websites. I am very VERY new at this and have only done static html sites in the past, but am ready to branch out and learn php and mysql. I have watched numerous video tutorials on php,mysql, dreamweaver cs3, and how they all work together.

    I have followed all the steps on the tutorials and the website works great on my local testing server, but how in the world do I get it on my remote server?! This is probably a very stupid question but I am at the point of not caring about looking stupid. I just want to know what Im missing/ doing wrong. The website is hosted with GoDaddy, am I supposed to have something set up there or a different server? I have tried using ftp to transfer all files over to the domain but when I visit the domain, the php pages do not work.

    Please excuse my ignorance!

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Godaddy may have weird hosting that doesn't support PHP. Or your PHP files may be setup weird.

    Try this as a PHP file

    <?

    echo "Hello world";

    ?>

    name it helloworld.php, upload it, and see if it works.

    IF not... you definitely have a hosting issue.

    Normally that is all you need to do, FTP them up.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Registered
    Join Date
    Aug 2008
    Posts
    14
    create a test.php file with the following code
    <? phpinfo(); ?>
    and upload it to the server, if you see the blank page or the server allows you to download it you can contact godaddy server about the hosting issue. hope it helps!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •