Recent content by f1.p183

  1. F

    How long is a piece of string ?

    Hi there. I'm hanging in with x10 because I still love it and after all, it is free :) (I've also learnt php programming and mysql right here on these servers but I do have a serious question. How long is a piece of string ? (That's not the question by the way). That's the answer I seem to...
  2. F

    Persistent VERY slow x10hosting server response for past three days

    Thanks for the reply. I think from what you say it would probably be best if I wait a few days and then come back and check things again. I must admit though I'm a little worried that you provide a link to the HRU policy and suggest that's it's possible to tweak a script after calculating how...
  3. F

    Persistent VERY slow x10hosting server response for past three days

    Hi there, I have a simple PHP/mysql registration and email confirmation script I'm working on until three days ago it was working fine. Before this I had not logged in for a while and the only thing that seems to have changed at the x10 end is the HRU policy. Anyway, as I mentioned in a...
  4. F

    Very slow (50 second) server response.

    I've been testing a registration/sign up and email confirmation php script I wrote and all was working fine until I tried with the new policy in place. Up until now I was just sending the registration details in an address get string typed directly into my web browser but then got to the point...
  5. F

    HRU (High Resource Usage) Policy Change

    This policy seems sensible and fair but I've run into problems straight away. I've been testing a registration/sign up and email confirmation php script I wrote and all was working fine until I tried with this new policy in place. Up until now I was just sending the registration details in...
  6. F

    Line breaks have stopped working.

    Thanks for all the replies. Most helpful.
  7. F

    Line breaks have stopped working.

    Thanks for this suggestion denzil. I'm still quite new to php and I didn't know about this. Still curious as to why PHP_EOL and \r\n has stopped working but as this has the same effect I won't worry about it too much. Thanks again.
  8. F

    Line breaks have stopped working.

    I can't get PHP_EOL or \r\n to give me a line break. I've not used my account for a few weeks and I recently logged in because I wanted to try changing some of my PHP Mysql to use PDO. Has anything been updated recently that would stop PHP_EOL line breaks from working ? Whenever I add...
  9. F

    Death Penalty

    Descalzo, I don't disagree with you that my last paragraph can be perceived as arrogant but when I used the phrase "no disrespect.." I used it sincerely because I can see that the arguments people are making on here are similarly sincere and based on their own experiences. If I'm guilty of...
  10. F

    Death Penalty

    I'm totally against the death penalty. I don't have any statistics with me while I write this but just look at the sorts of people that end up in prison and find themselves in this predicament. They do not reflect a random cross section of society as a whole. They tend to comprise of specific...
  11. F

    Thank you to x10 hosting.

    I'd like to say thank you x10 hosting for what you offer here. Although I'm not a programmer or website developer by trade it would be true to say that signing up to x10 hosting has opened a window in my mind to the possibilities that exist for individuals to develop and host their creative...
  12. F

    Anyone else having trouble with the human verification?

    hi khopcraft77, I'm new here, well - I registered a week ago and yes.. I've experienced this problem too. I think it happens if you attempt to answer a thread before logging in. Whenever I've done that I get the message asking to verify I'm a human but the image doesn't appear below or...
  13. F

    Not getting an xmlhttp response from my initial request.

    Thanks for your new reply vv.bbcc19 I'm not sure from your exclamation marks whether you're saying. Yes I require two modules or No ... I don't really need them :) Just to clarify, I'm sending off the data from a function becuase I want the script to eventually update the database while the...
  14. F

    Not getting an xmlhttp response from my initial request.

    Well - my code is such a muddle I'll admit I wasn't looking in that particular area for the error. It would appear that you are correct. Thanks very much. As I said - it's working now but it's even better that I know what was causing it becuase I mistakingly thought I had tracked it down to...
  15. F

    Not getting an xmlhttp response from my initial request.

    Hello world. I'll try to be specific. I'm using a form and some javascript in my HTML page to make an xmlhttp request to a php file. The form has three inputs which are sent via an xmlhttp request. I intend to use the collected data in the php file to query a mysql database and send back a...
Top