Search results

  1. H

    PHP Include- Page Titles

    <?php echo "$title"; ?> is much slower than <?php echo $title; ?>
  2. H

    Change PHP Version : Is it Possible?

    5.2.13>5.1.3...
  3. H

    FTP login error "EAI_NONAME - Neither nodename nor servname provided, or not known"

    Re: FTP login error "EAI_NONAME - Neither nodename nor servname provided, or not know Surprisingly, you actually do need two @ signs in one URI. So you put <username>@<domain> in the username box, ftp.<domain> in the domain box, and <password> in the password box.
  4. H

    No domains working on my site

    Works fine for me, exactly as you said: "None of my domains aren't working" (double negative) => "All of my domains are working".
  5. H

    Extra horizontal space- div/table/image within <td>

    This should fix all your problems: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mario-vs-sonic.co.cc%2Findex1.php&charset=%28detect+automatically%29&doctype=Inline&group=0
  6. H

    3rd sub-domain not working, redirecting me to x10hosting.com homepage

    What is the name of the subdomain?
  7. H

    HellowWorld.aspx

    There are no spaces between the attributes of the elements.
  8. H

    Error 324

    Works for me.
  9. H

    Remove domain information

    Fill this out:
  10. H

    Why are other programming languages used when all I need is HTML please?

    C[++] is compiled into machine code, while Java is compiled into bytecode, which is then interpreted.
  11. H

    Server side includes

    That's SHTML, not ASP.
  12. H

    PHP registration script - Username check does not work

    Isn't the correct code $sth->execute("s", array($_POST['name'])); ?
  13. H

    PHP extensions

    Never mind, I used get_defined_functions() then searched for the extensions I wanted.
  14. H

    PHP extensions

    I've searched, and I can't find it: What PHP extensions are installed?
Top