FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » log of all php's connection
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: log of all php's connection [message #179119 is a reply to message #179114] Thu, 13 September 2012 18:59 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 9/13/2012 10:44 AM, nawfer wrote:
> I have in localhost on windows, easyphp (apache, php, mysql)
> I would like to have a file log with a list of all connections that one
> php application does;
> 1) the connection or datas that are send and at which url;
> 2) the email sended
> and generally all the activity with the external
>

There's nothing in PHP to do this.

Apache has the ability to log incoming connections and you can get more
information depending on the log settings. But otherwise you'll need to
either implement the code in the application itself or set up a proxy
server to do the logging.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem with PHP Driver Authentication
Next Topic: php and PDO Error HTTP 500
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 14:45:28 GMT 2024

Total time taken to generate the page: 0.04312 seconds