Jump to content

abyssXX

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by abyssXX

  1. i made the hello world program and saved it as php test.php but some reason it opens in microsoft picture editor or somthin and then says cannot open<html><body><?phpecho "Hello World";?></body></html>
  2. ok i am downloading that now, when i have installed php does it need to use a new extension like .php or will php show on .htm
  3. ok i am on the installer what sever type do i pick? like microsoft iis 4 or higher
  4. ok i am on http://www.php.net/downloads.php but what link do i download? there are so many
  5. well to get a national diploma in web design needs me to have a c or above in english
  6. well i have been thinking of it put i dont know what are the entry contions if any?my GCSE grades where quite poor but i know quite alot of HTML/CSS
  7. so can i use the doctype that is provided by w3schools or do i need to change anything?
  8. a form and a fourm are 2 very different things...fourms easy the basicsjust incase u dont know <form><p>username:<input type="text" name="user"><br>password:<input type="text" name="password"><br>date of birth:<input type="number" name="DOB"></p><p>######:<input type="radio" name="######" value="male">male<br><input type="radio" name="######" value="female">female</p><p>i have passed in ECDL<br> <br>powerpoint <input type="checkbox" name="powerpoint"><br><br>excel <input type="checkbox" name="excel"><br><br>word <input type="checkbox" name="word"><br><br>database <input type="checkbox" name"database"><br><br>concepts of ict <input type="checkbox" name="COict"><br><br>internet <input type="checkbox" name="internet"></p><p> <select name="where_did_you_here_about_us?"> <option value="internet">internet</option> <option value="friend">friend</option> </select></p><input name="button" type="button" value="submit"></form>
  9. but what does the link do?<!DOCTYPE htmlPUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  10. i just cant seem to get the doctype and whats it for
×
×
  • Create New...