1/11
آموزش PHP 7 screenshot 0
آموزش PHP 7 screenshot 1
آموزش PHP 7 screenshot 2
آموزش PHP 7 screenshot 3
آموزش PHP 7 screenshot 4
آموزش PHP 7 screenshot 5
آموزش PHP 7 screenshot 6
آموزش PHP 7 screenshot 7
آموزش PHP 7 screenshot 8
آموزش PHP 7 screenshot 9
آموزش PHP 7 screenshot 10
آموزش PHP 7 Icon

آموزش PHP 7

Learninweb.com | انیاک
Trustable Ranking Iconविश्र्वासार्ह
1K+डाऊनलोडस
62MBसाइज
Android Version Icon4.0.1 - 4.0.2+
अँड्रॉईड आवृत्ती
1.0(03-11-2020)नविनोत्तम आवृत्ती
-
(0 समीक्षा)
Age ratingPEGI-3
डाऊनलोड
तपशीलसमीक्षाआवृत्त्यामाहिती
1/11

آموزش PHP 7 चे वर्णन

کاربر گرامی دقت کنید که فقط بخشهای یک و دو و سه رایگان است و برای استفاده از بقیه بخشها کافی است که یک کد خریداری کنید، در لینک زیر میتوانید ورژنهای دیگر و نسخه تحت ویندوز را دانلود کنید

https://www.learninweb.com/%D8%A2%D9%85%D9%88%D8%B2%D8%B4-php.php

سرفصلهای آموزش PHP7 :


PHP یک زبان برنامه نویسی برای تولید صفحات وب داینامیک است. در آموزش PHP 7 ابتدا توسط Xampp یک وب سرور میسازیم سپس روش کار و برنامه نویسی با استفاده از زبان PHP را بررسی میکنیم در ادامه برای کار با پایگاه داده با MySQL آشنا میشوید در انتها نیز با استفاده از نرم افزار PHPMyAdmin روش کار با MySQL را بیشتر بررسی خواهیم کرد. در نرم افزار آموزش PHP - MySQL - PHPMyAdmin به بررسی موارد زیر خواهیم پرداخت :


فصل اول : مقدمات زبان PHP ( رایگان )

مقدمه

نصب Xampp

کنترل پنل در Xampp

ساخت یک صفحه HTML

اولین برنامه PHP

مشاهده فایل HTML تولید شده توسط PHP

توضیح صفحات داینامیک و استاتیک

توضیحات در کد PHP


فصل دوم : تعریف و استفاده از متغیرها ( رایگان )

متغیر چیست؟

مقدار دهی متغیر به صورت مقداردهی و ارجاعی

انواع متغیرها

اعداد حقیقی

کار با رشته‌ها

ادغام دو رشته

محاسبه طول رشته (تابع strlen)

تبدیل رشته و عدد

بررسی چند تابع

بررسی تابع strlen

تابع str_word_count

تابع strpos

تابع strrev

تابع str_replace

تابع phpinfo

متغیرهای از پیش تعریف شده


فصل سوم : عبارتها، عملگرها و عملوندها ( رایگان )

مقدمه

عملگرهای ریاضی

عملگرهای ادغامی

عملگرهای رشته

عملگرهای دسترسی بیتی

عملگرهای مقایسه‌ای

عملگر شرطی

عملگرهای افزایشی و کاهشی

عملگرهای منطقی

تقدم عملگرها

بررسی یک مثال


فصل چهارم : کنترل روند اجرای برنامه

ساختارهای شرطی

ساختار دستور if

if تو در تو

elseif

دستور switch

ساختارهای حلقه

دستور while

دستور do while

دستورfor

دستور foreach

حلقه های تو در تو

دستورات continue و break


فصل پنجم : ارتباط با کاربر

فرمها در زبان HTML

دریافت اطلاعات به روش Post

ادغام فایل HTML و PHP

پر کردن خودکار فرم

بررسی یک مثال دیگر

دریافت اطلاعات به روش Get

بررسی $_POST و $_GET و $_Request

بررسی یک مثال دیگر

اعتبار سنجی اطلاعات وارد شده توسط کاربر


فصل ششم : کار با آرایه‌ها

آرایه چیست ؟

آرایه‌های دو بعدی

پیمایش آرایه با حلقه for

حلقه foreach

مرتب کردن آرایه با sort

مرتب سازی با asort

تبدیل رشته به آرایه و بر عکس


فصل هفتم : پیاده سازی توابع

تابع چیست؟

تعیین ورودی‌های تابع

تابع با قابلیت دریافت دو پارامتر

