Search results

  1. Q

    Contact Form & Hotmail

    I have a contact form using Wordpresses wp_mail function (whatever that is) which used to work on the 28th of december, for certain. But since the 21st of january is doesn't. I also recieved an email to my hotmail account from another website using wordpress and the same format, so i assume that...
  2. Q

    node.js

    I know it's a long shot but is it possible for me to install node.js?
  3. Q

    I want to learn PHP

    PHP is nothing like HTML. HTML is a mark-up language whereas PHP is an OOPL (Object Orientated Programming Language) that has more akin to JavaScript. HTML is used as the building blocks of a website but PHP is used for oh so much more. A mark-up language is static and doesn't do anything other...
  4. Q

    innerHTML mixes up HTML Attributes

    innerHTML will get all the elements, text and everything inbetween in the order they came in, however the attributes of those elements are not in any sort of priority so it doesn't matter what order they are in. for example if i have something like this<div id='foo' class='bar'> <ul> <li>some...
  5. Q

    2 domains on 1 IP

    Thanks Gouri, and descalzo i ment my x10hosting site, which has a shared IP I'm sure but a unique domain.
  6. Q

    2 domains on 1 IP

    I want to host several sites from the same IP but how can i have two or more domains at the same IP but at different directories, for example say i have domain.com and want two sites hosted on it, somesite.com and someother.com how would i enable multiple domains directed at domain.com so...
  7. Q

    How fast is your internet?

    I'm with Virgin Media and i get what i pay for, although its too slow for me now, i need to upgrade
  8. Q

    Xbox 360 Gamertag API

    Looks really good but it doesn't load my gamer tag, it has a space in it which might be the cause, i can pm you my gamer tag if you would prefer. Oh, i also noticed that the img HTML tag (for use on blogs and websites) is not self closing, or otherwise.
  9. Q

    PHP into HTML

    Make sure the HTML and the test.php file are in the same directory and the test.php file has the starting <?php tag and end ?> tag, not like hosting JS.
  10. Q

    PHP, Jquery and cookies

    You can't, they need to be strings.
Top