Recent content by Elysion

  1. E

    I'm new to PHP. i use wamp server (latest).when i tried to execute my Hello world php

    Locate the following folder and put the PHP file inside it: C:\wamp\www\ Every PHP file you code should be inside "www". It should work without problems afterwards.
  2. E

    I'm new to PHP. i use wamp server (latest).when i tried to execute my Hello world php

    Locate the following folder and put the PHP file inside it: C:\wamp\www\ Every PHP file you code should be inside "www". It should work without problems afterwards.
  3. E

    I'm new to PHP. i use wamp server (latest).when i tried to execute my Hello world php

    Locate the following folder and put the PHP file inside it: C:\wamp\www\ Every PHP file you code should be inside "www". It should work without problems afterwards.
  4. E

    How do I make a comment system in HTML?

    You can't do it with just HTML. You need a server side language (like PHP, or Microsoft's ASP framework) with a database (PHP with MySQL, or ASP with LINQ) to make a comments system.
  5. E

    How do I make a comment system in HTML?

    You can't do it with just HTML. You need a server side language (like PHP, or Microsoft's ASP framework) with a database (PHP with MySQL, or ASP with LINQ) to make a comments system.
  6. E

    How do I make a comment system in HTML?

    You can't do it with just HTML. You need a server side language (like PHP, or Microsoft's ASP framework) with a database (PHP with MySQL, or ASP with LINQ) to make a comments system.
  7. E

    What is the HTML code for one space in text?

    Yes. There is an HTML entity for spaces. &nbps; Hi&nbps;this&nbps;is&nbps;cool = Hi this is cool.
  8. E

    What is the HTML code for one space in text?

    Yes. There is an HTML entity for spaces. &nbps; Hi&nbps;this&nbps;is&nbps;cool = Hi this is cool.
Back
Top