Dynamic websites

Post on 16-Apr-2017

19 views 0 download

Transcript of Dynamic websites

DYNAMIC WEB DEVELOPMENT

By Jason V. Castellano

• BSIS IV – A Student

• Web-base Application Developer

• TESDA NC-II and NC-III Passer( National Certification Level II and III)

• Diploma Information Technology

XAMPPis a free and open source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.

X – Cross-Platform

A – Apache

M – Mysql

P - PHP

P – Perl

What is PHP?

- Hypertext Preprocessor

- is a server scripting language, and a powerful tool for making dynamic and interactive Web pages.

Basic PHP Syntax

<!DOCTYPE html><html><body

</body></html>

<?php echo "My first PHP script!"; ?>

What is Mysql? - Hypertext Preprocessor

- is the world's most popular open source database.

Mysql vs SQLMySQL is a database management system, like SQL Server, Oracle, Informix, Postgres, etc. MySQL is a RDMS (Relational Database Management System).SQL stands for Structured Query Language. It's a standard language for accessing and manipulating databases

SQL stands for Structured Query Language. It's a standard language for accessing and manipulating databases

SELECT * FROM usersSELECT * FROM users WHERE Id = 3INSERT INTO users (Firstname,Lastname) VALUES (“John”, “Cortez”)

List of Sites that using PHP/Mysql

Let’s build a project:

System

THANK YOU