Php-mysql Course

PHP is an open source, server-side web-scripting language that is compatible with all the major web servers (most notably Apache) and databases.
By the help of PHP code you can create dynamic website content. Dynamic Web sites are flexible applications than merely sites.
If you know HTML, but you have no experience in the field of programming, you can easily learn PHP and MySQL with the help of this course.
This course starts from the most simple, explaining the operations of the PHP language, and then move on to detail how to create PHP programs, how to load the PHP scripts, and to the final approach more complex items, such as SQL commands, working with MySQL database, using classes and OOP (Object Oriented Programming) in PHP.

• Useful questions and answers on Forum PHP - MySQL.

PHP Basic (beginner)

PHP Advanced

PHP MySQL

PHP - MySQLi

PDO - MySQL

OOP - Classes and Objects

PHP DOM: HTML and XML

HTML

XML

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag is used to include external CSS file in web page?
<body> <script> <link>
<link href="/templ/style.css" rel="stylesheet" type="text/css" />
Which CSS property sets the text size?
font-weight text-decoration font-size
h2 {
  font-size: 1em;
}
Indicate the JavaScript property that can add HTML code into an element.
text value innerHTML
document.getElementById("someID").innerHTML = "HTML content";
Click on the function that returns the number of characters of a string in PHP.
count() strlen() stristr()
$str = "http://CoursesWeb.net/";
$nr_chr = strlen($str);
echo $nr_chr;       // 22
PHP-MySQL free course, online tutorials PHP MySQL code

Last accessed pages

  1. PHP PDO - exec (INSERT, UPDATE, DELETE) MySQL (55425)
  2. SHA1 Encrypt data in JavaScript (35340)
  3. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (137648)
  4. Get search data from URL address in JavaScript (3896)
  5. Multidimensional arrays and array functions (8650)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (337)
  2. Read Excel file data in PHP - PhpExcelReader (129)
  3. The Four Agreements (98)
  4. PHP Unzipper - Extract Zip, Rar Archives (96)
  5. The Mastery of Love (90)
Chat
Chat or leave a message for the other users
Full screenInchide