php function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jodeti
Forum Newbie
Posts: 14
Joined: Tue Apr 28, 2009 8:54 am

php function

Post by jodeti »

Hello,
What are the dangerous(according to some perspective) function of php like fsockopen() which originate traffic from my site(without my knowing) and knock other site?

How to debug/trace and disable them? What i should look in the script(php) control flow?

I use xdebug? the trace file is huge for a middle weight site?

I want to know the right technique to trace/debug them.

How many function are exist of this type?

thank you.
jodeti
Forum Newbie
Posts: 14
Joined: Tue Apr 28, 2009 8:54 am

Re: php function

Post by jodeti »

Like coder did a project for me and i don't know about those various connection.

thanx
Post Reply