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



Variables are “containers” for storing information.
Creating (Declaring) PHP Variables
In PHP, a variable starts with the $ sign, followed by the name of the variable
After the execution of the statements above, the variable $txt will hold the value Hello world!, the variable $x will hold the value 5, and the variable $y will hold the value 10.5.

Note: When you assign a text value to a variable, put quotes around the value.

Note: Unlike other programming languages, PHP has no command for declaring a variable. It is created the moment you first assign a value to it.
Rules for PHP variables:

A variable starts with the $ sign, followed by the name of the variable
A variable name must start with a letter or the underscore character
A variable name cannot start with a number
A variable name can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ )
Variable names are case-sensitive ($age and $AGE are two different variables)
Remember that PHP variable names are case-sensitive!
——————————————————————————————
إذا اعجبك الفيديو لاتنسي الايك و سبسكرايب لمتابعة كل ماهو جديد

روابط متعلقه
_______________________________________________________
روابط مقدمة دورة تعلم 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