PHP
- Related Articles
- PHP Notice: Undefined index: Have you ever gotten this error: Notice: Undefined index ‘fields of the table’ in ‘path of the PHP file you’re [...]
- PHP Lesson 3: Variables and Constants: Variables Variables are containers, they contain data. PHP is a loosely typed language, and thus the variable can contain any [...]
- PHP Lesson 2: Data types: Today’s PHP lesson is about data types. Although PHP can work with many different data types, we divide them in [...]
- PHP Lesson 1: General Introduction: What is PHP? PHP is a scripting language, primarily intended to generate dynamical websites on a webserver. PHP is designed [...]