View previous topic :: View next topic |
Author |
Message |
Power -
Joined: 13 Apr 2008 Posts: 11
|
Posted: Tue Apr 15, 2008 9:47 am Post subject: MySql and php |
|
|
Which is the simplest way to add MySql and php functionality? Is there some tutorials?
I heard that things are dangerous beacuse they can mess my Windows installation... Is that true? |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Tue Apr 15, 2008 2:03 pm Post subject: |
|
|
PHP can be dangerous if you run a dangerous script. Commercial scripts should be fine but custom scripts by someone you don't know you should be wary of.
www.abyssunderground.co.uk has tutorials for everything you should need. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
rrinc -
Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
|
Posted: Tue Apr 15, 2008 10:47 pm Post subject: |
|
|
Your best defense is to use popular projects (the code is well refined), your own code if you trust your own security knowledge, or other people's code that you can understand. In general though there isn't that much to worry about. Make sure you configure MySQL securely (good password, no remote access if it isn't necessary). _________________ -Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados. |
|
Back to top |
|
 |
|