Search results

  1. Sean

    Is Every Website Potentially "Hackable"?

    Google is un-hackable, big websites like facebook have been hacked before, but the hackers couldn't do that much damage and facebook came down fast and hard on the hackers
  2. Sean

    MySQL / PHP Help.

    Just now you would need to know the specific date and time (the red text) to display the number of jobs done at that time, I am going to bed just now and will work on limiting that time span down so you can simply use month and year and it will give you the data for now, you can try and work on...
  3. Sean

    MySQL / PHP Help.

    I have got what you asked for but with a few limitation, with the structure of the database, I can only tell the number of jobs complete on a specific date/time. Using this function: would ouput this: Using my make-shift database, with the same structure: I will continue working...
  4. Sean

    MySQL / PHP Help.

    I'll give it ago anyhow, are you just picking the months, and years and it flicks through the dates 1-30(31) In a list?
  5. Sean

    MySQL / PHP Help.

    I see, well TBH I can't really help you with this just now, to be able to solve a problem like this (for me) would require access to the files, structure, database etc, so I could see how it's all coded and structured, and I also think that you should start from scratch because you are missing...
  6. Sean

    MySQL / PHP Help.

    And you use the Staff ID column to record what staff member is in doing and closes the job?
  7. Sean

    MySQL / PHP Help.

    I think you have over-complicated this, there would probably me a much easier way of going around this.. Let me get this clear: When a technician / user clicks "finish" on a job, it gets recorded in a way, that you can re-call the number of jobs finished by that 1 technician on a specific day...
  8. Sean

    MySQL / PHP Help.

    Can you please post an image of your database structure?
  9. Sean

    MySQL / PHP Help.

    Would it be possible for you to mock up an image in photoshop or even MS Paint with a few boxes and text, to show me what exactly it's suppose to look like and what content is suppose to be in the boxes. [EDIT] If you are just trying to get Adam, Garry and Anthony, you will need to use a get...
  10. Sean

    Show DevBest Code Editor

    I have been using it for a few weeks now, and they are updating every 2-3 weeks, and so far files with a few thousand lines of code are working prefectly fine for example, Bootstrap css file with 6167 lines.
  11. Sean

    MySQL / PHP Help.

    NVM that, I forgot your query is getting specific data from 2 tables and you're limiting the results displayed, the count would count the results under the criteria of the query, put the count back in the snipper I posted and try it that way.
  12. Sean

    MySQL / PHP Help.

    SELECT `day(closed)` AS day FROM ost_ticket WHERE `year(closed)` = '2013' AND `monthname(closed)` = 'January' AND `source` = '{$user}' GROUP BY day LIMIT 30 Try that, and you can do your count outside of the query to make it simpler.
  13. Sean

    In response to your last question on your thread, before Sherlock closed it, I simply right...

    In response to your last question on your thread, before Sherlock closed it, I simply right clicked to save image, and when the save dialog came up, I change the .png extension to .gif, clicked save and then re-uploaded :)
  14. Sean

    Request Convert to .gif?

    http://i.sharefa.st/81ttCif6rqw0.gif
  15. Sean

    Request Convert to .gif?

    You just want the file extension changed to .gif? If so, why?
  16. Sean

    What are you going to get?

    It will just be Forza, GTA V and The Division for me :)
  17. Sean

    What are you going to get?

    PS4 Ofcourse :)
  18. Sean

    http://i.imgur.com/lUMLMGh.jpg

    http://i.imgur.com/lUMLMGh.jpg
  19. Sean

    Why Can't I Get a Job?

    What content is in your CV / Resume?
  20. Sean

    What is the best AD to use?

    Yeah, google only let you use Google Wallet with Google Adsense
Top