محدوده دسترسی به متغیرها

ارسال مقدار ارجاعی به تابع

تعیین مقادیر پیش فرض برای پارامترهای تابع

تعیین خروجی تابع

دسترسی به متغیرهای برنامه از داخل تابع


فصل هشتم : کار با فایلها

مقدمه

باز کردن فایل

خواندن کاراکتر از فایل

تابع foef جهت شناسایی پایان فایل

بستن یک فایل

خواندن رشته از فایل

نوشتن رشته در فایل

بررسی توابع مختلف کار با فایل

تابع is_writable

تابع fwrite

تابع file

تابع copy

تابع rename

تابع filesize

تابع is_file

دسترسی به شاخه‌ها

خواندن نام فایلهای یک شاخه


فصل نهم : دسترسی به پایگاه داده MySQL

تعیین رمز برای MySQL

روش اتصال به پایگاه داده

ایجاد پایگاه داده در MySQL

انتخاب پایگاه داده با mysqli_select_db

ایجاد جدول در MySQL

درج رکورد در جدول MySQL

نمایش رکوردهای پایگاه داده

جستجو در جدول

ارسال اطلاعات از طریق پیوند

آشنایی با SQL Injection

جستجو بر اساس ورودی کاربر

استفاده از like در SQL

حذف رکورد(ها) بر اساس ورودی کاربر

بررسی حمله SQL Injection

رفع مشکل SQL Injection

حذف رکورد


فصل دهم : آشنایی با کلاسها و اشیاء

کلاس و شئ چیست؟

تعریف کلاس

تعریف یک شئ از کلاس

ساخت متد برای کلاس

سازنده (Constructor) یک کلاس

ارث بری (Inheritance) در PHP


فصل یازدهم : کار با PHPMyAdmin

تعیین رمز عبور در PHPMyAdmin

ورود به PHPMyAdmin

مشاهده و ایجاد پایگاه داده

ساخت جدول

تغییر فیلدهای جدول

درج رکورد

تغییر ساختار فیلد

وارد کردن دستوارت SQL

مشاهده جدول ساخته شده در بخشهای قبل

Dear user, note that only parts one, two and three are free, and to use the rest of the sections you need to purchase a code, you can download other versions and versions under Windows under the following link.

https://www.learninweb.com/%D8%A2%D9%85%D9%88%D8%B2%D8%B4-php.php

PHP7 tutorials:


PHP is a programming language for generating dynamic web pages. In tutorial PHP 7, we first create a web server by Xampp, then we will examine the PHP and PHP programming method. You will learn how to use MySQL to work with the database. Finally, using the PHPMyAdmin software, the method for working with MySQL We will examine more. In the PHP-MySQL-PHPMyAdmin tutorial we'll look at the following:


Chapter One: PHP Language Basics (Free)

Introduction

Install Xampp

Control Panel at Xampp

Build an HTML page

The first PHP application

View the HTML file generated by PHP

Describing dynamic and static pages

Description in PHP Code


Chapter Two: Defining and Using Variables (Free)

What is the variable

Variable setting is initialized and referenced

Variables types

Real number

Work with strings

Merge two strings

Calculate the length of the string (strlen function)

Convert strings and numbers

Multi-function check

Checking the strlen function

Str_word_count function

Strpos function

Strrev function

Str_replace function

Phpinfo function

Predefined variables


Chapter Three: Phrases, Operators, and Operations (Free)

Introduction

Mathematical operators

Merge Operators

String operators

Bit Access Operators

Comparative Operators

Conditional operator

Incremental and decreasing operators

Logical operators

Priority of operators

Examining an example


Chapter Four: Control the implementation of the program

Conditional structures

Command structure if

if u are in you

elseif

Command switch

Loop structures

Command while

Command do while

Command for

Foreach command

Your rings in you

Commands continue and break


Chapter Five: User Relationship

Forms in HTML language

Get info by Post method

Integrate HTML and PHP files

Fill in the form automatically

Review another example

Get Get Information

Checking $ _POST and $ _GET and $ _Request

Review another example

Validation of information entered by the user


Chapter Six: Working With Arrays

What is an array?

Two-dimensional arrays

Scroll array with for loop

Foreach loop

Sort array by sort

Sort by asort

Convert the string to the array and vice versa


Chapter Seven: Implementing Functions

What is the function

Determine the inputs of the function

Function with the ability to receive two parameters

Access Variable Range

Send the reference value to the function

Define default values ​​for the parameters of the function

Determine the output of the function

Access to program variables from inside the function


Chapter 8: Working with Files

Introduction

