Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • I like the scripts method, but is there a way to send data to the scripts without redirecting the browser to them? Commented Sep 4, 2009 at 7:57
  • You can use a PHP library for requesting and sending data to the scripts. Commented Sep 4, 2009 at 7:58
  • Please have a look at: http_post_data() - php.net/manual/en/function.http-post-data.php Commented Sep 4, 2009 at 8:03
  • Since I do not code in PHP, I am not aware of the libraries that suit this purpose. Sorry about that. Commented Sep 4, 2009 at 8:04