Search results

  1. G

    Pressing of Enter button can't be detected (SOLVED)

    I was having the exact same issue with detecting enter, backspace and various other non alphanumeric keys with EXEOUTPUT yesterday, it was acting very strange - in the end I managed to find a solution that seems to work okay, if a bit tempramental. Was the internal key manager in exeoutput...
  2. G

    PHP flush() command not working... FIX NEEDED ASAP

    FANTASTIC NEWS!!! 🙂 Whilst i did run with the idea of Ajax for a while, after a bit of experimentation I realised it would involve considerable changes to the way my apps work, and bearing in mind the amount of multithreaded scripts I’ve coded, all of which rely on flush, it would have been a...
  3. G

    PHP flush() command not working... FIX NEEDED ASAP

    Excellent, that seems pretty straight forward, I’ll have a play around with my script over the next few days and see what I can come up with.
  4. G

    PHP flush() command not working... FIX NEEDED ASAP

    Okay, thanks for the quick reply, I had a feeling that would be the case. Right now I’m using javascript to output data to specific areas of the screen that are pre defined by tags, and it works well in all environments I’ve tested so far. I’m not too familiar with Ajax tho, so it could be...
  5. G

    PHP flush() command not working... FIX NEEDED ASAP

    Hi guys, I have sent an email to your support dept explaining the problem in more detail… Basically I have created an PHP script that uses curl to collect an extensive amount of data and echo it to the browser on the fly as it is collected. The script echo’s the data to the browser bit by bit...
Back
Top