পি এইচ পি

উইকিবই থেকে
(পি এইচ্ পি থেকে পুনর্নির্দেশিত)

পিএইচপি একটি বহুল ব্যবহৃত স্ক্রিপ্টিং ভাষা। এটি ওয়েব ডেভেলপমেন্টের জন্য বিশেষ উপযোগী এবং একে এইচটিএমএল আকারে প্রকাশ করা যায়। এটি সাধারণত একটি ওয়েব সার্ভারে পরিচালিত হয় যা পিএইচপি কোডকে নির্দেশনা আকারে ব্যবহার করে এবং ওয়েব পাতা তৈরি করে ফলাফল প্রদর্শন করে।ইহা কমান্ড লাইন ইন্টারফেস ক্ষমতাকে অন্তর্ভুক্ত করেছে এবং স্ট্যান্ডআলোন গ্রাফিক্যাল আপ্লিকেশনকে ব্যবহার করতে পারে।

ভূমিকা

সেট আপ আর ইনস্টল

Note: Before contributing, check out the discussion page. How to write your examples.

ভাষা শিক্ষা

প্রাথমিক শিক্ষা

This section is about things that are important for any type of PHP development. Useful for a PHP programmer of any level.
  1. Start a PHP Beginner Tutorial 0% developed  as of 10 Feb 2006 (10 Feb 2006)
  2. Beginning with "Hello World!" 0% developed  as of 10 Feb 2006 (10 Feb 2006)
  3. Nuts and Bolts 0% developed  as of 14 Jan 2006 (14 Jan 2006)
  4. Commenting and Style 100% developed  as of 14 Jan 2006 (14 Jan 2006)
  5. Comparison operators 0% developed  as of 2016-04-06 (2016-04-06)
  6. Arrays 0% developed  as of 10 Feb 2006 (10 Feb 2006)
  7. Control structures
    1. The if Structure 0% developed  as of 19 Mar 2009 (19 Mar 2009)
    2. The switch Structure 0% developed  as of 14 Jan 2006 (14 Jan 2006)
    3. The while Loop 0% developed  as of 14 Jan 2006 (14 Jan 2006)
    4. The do while Loop 0% developed  as of 14 Jan 2006 (14 Jan 2006)
    5. The for Loop 0% developed  as of 14 Jan 2006 (14 Jan 2006)
    6. The foreach Loop 0% developed  as of 14 Jan 2006 (14 Jan 2006)
  8. Functions 0% developed  as of 10 Feb 2006 (10 Feb 2006)
  9. Files 0% developed  as of 12 Feb 2008 (12 Feb 2008)
  10. Mailing 0% developed  as of 14 Jan 2006 (14 Jan 2006)
  11. Cookies 0% developed  as of 14 Jan 2006 (14 Jan 2006)
  12. Sessions 0% developed  as of 2008-05-07 (2008-05-07)
  13. Databases
    1. MySQL 0% developed  as of 14 Jan 2006 (14 Jan 2006)
    2. PostgreSQL 0% developed  as of 18 Apr 2009 (18 Apr 2009)
    3. PHP Data Objects 0% developed  as of 18 Dec 2006 (18 Dec 2006)
    4. Neo4j
  14. Integration Methods (HTML Forms, etc.) 0% developed  as of 14 Jan 2006 (14 Jan 2006)

উন্নত পিএইচপি

Advanced PHP includes high level programming and PHP techniques designed to make PHP even more useful and powerful.

উপাত্ত গঠন

  1. Data Structures

Object Oriented Programming (OOP)

  1. Classes
  2. Special Methods
  3. Overriding and Overloading
  4. Inheritance
  5. SSH Class

টেমপ্লেটিং

  1. Why Templating
  2. Templates
  3. Caching
  4. SMARTY templating system
  5. PRADO Component Framework
  6. Flat Frog
  7. XML
  8. XSL

লাইব্রেরি

  1. PHP PEAR
  2. PHP Manual Function Reference
  3. PHP 5 Functions

ফ্রেমওয়ার্ক

CakePHP CodeIgniter Drupal Kohana
Laravel Nette Qcodo Silverstripe
Solar Symfony Yii Zend

নিরাপত্তা

  1. Configuration: Register Globals
  2. SQL Injection Attacks
  3. Cross Site Scripting Attacks
  4. Building a secure user login system

See also the section on avoiding session fixation in the Sessions chapter.

Command-Line Interface (CLI)

  1. PHP CLI
  2. PHP-GTK
  3. Daemonization

Appendices