Search results

  1. M

    RESTful through free web host (PUT, DELETE)

    This effectively answers my problem directly: http://stackoverflow.com/questions/9130915/put-delete-data-from-jquery-to-php Thanks for pointing me in the right direction guys.
  2. M

    RESTful through free web host (PUT, DELETE)

    I'm not even sure. You have to pass data somehow otherwise I just don't see the reason behind request methods. Shouldn't you specify what resources you're changing with PUT, what you're deleting with DELETE, etc.? If not through QUERY_STRING, then what? It would seem logical to me if GET...
  3. M

    RESTful through free web host (PUT, DELETE)

    Okay I sort of misspoke and maybe I'm wrong altogether. _SERVER["QUERY_STRING"] comes up as null everytime I send POST, DELETE, or PUT. I have no problems with a GET request. http://mgorgei.x10host.com/test/ Pressing Add will send POST, Delete with a <tr> highlighted will send DELETE...
  4. M

    RESTful through free web host (PUT, DELETE)

    Just want to start by saying that I have researched this subject for a while now--through trying methods on Stackoverflow.com and using searches on this forum to see if someone else has addressed this question. Is it possible to use the verbs PUT or DELETE? I understand if it is not allowed by...
Top