Closed Thread Icon

Topic awaiting preservation: PHP...ltns (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=23955" title="Pages that link to Topic awaiting preservation: PHP...ltns (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: PHP...ltns <span class="small">(Page 1 of 1)</span>\

 
lallous
Maniac (V) Inmate

From: Lebanon
Insane since: May 2001

posted posted 11-08-2004 14:58

Hello Fellas,

I've been, occasionaly, using PHP for 3 years now and not really following it up nor the new tricks and trends.

I got couple of questions:

1)
Can someone recommend a good website talking about how to promote the code
so it becomes more secure and less prone to attacks such as SQL injection or
buffer overflows, etc...

2)
Can anyone recommend a good / new book talking about PHP's techniques or
facilities that compete/parallel w/ .NET Framework?

When I code a PHP project, I almost use same (custom written) functions and
code snippets in the new project. Somehow a tedious copy/paste and slight
modification from a project to another.

Since I don't want to re-invent the wheel and create some sort of a
framework for myself, I ask if there is something (1st) official then if
there are some 3rd party (opensource) PHP framework projects.

--
Regards,
Elias

ninmonkeys
Nervous Wreck (II) Inmate

From:
Insane since: May 2004

posted posted 11-08-2004 17:50

I found some security information, hope it helps:
http://www.php.net/manual/en/security.php
http://dev.mysql.com/doc/mysql/en/Security_against_attack.html
http://dev.mysql.com/doc/mysql/en/Security.html
http://dev.mysql.com/doc/mysql/en/Privilege_system.html
http://dev.mysql.com/doc/mysql/en/What_Privileges.html
http://dev.mysql.com/doc/mysql/en/Security_guidelines.html

DmS
Maniac (V) Inmate

From: Sthlm, Sweden
Insane since: Oct 2000

posted posted 11-08-2004 20:43

Hi and welcome!

Good links on security above.
Basically the principle is the same for all applications where you rely on user input. Never ever trust the users input to be nice/correct...
Stick to that and it will take you a long way.

2. Books... not really.
For PHP I use the manual & various online forums.
I'm thinking on getting some books on more advanced oop development and system architecture though.

PHP frameworks...
Where to begin?
Google: Results 1 - 10 of about 16,400 for "php framework". (0.23 seconds)...

To me a framework is a collection of tools more than an application in a box and
here you have a discussion with links to several examples.
As for best? It all depends on what you need.
Official variant? Not really, PEAR would probably be the one closest to that in my view.
/Dan

{cell 260} {Blog}
-{ ?Computer games don?t affect kids; I mean if Pac-Man affected us as kids, we?d all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music.? (Kristian Wilson, Nintendo, Inc, 1989.) }-

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 11-08-2004 20:50

Tips and Tricks by Rasmus Lerdorf, PHPCon 2002 (pdf)

« BackwardsOnwards »

Show Forum Drop Down Menu