1 / 7
طراحی وب مقدماتی
70 likes | 207 Vues
طراحی وب مقدماتی. PHP & MySQL. Variables Variables scope local global static parameter . <? php $x=5; $y=6; $z=$x+$y; echo $z; ?>. Variables and Scope. strlen () strpos (). String. <? php function writeName () { echo "Kai Jim Refsnes "; } echo "My name is "; writeName (); ?>.
Télécharger la présentation
طراحی وب مقدماتی
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
طراحی وب مقدماتی PHP & MySQL
Variables • Variables scope • local • global • static • parameter <?php$x=5;$y=6;$z=$x+$y;echo $z;?> Variables and Scope
strlen() • strpos() String
<?phpfunction writeName(){echo "Kai Jim Refsnes";}echo "My name is ";writeName();?> Php function
$_post • $_get Php forms : get, post
Include • Require Php include
www.WebAraGroup.ir گروه مهندسی فناوری اطلاعات وب آرا
More Related