treehouse : what would you like to learn today?
Web Design Web Development iOS Development

How to I triger this php code with jquery

  • Hi

    I have this code

    if($row['permalink'] == $_GET['contents']){  .....  }

    so I have few anchors which termin the value of contents. Now with jquery I want to change the value of the contents, so limir to "?contents=something" But I dont want the page to refresh

    I tried lots of ajax tutorials and I can not get this to work. So that I am not able to give any more information as I am totally lost, can you help?

    Thanks