13
presentation

Web database application

  • Upload
    irenazd

  • View
    364

  • Download
    1

Embed Size (px)

DESCRIPTION

the presentation of Web database application prepared by Michal B. from Poland

Citation preview

Page 1: Web database application

presentation

Page 2: Web database application
Page 3: Web database application
Page 4: Web database application

It’s fast. It’s inexpensive. It’s easy to use. It can run on many operating

systems. Technical support is widely available. It’s secure. It supports large databases. It’s customizable.

Page 5: Web database application
Page 6: Web database application

It’s fast. It’s inexpensive — free, in fact. It’s easy to use. It can run on many operating

systems. Technical support is widely available. It’s secure. It’s designed to support databases. It’s customizable.

Page 7: Web database application
Page 8: Web database application

They’re free. They’re Web-oriented. They’re easy to use and fast. They communicate well with one another. A wide base of support is available for

both.

Perfect Pair…really

Perfect Pair…really

Page 9: Web database application
Page 10: Web database application

To create your dynamic Web pages, you need access to a Web site that provides your three software tools (see the preceding section). All Web sites include a Web server, but not all Web sites provide MySQL and PHP. These are the most common environments in which you can develop your Web site:

A Web site put up by a company on its own computer

A Web site that’s hosted by a Web hosting company

A Web site that doesn’t yet exist

Page 11: Web database application

Example of free server. Windows XP screenshotExample of free server. Windows XP screenshot

Page 12: Web database application

If your Web server, PHP, and the test.php file are on the same com puter that you’re testing from, you can type localhost/test.php. In order for the file to be processed by PHP, you need to access the file through the Web server — not by choosing File➪Open from your Web browser menu.

You should see the following in the Web browser: This is an HTML line This is a PHP line

Page 13: Web database application