Jump to content

cybermind

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by cybermind

  1. Ah, cool :-) Well, that is already set up :-)
  2. Thank you for info :-) I will study this .htaccess thing :-) The problem was that I was just opening the index.php in my browser, it of course had to be hosted on a web server :-P
  3. Hello :-) This PHP code: <html> <?php echo "<h2>PHP is Fun!</h2>"; echo "Hello world!<br>"; echo "I'm about to learn PHP!<br>"; echo "This ". "string ". "was ". "made ". "with multiple parameters."; ?> </html> outputs this: PHP is Fun!"; echo "Hello world! "; echo "I'm about to learn PHP! "; echo "This ". "string ". "was ". "made ". "with multiple parameters."; ?> And I cannot figure out why :-(
×
×
  • 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.