PHP With Saud
🐘

PHP With Saud

Email
Read Time in min.
Tags
Created

What is PHP ?

هي لغة ضخمة جدا في مجال الويب
PHP = Personal Home Page بدأت هاذي اللغة في 1994 قام بتصميم اللغة راسموس ليردورف تساعد في انشاء مواقع داينمك مثل مواقع الاخبار و المدونات لغة سهلة والكود بسيط جدا لغة مشهورة عالميا Server side لغة من لغات التي تتم على السورس كود يبقى السيرفر لا يستطيع العميل رؤيته أيضا تستطيع عمل انظمه ك تسجيل الدخول او نظام أدارة محتوى لغة مفتوحة المصدر اسرع من بايثون وروبي وجافا تستطيع عمل تشفير للبيانات تساعدك في مجال الاختراق والثغرات
PHP is an acronym for "PHP: Hypertext Preprocessor". PHP is a widely-used, open source scripting language. PHP scripts are executed on the server. PHP is free to download and use. PHP Make Your Page Rock. PHP Server-side Program language PHP is an amazing and popular language!
 
 
 
المتطلبات XAMPP تحتاج تثبيت خادم محلي مثل. IDE تحتاج محرر اكواد مثل PHPSTORM.
 
 

What is a PHP File?

  • PHP files can contain text, HTML, CSS, JavaScript, and PHP code
  • PHP code is executed on the server, and the result is returned to the browser as plain HTML
  • PHP files have extension ".php"
 
 

What Can PHP Do?

  • PHP can generate dynamic page content.
  • PHP can create, open, read, write, delete, and close files on the server.
  • PHP can collect data from forms.
  • PHP can send and receive cookies.
  • PHP can add, delete, modify data in your database.
  • PHP can be used to control user-access.
  • PHP can encrypt data.
 
CRUD = Create , Read , Update and Delete data.

Why PHP?

  • PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.).
  • PHP is compatible with almost all servers used today (Apache, IIS, etc.).
  • PHP supports a wide range of databases.
  • PHP is free. Download it from the official PHP resource: www.php.net.
  • PHP is easy to learn and runs efficiently on the server side.
 
⚠️
PreDaTorBug