0

I am sure this is possible and I have done this before but my mind has gone completely blank.

Basically I am trying to get the server to run a PHP script server side (using server side access tokens), based on an action from a client side user.

What's the best way to do this? Don't really need a detailed answer, just a push in the right direction!

Thanks.

(Windows Server)

1
  • 1
    Using Javascript and Ajax? Commented Feb 22, 2014 at 23:55

1 Answer 1

1

Use AJAX, for example with jQuery this way:

<script>
    $.ajax('something.php');
</script>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.