Jump to content

dazwalker

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dazwalker's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a website www.thekoiexchange.co.uk I was thinking of creating a stock exchange game where you buy shares in various breeds of koi. How diffucult would it be to create this type of game using php? By the way I am a novice at php.
  2. Hi, I am an ICT teacher and recently we have installed the FROG VLE in my school. I have been told that it is PHP based and that if you know what you are doing you can pretty much do anything with it. I was just wondering if anyone knew anything about it or indeed has used it or developed it?
  3. Made this using Joomla what do you think? www.thekoiexchange.co.uk
  4. Brilliant this did the trick, thank you.
  5. I have just installed apache 2.0.59 win 32 X86 and PHP 5.2.5 I have tried some basic php code and saved it as a php file, but when I open the file in Internet Explorer it only reads the html and not the php code. I used the code below: <HTML> <HEAD> <TITLE> My first PHP page</TITLE> </HEAD> <BODY> <? echo "Hello world!"; ?> </BODY> </HTML> Whats wrong?
×
×
  • 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.