Search results

  1. W

    Got error 28 from storage engine

    resolved
  2. W

    Got error 28 from storage engine

    getting the error "Got error 28 from storage engine" when loading a page that accesses a certain table in one of my databases on chopin server. e.g http://lifeinmegapixels.com/map.php but other pages which make calls to same database but a different table e.g...
  3. W

    insert.php help

    it most likely means you are missing a ?> somewhere or similar, basicly you have forgotten to close something properly
  4. W

    check if mysql query returns empty set

    how can i check if a mysql query in php has returned an empty set. I have a page that requires two queries, but want to format it slightly differently if the first query returns the empty set, i.e: if(1stquery=emptyset){ format this way } else{ format that way } hope thats clear enough TIA
  5. W

    HOM TO: compress and save your public_html folder

    worth noting that you will need enough space in your quote to create the file. So if you are already bouncing off your limit, this aint the best way to do it. The alternative that springs to mind is to download the lot with an FTP client then compress it yourself with your archiver of choice
  6. W

    COUNT(*), PHP and MySQL

    thanks, that worked
  7. W

    COUNT(*), PHP and MySQL

    i wish to count the number of rows with a given content, group them by one of the columns and print the results: code: $countdet=mysql_query("SELECT size, COUNT(*) FROM Details WHERE mapLoc = '$rowloc[id]' GROUP BY size") or die(mysql_error()); while($rowcd=mysql_fetch_array($countdet)){...
  8. W

    SQL moving a field within a table

    ok, i guess aesthetics arnt worth risking it!
  9. W

    SQL moving a field within a table

    i know it doesnt make a differenc to the functionality, but one of the fields is of arbitrary length but all the others are pretty constant, so id like to put the arbitrary length field at the end so that everything lines up for easier editing when i export the table
  10. W

    SQL moving a field within a table

    i have a table, it has fields, i would like to move one of the fields to the end of the table (its currently in the middleish). Is there an easy way to do this? if not what is the hard way? thanks
  11. W

    can you review my site?

    avast picked up a virus. you have one of two options: 1) piss off and die for trying to infect people 2) beef up your passwords and contact x10 because youve been hacked
  12. W

    Problem loading my web page

    It is possible for http to be down with the ftp still up. Depending on your luck, you may experiance very little, or quite alot of down time. I personally have had quite acceptable uptime, but others have complained about it being quite bad. But bear in mind people are more likely to come to the...
  13. W

    Does this motivate you?

    people like certain kinds of games, some like strategy, some like fps, etc. If i have to search to the third paragraph to find it hidden in text, i might have given up by then. I think you should state what kind of game it is early in the first paragraph, or even in a title somewhere "gwat is an...
  14. W

    Backup Problem

    connect with an ftp client and just drag a copy of everything onto your computer
  15. W

    Do I need the preexisting files on my site?

    why would you want to? they take up a negligible amount of space. What you want is the public_html folder. Put your website into there (this is the folder in which index.ext should be located) and ignore (but dont delete) about any of the other files. Some of them might be non-essential. but...
  16. W

    Do you guys support these tools

    as a very ad hoc alternative, you could try and set up some script on your own computer to download the uploaded files from your site, process them on your own hardware, and then upload them again...
  17. W

    Selling 7688 PNG icons

    btw, if you are after free icons, you might want to try this free set of 13000: http://beta.legaltorrents.com/torrents/340-web-development-icons-superset
  18. W

    How much RAM do you have?

    just gone from 4 to 8GB ddr2 800mhz, and yes i do use it, currently at 5GB used stitching a 9gigapixel photo together
  19. W

    Yeah uh my ftp isn't working?

    check http://x10staff.co.cc/status/ to see if your server has any issues
Top