Open file

Read character from file

The foef function to identify the end of the file

Close a file

Read string from file

Write string in file

Examining different functions of working with files

Is_writable function

Fwrite function

File function

Copy function

Rename function

Fileize function

Is_file function

Access to branches

Read the names of one-branch files


Chapter IX: Access to the MySQL database

Set the password for MySQL

Database connection method

Create a MySQL database

Select the database with mysqli_select_db

Create a table in MySQL

Insert a record in the MySQL table

View database records

Search the table

Send information via link

Familiar with SQL Injection

Search by user input

Use like in SQL

Delete records (s) based on user input

Investigate the SQL Injection attack

Fix SQL Injection Problem

Delete the record


Chapter 10: Introduction to Classes and Objects

What is the class and object?

Class definition

Define an object from a class

Build method for class

Constructor of a class

Inheritance in PHP


Chapter 11: Working with PHPMyAdmin

Set the password in PHPMyAdmin

Login to PHPMyAdmin

View and create databases

Making table

Change table fields

Insert a record

Change the structure of the field

Import SQL command

View table built in previous sections


آموزش PHP 7 - आवृत्ती 1.0

(03-11-2020)
इतर आवृत्त्या
काय नविन आहेآموزش PHP 7 تعاملی و شبیه سازی شده با صدا و متن فارسی سه بخش اول رایگان بعد از دانلود این فایل نیاز به اینترنت در زمان آموزش نیست برای استفاده از بخشهای بعدی کافی است که یک کد خریداری کنید.

अजुनपर्यंत कोणतेही अभिप्राय किंवा रेटिंग्ज नाहीत! हे देणारे पहिले होण्यासाठी कृपया करा

-
0 Reviews
5
4
3
2
1

آموزش PHP 7 - एपीके माहिती

एपीके आवृत्ती: 1.0पॅकेज: com.learninweb.php7p
अँड्रॉइड अनुकूलता: 4.0.1 - 4.0.2+ (Ice Cream Sandwich)
विकासक:Learninweb.com | انیاکगोपनीयता धोरण:http://www.learninweb.com/privacy.txtपरवानग्या:6
नाव: آموزش PHP 7साइज: 62 MBडाऊनलोडस: 1आवृत्ती : 1.0प्रकाशनाची तारीख: 2021-10-21 18:01:36किमान स्क्रीन: SMALLसमर्थित सीपीयू:
पॅकेज आयडी: com.learninweb.php7pएसएचए१ सही: 75:C4:CD:2D:41:50:40:D0:6E:28:96:E6:F3:F9:4F:82:B0:33:89:8Eविकासक (CN): Androidसंस्था (O): Google Inc.स्थानिक (L): Mountain Viewदेश (C): USराज्य/शहर (ST): Californiaपॅकेज आयडी: com.learninweb.php7pएसएचए१ सही: 75:C4:CD:2D:41:50:40:D0:6E:28:96:E6:F3:F9:4F:82:B0:33:89:8Eविकासक (CN): Androidसंस्था (O): Google Inc.स्थानिक (L): Mountain Viewदेश (C): USराज्य/शहर (ST): California

آموزش PHP 7 ची नविनोत्तम आवृत्ती

1.0Trust Icon Versions
3/11/2020
1 डाऊनलोडस62 MB साइज
डाऊनलोड
appcoins-gift
बोनस खेळअजुन अधिक बक्षिसे मिळवा!
अधिक
Fist Out
Fist Out icon
डाऊनलोड
Strike Wing: Raptor Rising
Strike Wing: Raptor Rising icon
डाऊनलोड
Merge County®
Merge County® icon
डाऊनलोड
Yatzy Classic - Dice Games
Yatzy Classic - Dice Games icon
डाऊनलोड
Pixel Grand Battle 3D
Pixel Grand Battle 3D icon
डाऊनलोड
TotAL RPG - Classic style ARPG
TotAL RPG - Classic style ARPG icon
डाऊनलोड
Nova: Space Armada
Nova: Space Armada icon
डाऊनलोड
Fashion Stylist: Dress Up Game
Fashion Stylist: Dress Up Game icon
डाऊनलोड
Offroad Racing & Mudding Games
Offroad Racing & Mudding Games icon
डाऊनलोड
The Ants: Underground Kingdom
The Ants: Underground Kingdom icon
डाऊनलोड
Dead Shell・Roguelike Crawler
Dead Shell・Roguelike Crawler icon
डाऊनलोड
Mobile Fps Gun Shooting Games
Mobile Fps Gun Shooting Games icon
डाऊनलोड