Jump to content

rgfirefly24

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Posts posted by rgfirefly24

  1. when i go to the /localhost it does not show my .php file even though it is under the www directory in c:/wamp/www/ it does show the drupal folder though.

     

    EDIT: ok i moved it to a test folder within www, however when i load it up it shows the echo command.

     

    there is the code:

    <html>
    <head>
    <title>My First PHP Program</title>
    <body>
    <?php
    echo "I'm a lumberjack.";
    ?>
    </body>
    </html>
    

  2. ok, i am getting desperate and am turning to the only forum i know and trust to have experts(thats you). I have WAMP2server installed on my machine, with drupal inside it. When i create a .php page and attempt to open it in IE it brings up IE and attempts to download. I have checked the apache httpd.conf file and looked at the addtype section. This is what is in that section:

     

    AddType application/x-compress .Z

    AddType application/x-gzip .gz .tgz

    AddType application/x-httpd-php .php

    AddType application/x-httpd-php .php3

    AddType application/x-httpd-php-source .phps .phtmls

     

    i'm assuming that should be enough to force apache to recognize and direct .php pages to the php interpreter. Can anyone help me in fixing this problem?

  3. ok thanks, looks like i got alot to learn.  I really hate when i'm thrown into an interview for a position i have absolutly no qualifications for and basically told its a formality and that they are making me do the job.  I guess thats what happens when a top ranked IT guy in the city basically says he wants you working on the project. 

     

    Next question, how easy is Drupal, PHP, APPACHE to learn?  i've used oracle 10g so i figure the mysql part will be a breeze, however i have never used drupal, php or appache.  Are there any really good video tutorials out there?  i see there are tutorials on the website, but i'm more of a visual learner.

  4. hrm, i cant find where to edit my post but i figured out its Drupal(thanks to phpfreaks search) but it came downloaded as a .tar.gz which i know is created on a Unix/linux machine.  Is there a zip program that will unarchive this file?  I tried 7-zip;however, it cannot unpack the files.  I also dont want to pay the 30 or 50 bucks for winzip.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.