1 / 7

طراحی وب مقدماتی

طراحی وب مقدماتی. 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 (); ?>.

hiroko
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


  1. طراحی وب مقدماتی PHP & MySQL

  2. Variables • Variables scope • local • global • static • parameter <?php$x=5;$y=6;$z=$x+$y;echo $z;?> Variables and Scope

  3. strlen() • strpos() String

  4. <?phpfunction writeName(){echo "Kai Jim Refsnes";}echo "My name is ";writeName();?> Php function

  5. $_post • $_get Php forms : get, post

  6. Include • Require Php include

  7. www.WebAraGroup.ir گروه مهندسی فناوری اطلاعات وب آرا

More Related