Recent content by mindstorm8191

  1. M

    MySQL query length limit?

    Hi. I am currently working on a rather large undertaking of a project. I have a script that generates a 20x20 game map, with various fields set in it. However, my SQL query doesn't seem to excecute. Here is a summary of my code: $built = implode(',', array_map(function($long) { return...
  2. M

    Sending email via php

    Hi. I'm not sure if someone corrected things or the system simply worked itself out, but I'm now receiving the emails that I sent (all the emails I sent...) :) Thanks
  3. M

    Sending email via php

    Hi. I am trying to utilize email to help manage user accounts on my website. I have successfully sent email to my own account. However, the email address which it was from was 'bookalon@bookalong.x10host.com'. I'd like to change that to use one of my named email addresses on my account (such as...
  4. M

    Installing via Composer?

    Hi. I've been a member of your site for a number of years. I'm looking at doing a cool new project involving real-time multiplayer ship battles. With Node.JS this can be done using WebSockets (I haven't really messed with this yet, though). In PHP, there's a library called Ratchet. Info about...
  5. M

    Website editing on the go

    Hi. I'm a bit new to this hosting service, but I thought I would ask anyway. I may have to be away from my computer for a while, with nothing to do, and I would like to be able to work on my website from my smartphone / tablet while I'm away. I just tried it, and except for one issue, it...
  6. M

    Account suspended but don't know why

    Hi. I have been a member of x10hosting for about a year now. I have been experiencing slow to no service for the past few days, which I understand was due to hardware upgrades. However, when I view my website now, I am given an account suspended page. However my x10hosting.com acount page...
  7. M

    MySQL not accepting text

    Ah - thanks, I was unaware that desc was a MySQL keyword. I'll keep that in mind in the future. Guess I should look at the keywords list from time to time: http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html
  8. M

    MySQL not accepting text

    Hi. I am currently working on a web-browser game, and am having some difficulty with my admin section. I have a page which allows me to edit all available buildings in a large form, and once finished, updates everything in the database. The trouble is, when I try to save the description text...
  9. M

    Wikipedia Book of 5000 pages

    That's a crazy-tall book, totally impractical for reading though. I guess it just shows how much information they've gathered on Wikipedia. I'd rather see a multi-book Wikipedia...
  10. M

    discussion: php script design

    Hmm, I honestly don't know how much dividing my files would be. The largest file I have is an event handler, which runs any necessary code after a given time point has passed. I could divide this file so that it only calls the needed file for each task, but it may end up having to load most of...
  11. M

    discussion: php script design

    Personally, I'm not a very skilled web designer, but I have been coding or quite a while now, in various languages other than for web design. My current project is a browser-based game, which as I continue developing it, there becomes increasingly more tasks that must be performed, and these...
  12. M

    ajax help

    Hey, that fixed the problem. Thanks for the help.
  13. M

    ajax help

    Hello. I don't know how skilled the developers here are, but I could use some assistance with some ajax I'm working on. Based on the ajax tutorials I have seen, its not all that hard, and I have had no trouble getting it to request the target page. The trouble is trying to read the return...
  14. M

    PHP - browser game

    When you learn how to use databases, you will find that they are powerful tools to manage your data. I, too, am creating a browser-based game. So far I have stored all the game's related data in the database, and haven't run across any problems in doing so. I can access any specific data...
  15. M

    Looking for graphic artists and web designers

    sdnoble, sorry but i don't think that is what I'm looking for. Right now all I have is some icons for different buildings, and MS Paint-created block textures to represent different land types. I'm using like no web graphics so far - so there's a lot that needs to be done. Sorry about the...
Top