Here are some best for effective PHP web development.

1.Making use of its Core Functions and Classes: -Before you take on a project, remember to go through the PHP manual to check if the function that you intend to develop does not already exist.

2. Sanitizing Data that needs to be fed into the Database:-The best way to avoid the issue of SQL injections is to sanitize the data before hand

3. Avoid Over-Commenting the code

4. Turning on Error Reporting

share your views.
thanks