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...