{ ” Learn PHP In Arabic ” } #02 PHP Syntax



Basic PHP Syntax
A PHP script can be placed anywhere in the document.
A PHP script starts with php and ends with
Comments in PHP
A comment in PHP code is a line that is not read/executed as part of the program. Its only purpose is to be read by someone who is looking at the code.
Comments can be used to
Let others understand what you are doing
Remind yourself of what you did – Most programmers have experienced coming back to their own work a year or two later and having to re-figure out what they did. Comments can remind you of what you were thinking when you wrote the code
PHP supports several ways of commenting
PHP Case Sensitivity
In PHP, all keywords (e.g. if, else, while, echo, etc.), classes, functions, and user-defined functions are NOT case-sensitive.

In the example below, all three echo statements below are legal (and equal)
——————————————————————————————
إذا اعجبك الفيديو لاتنسي الايك و سبسكرايب لمتابعة كل ماهو جديد

روابط متعلقه
_______________________________________________________
روابط مقدمة دورة تعلم php من البداية حتى الاحتراف

البرامج المستخدمة في الدورة

1- { ” Learn PHP In Arabic ” } #01 Setup Configure XAMPP

2- { ” Learn PHP In Arabic ” } #02 PHP Syntax

3- { ” Learn PHP In Arabic ” } #03 PHP 5 Variables

دورة Php-Mysql – YouTube
كورسات – دورة PHP & MySQL
دورة بي اتش بي – PHP & MySQL – أونلاين
كورس برمجة مواقع PHP & MySQL
دورة php & MySql احترافية عربية
درس دورة php & mysql من البداية للإحتراف
بي اتش بي PHP و MySQL
دورة كاملة لتعلم لغة PHP مع لغة قواعد البيانات MySQL
Learn PHP 5 In Arabic
دورة php دروس php تعلم php
دورة تعلم لغة PHP كامله
تعلم برمجة و تصميم المواقع من الصفر إلى الإحتراف (إستراتيجية العمل) PHP/HTML/CSS/JAVASCRIPT
PHP From Scratch ( تعلم ال PHP من الصفر الى الاحتراف باللغة العربية )

source

Reply


Build A Site Info