Chrisj Posted October 24, 2009 Share Posted October 24, 2009 I'm setting up Amazon Simple Pay (like paypal) on a php web site. The Read Me states things like Edit config.php and enter URl, etc, It also states: "Enter the filename for request logging (this file will need write permissions on your server)". Can somone explain "request logging" to me? Any info will be appreciated. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/178862-help-with-request-logging/ Share on other sites More sharing options...
.josh Posted October 25, 2009 Share Posted October 25, 2009 it probably means a regular text file name for you to specify (your choice in name, like 'requestlog.txt'). Every time the script tries to contact amazon server, response given, etc.. it will probably write the details of that to that text file. The date/time it happened, other relevant info. But that's just a guess, based on the context of your post; I don't have the documentation in front of me (please don't post it). Quote Link to comment https://forums.phpfreaks.com/topic/178862-help-with-request-logging/#findComment-943749 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.