Jump to content

iHack

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

iHack's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I don't want to specify a specific song name (so no WHERE, I think). I need to get a list of all song 'name's in order of the must occurring 'name' .
  2. Sort of, somebody opens a song it enters the song 'name' and user 'IP' into 'hits', the user can only do this twice to prevent refreshing and get a song popular. I'm trying to make the popularity table of songs from the hits table. James.
  3. Nope. I want to get 'song' and and order by most occurrences of 'song', from 'hits'.
  4. I don't that will work, its just a SELECT, WHERE. Sorry, the column name I need to ORDER and SELECT by is called 'song', my mistake
  5. Hey, I've got a table 'hits', I need to select 'song' from 'hits' in order of the value of 'song' most appearing (descending). Any help will be greatly appreciated. Thanks, EDIT: Latest MySQL (5)
  6. I realized that shortly after I posted With this, I would like to use this http://www.phpfreaks.com/forums/index.php/topic,163614.msg717462.html to get whats between the pattern from each URL. How would I do this? Thanks.
  7. foreach(range(1106,12478) as $i) { file_put_contents('file_' . $i, file_get_contents('http://www.site.com/view.php?id=' . $i)) } That causes an error on the last } for some reason
  8. I need to use curl to get every page (in an array) from http://site.com/view.php?id=1106 to ?id=22000 getting each id page. How would I go about doing this? And could you show me a quick example? Thanks, iHack.
  9. Thanks and $the_string is the string that I want to search, correct?
  10. I need to get everything between <textarea name="textarea" rows="5"> and </textarea> I also need the regex for between two <br> 's Thanks, iHack
  11. haha, how exactly would you get a shell on there?
  12. http://ihack.co.uk/ Everything apart from the forums is XHTML Valid. What are your thoughts on the looks etc..? Thanks, iHack.
×
×
  • 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.