Making A Web-Based Application Web in TKJ Workshop With HTML, PHP, Mysql Programming Languages
Making A Web-Based Application Web in TKJ Workshop With HTML, PHP, Mysql Programming Languages
7
8
5. Split Editing
Get maximum results from a wide screen monitor with split
editing support. Edit side files with sides, or edit two locations in one
file. You can edit with many rows and columns that the user wants.
6. Instant Project Switch
Capture all files entered into the project in this application.
Integrated with the Goto Anything feature to quickly explore all
existing files or to switch to files in other projects.
7. Plugin API
Equipped with a Python based API plugin that makes this
application very tough.
8. Customize Anything
This application gives users flexibility in terms of functional
settings in this application.
9. Cross Platform
This application can run almost all modern operating systems
such as Windows, OS X, and Linux based operating systems.
3.2 XAMPP
Apache, MySQL, PHP and Perl. This program is available in the GNU
General Public License and is free, an easy-to-use web server that can
serve the appearance of dynamic web pages. To get it can download directly
from the official web.
This version of XAMPP software consists of :
Apache version 2.0.54
MySQL version 4.1.12
PHP version 5.0.4
phpMyAdmin version 2.6.2-p11 and others
Let us know the web server in XAMPP more closely one by one.
3.2.1 APACHE
3.3 PHP
3.4 HTML
HTML stands for HyperText Markup Language which is a standard
programming language used to create a web page, which can then be
accessed to display various information in an Internet web browser
(Browser). HTML can also be used as a link link between files on the site or
in a computer using localhost, or links that connect between sites in the
internet world.
In order to produce an integrated display, simple hypertext formatting
is written in ASCII format files so that it becomes a web page with HTML
commands.
HTML is a language that starts languages that were previously widely
used in the world of printing and publishing called the Standard Generalized
Markup Language (SGML).
HTML or Hypertext Transfer Protocol is a protocol used to transfer
data or documents that are HTML formatted from a web server to a web
browser. HTTP is what allows you to browse the internet and view web
pages
HTML function:
Creating web pages.
Display various information in an Internet browser.
Make links to other web pages with certain codes (hypertext).
CRUD or also known as Create, Read, Update, Delete is the are the
four basic functions of persistent storage. Alternate words are sometimes
used when defining the four basic functions of CRUD, such as retrieve
instead of read, modify instead of update, or destroy instead of delete.
CRUD is also sometimes used to describe user interface conventions that
facilitate viewing, searching, and changing information; often using
computer-based forms and reports. The term was likely first popularized by
James Martin in his 1983 book Managing the Data-base Environment. The
acronym may be extended to CRUD to cover listing of large data sets which
bring additional complexity such as pagination when the data sets are too
large to hold easily in memory
In some database application, crud has many acronyms. CRUD refers
to all of the major functions that are implemented in relational database
applications. Each letter in the acronym can map to a standard Structured
Query Language (SQL) statement, Hypertext Transfer Protocol (HTTP)
method.
CRUD is also relevant at the user interface level of most applications.
For example, in address book software, the basic storage unit is an
individual contact entry. As a bare minimum, the software must allow the
user to :
Create or add new entries
Read, retrieve, search, or view existing entries
Update or edit existing entries
Delete/deactivate/remove existing entries
Without these four operations, the software cannot work properly.
Because this operation is very basic, this operation is often referred to as the
core of the software. These four operations are often documented and
described under one full title, such as "contact management", "content
management" or "contact maintenance". A software worthy to be called is
incomplete or defective if there is no crud element in it.
13
3. To display the login form, the author will create a file called
index.php as a form to log in. Make an index.php script like the
picture below.
15
4. After that to do the process to be able to log in, the author will
make cek_login.php. Next is the cek_login.php script.
5. After the author creates a login section, create a new folder with
the name admin and students. Then create index.php in it as
shown below.
17
7. The next step is the author will create a hapus.php file in the
admin folder and siswa, then create a hapus.php script in the
admin and siswa folder as shown below.
8. The next step is that I will create the file edit.php and
edit_proses.php in the student folder, create a script based on the
image below.
21
9. The next step is that the author will create a logout.php file in
the admin folder and siswa so they can exit the login system,
then create a script based on the image below.
22
10. If all scripts have been completed, the author will run and test
this web application
2. If the login is 'siswa' then the user can only add items and return
items. Now the author will try to enter data
3. Now we will try to return the data on the student table page by
clicking 'Dikembalikan', the page will be recorded on the
'teacher' admin page and the status will change.
4. The next step the author will try to edit the data in the admin
view as follows.