views:

35

answers:

2

Hi friends,

I'm developing a website using php, i want to know how can i protect my site from the attack of virus, like malicious scripts, hackers etc.

which are the ways this will happen, and how can i avooid such situations.

is there any protecting facilities in Curl or any technologies.

I'm more concerned about this because one of my site is affected with virus for some reason and i'm using data from my database all the time.

so please tell me about this virus protection.

when i look into google i got this url but not sure what they are meant by that.

http://blog.unitedheroes.net/curl/

can any one tell me about the protective measures....

Thanks

A: 

Not sure what this has to do with cURL...

As David Dorward pointed out, read the other post. For more PHP specific stuff, I suggest you read up on SQL injections and sanitizing input at http://unixwiz.net/techtips/sql-injection.html.

You may also want to Google for articles related to crashing your PHP server.

How's your site affection by a virus? Are you talking about your server? That's a whole another issue.

Jan Kuboschek
+1  A: 

Here is a list of pages to look at :

PHP Security Blunders

PHP Security tips

Security on PHP Manual

PHP freaks security tips

Sandeep