PHP, MySQL, and JavaScript Tutorials - Page 67

Guides across PHP, MySQL, JavaScript, Laravel, React, and backend tools.

MySQL JOINs: An Introduction

MySQL JOINs are used to read data by connecting two or more related tables. While joining MySQL tables, we need to specify the condition for ...

April 27th, 2013

PHP Constants

Like as many programming languages, PHP also contains constants. It has some predefined constants in its core like PHP_VERSION, PHP_DEBUG an ...

April 26th, 2013

Access Form Data from PHP

HTML forms are used to allow users to enter their input to the application. The form element can contain multiple fields like input box, sel ...

April 21st, 2013

PHP Functions

Functions are used to group the logical component of a program. The code performing a particular task will be put into a function and called ...

April 19th, 2013

PHP Print Statements

In PHP there are various methods to print data. PHP provides more functions and language constructs for printing various data types. These f ...

April 18th, 2013