
PHPIncludeFiles«PreviousNextChapter»PHPincludeandrequireStatementsInPHP,youcaninsertthecontentofonePHPfileintoanotherPHPfilebeforetheserverexecutesit.Theincludeandrequirestatementsareusedtoinsertusefulcodeswritteninotherfiles,intheflowofexecution.Includeandrequireareidentical,exceptuponfailure:requirewillproduceafatalerror(E_COMPILE_ERROR)andstopthe...

WhatcanPHPdo?Anything.PHPismainlyfocusedonserver-sidescripting,soyoucandoanythinganyotherCGIprogramcando,suchascollectformdata,generatedynamicpagecontent,orsendandreceivecookies.ButPHPcandomuchmore.TherearethreemainareaswherePHPscriptsareused.Server-sidescripting.ThisisthemosttraditionalandmaintargetfieldforPHP.Youneedthreethingstomakethiswork.ThePHPparser(CGIorserv...

PhpStormisalightweightandsmartPHPIDEfocusedondeveloperproductivitythatdeeplyunderstandsyourcode,providessmartcodecompletion,quicknavigationandon-the-flyerrorchecking.Itisalwaysreadytohelpyoushapeyourcode,rununit-testsorprovidevisualdebugging.Note:PhpStormincludesallthefunctionalityofWebStorm(HTML/CSSEditor,)andaddsfull-fledgedsupportforPHP.CheckoutmoreJetBrainsIDEsfo...