Jump to content

spiderwell

Members
  • Posts

    1,008
  • Joined

  • Last visited

Posts posted by spiderwell

  1. If you only want to display one at a time, an easier and still standard way is i-frames.

    why on earth would you use iframe to change one image at a time!!! simple javascript can more than easily do it

  2. this came up the other day on here, post by double dee i think.

     

    all the suggestions above were stated in that post too. I think the session idea is best, combined with the redirect to really lock it down.

     

    wonder if you can remove/reset browser history in javascript, and prevent back being pressed, hehe now that would be cool

  3. wrap it around the string to lower would work, or around stripslashes or around $row[''].

    There is probably a very small difference in execute time, but the differences would be marginal as to be un noticeable.

     

     

  4. i would read the text file line by line for starters.

    then you would need to use substr() or strpos() to identify where the token is to extract it, proably combined with regular expressions. and do the same for the runtime.

     

    although looking at it closely, if its always presented in that format, you could use explode and use colon : as the delimiter, that would also work.

     

    as you extract the run times, pass them to an array and use array_sum() to get the final number you are after

  5. well i will state that anyone in europe, and definately in the UK, will probably say what i said since our money is pound sign £££££ and so when i saw that I was like WTF? lol

    dont take this the wrong way, buy why does america have to change everything to suit them and ignore things that have been in place for years. i cried when i discovered they got sulphur changed to sulfur, bad day for science.

    the pound was very well established long before computers or perhaps before the name hash came around, at least when refering to that symbol, rather than the drug of course!

     

    ok rant done, but since you are going to be offering this site globally (hey it is the internet after all), perhaps its worth stating its also known as hash, but will be refered to as pound herein. so readers get to know about both, i quite like octathorp myself!

  6. i think what you are suggesting is fine really, it would put off most casual attempts to break in, and like stated, how 'important' is your site, is it really going to attract people who  want to access the data, its not like you are a bank or the playstation network

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.