Jump to content

dre38w

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dre38w's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I installed xampp and had to put my projects in the htdocs folder and change a few settings and it worked. A co-worker helped with the final touches of this problem but I thank you all for your helpful and quick replies. Back to work for me!! haha Thank you.
  2. Okay, let's try using xampp then. Thank you. I'll let you know what happens after I reinstall it using that.
  3. localhost/yoursebsite/index.php Yes like that.
  4. melloorr: I'm using localhost yes. A host service no.
  5. Wow. Thank you for all these fast replies! AGuyWithAthing: I'm not sure if it supports it or not. How would I find this out? And I tried both from the actual file and through pushing the run button. Mavent: Sorry, I'm not sure what you mean.
  6. @kicken: Well that seems to be the issue. haha It is exactly how my code is in netbeans. Solution? @xProteuSx: Yes it's a .php file.
  7. echo will not print out a value. I do the simple string " " and it doesn't even do that. It's just blank in my browser. I use netbeans and firefox and chrome. Any idea as to what I'm doing wrong? Simple code snippet: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>PHP Testing</title> </head> <body> <?php echo "print me"; ?> </body> </html> Thanks for any future help.
×
×
  • 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.