Powerpoint Templates Page 1 Powerpoint Templates Web Programming PHP MySql Ikbal Jamaludin.

Slides:



Advertisements
Similar presentations
IS 6116 Introduction – 10 Jan Lecturer Details Aonghus Sugrue Website: aonghussugrue.wordpress.com
Advertisements

PHP I.
Novell from Home Net Storage. Novell access via NetStorage 1-Web Interface Connect to your shared drive through your web browser Windows, Mac or Linux.
Mark Dixon, SoCCE SOFT 131Page 1 20 – Web applications: HTML and Client-side code.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
© Sameer Verma 2001 The Scripting Triangle Sameer Verma [ San Francisco State University All icons or logos.
PHP Scripting Language. Introduction “PHP” is an acronym for “PHP: Hypertext Preprocessor.” It is an interpreted, server-side scripting language. Originally.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
PHP By Dr. Syed Noman Hasany. PHP PHP was originally created by Rasmus Lerdorf in PHP stands for PHP: Hypertext Preprocessor (a recursive acronym).
8/17/2015CS346 PHP1 Module 1 Introduction to PHP.
PHP PHP: Hypertext Preprocessing. What is PHP? PHP is a server-side scripting language designed specifically for the Web. An open source language PHP.
Web Page A page displayed by the browser. Website Collection of multiple web pages Web Browser: A software that displays web pages on client computer.
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
Linux Operations and Administration
Server- Side technologies Client-side vs. Server-side scripts PHP basic ASP.NET basic ColdFusion.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
IDK0040 Võrgurakendused I harjutus 06: PHP: Introduction Deniss Kumlander.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
PHP PHP: Hypertext Preprocessing Preston Brinks and Sean McKenzie.
What is PHP? PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used Open Source general- purpose scripting language that is especially.
Nael Alian Introduction to PHP
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
10/5/2015CS346 PHP1 Module 1 Introduction to PHP.
Technical Review - PHP Jang Jaeseok. Overview Introduction  What is PHP?  History of PHP  What can do with PHP?  Advantages of PHP PHP syntax.
Creating Dynamic Web Pages Using PHP and MySQL CS 320.
Mini Group Presentations: php by Veronica Black + Jia Xu.
1 Welcome to CSC 301 Web Programming Charles Frank.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
CHAPTER 7 Form & PHP. Introduction All of the following examples in this section will require two web pages. The first page retrieves information posted.
Introduction to PHP Advanced Database System Lab no.1.
What is PHP? PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are executed on the server PHP supports.
Introduction to Web Programming. Introduction to PHP What is PHP? What is a PHP File? What is MySQL? Why PHP? Where to Start?
WEB DEVELOPMENT WITH PHP/MYSQL. WEB DEVELOPMENT COURSE HAS DIFFERENT NAME IN DIFFERENT INSITUTES, THIS IS A CORE COURSE FOR BS/MS STUDENTS. THIS IS ALSO.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
WAMP Windows Apache MySQL and PHP i.e. “WAMP”. Why WAMP? WampServer is a Windows web development environment. It allows you to create and test web pages.
PHP “Personal Home Page Hypertext Pre-processor” (a recursive acronym) Allows you to create dynamic web pages and link web pages to a database.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Setting up Dreamweaver to use your local WAMP testing Server
PHP Introduction PHP is a server-side scripting language.
An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Unit 1 – Web Concepts Instructor: Brent Presley.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
1 PHP Pattadon Sintusak ID PHP Programmingintroduction2 Content History of PHP What’s PHP? Purpose of PHP Structure of PHP Language Reference.
IS2803 Developing Multimedia Applications for Business (Part 2) Lecture 2: Introduction to IS2803 Rob Gleasure
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
Navigating the Course 1. Course Materials 2 Software: Notepad (or TextEdit on a Mac) – comes with operating system Internet Explorer Web Browser FireFox.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
1 Server Side scripting PHP. 2 What is PHP? PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are.
Introduction to PHP. PHP Origins Rasmus LerdorfRasmus Lerdorf (born Greenland, ed Canada) PHP originally abbreviation for ‘Personal Home Pages’, now ‘PHP.
Presented By Sushil K. Chaturvedi Assistant Professor SRCEM,Banmore 1.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
2nd year Computer Science & Engineer
Introduction to Dynamic Web Programming
PHP / MySQL Introduction
Department of Computer Science, Florida State University
Database Driven Websites
Module 1 Introduction to PHP 11/30/2018 CS346 PHP.
IntroductionToPHP Static vs. Dynamic websites
Tutorial 6 PHP & MySQL Li Xu
Introduction to PHP.
PHP By Prof. B.A.Khivsara Note: The material to prepare this presentation has been taken from internet and are generated only for students reference and.
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

Powerpoint Templates Page 1 Powerpoint Templates Web Programming PHP MySql Ikbal Jamaludin

Powerpoint Templates Page 2 Introduction PHP is a server-side scripting language that integrates with HTML to create dynamic web pages. The purpose of a server-side scripting is the syntax and commands given will be fully executed on the server but is included in the HTML document.

Powerpoint Templates Page 3 This web is a combination of PHP itself as a programming language and HTML as a web page builder. When a user opens a site that uses facilities scripting PHP server-side, then the first server in question will process all orders PHP on the server and then sends the results in HTML format to the user's web browser Internet

Powerpoint Templates Page 4 PHP is Open Source software and be able to cross-platform can be used with the operating system and any web server PHP can run on Windows and some Linux distros Why PHP ? Php has advantages such as

Powerpoint Templates Page 5 PHP offers good connections to multiple databases, including Oracle, sybase, mSQL, MySQL, solid, PostgreSQL, Adabas, FilePro, Velocis, dBase, Unix dbm and not to mention all the ODBC database interfaces - It has a lot of support for database

Powerpoint Templates Page 6 before we write a php we must first install a web server such as apache. in this course, we will install appserv apache via AppServ software Applications. download appserv at

Powerpoint Templates Page 7 Intstall Apache Webserver through appserv Applications

Powerpoint Templates Page 8

Powerpoint Templates Page 9

Powerpoint Templates Page 10 Just Check All option

Powerpoint Templates Page 11 Create a Server name and address,

Powerpoint Templates Page 12 Password : admin

Powerpoint Templates Page 13

Powerpoint Templates Page 14 Installation Process Completed

Powerpoint Templates Page 15 Check Successful Installation: 1.Open Web Browser 2.Type "localhost" in the Address Bar 3.If Shown Information about the application that we installed, the installation successfully.

Powerpoint Templates Page 16 How to Write the PHP

Powerpoint Templates Page 17 to write php, we can use an application like notepad, notepad + +, Dreamweaver etc. Open youre Notebook  Windows Start  All Programs  Acessoris  Notepad Start – Run – Notepad - Enter

Powerpoint Templates Page 18 Embedded Script <?php Echo “Hello, ini PHP Pertamaku..php pasti akan menyenangkan”; ?> 1.Embeded Script

Powerpoint Templates Page 19 <?php echo " "; echo " Mengenal PHP "; echo " "; echo "Hello, ini PHP Pertamaku..php pasti akan menyenangkan"; echo " "; ?> 2. NonEmbeded Script

Powerpoint Templates Page 20 Example <?php // This is an example of writing information (comments) // in php script Echo “ This is My First PHP Script! ” ; ?> Example

Powerpoint Templates Page 21 Save the project in the folder C:\AppServ\www \ name of your project to see the results, open the browser like internet explorer, mozilla firefox, chrome etc. Type “Localhost/your project name” in the Address Bar on you’re bowser

Powerpoint Templates Page 22 The first meeting is finished, you can download these materials at download the menu, the course material ( filename = PHPMySQL1,Kamboja.) thank you see you at the next meeting