Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

PRAKTEK V

PHP/My SQL
Content is king.” Cliché, yes; but it has never been more true. Once you’ve mastered HTML and learned a
few neat tricks in JavaScript and Dynamic HTML, you can probably design a pretty impressive looking
Website. But your next task must be to fill that fancy page
layout with some real information. Any site that
successfully attracts repeat visitors has to have fresh and
constantly updated content. In the world of traditional site
building, that means HTML files—and lots of
’em. The problem is that, more often than not, the people who provide the content for a site are not the same
people who handle its design. Frequently, the content provider doesn’t even know HTML. How, then, is the
content to get from the provider onto the Website? Not every company can afford to staff a full-time

Webmaster, and most Webmasters have HTML files to reflect a new look would take better things to do
than copying Word files into forever. Server-side includes (SSIs) can help
HTML templates anyway. alleviate the burden a little, but you still Maintenance
of a content-driven site end up with HTML hundreds of files that need can be a real
pain, too. Many sites to be maintained should you wish to (perhaps yours?) feel
locked into a dry, outdated make a fundamental change to your site. design because rewriting those
hundreds of

The solution to these without disturbing the other. endlessly pasting new content headaches
is database-driven Instead of writing an HTML into your tired page layouts, site design. By
achieving file for every page of your create a simple content complete separation between
site, you only need to write a management system that your site's design and the page for
each kind of allows the writers to post content you want to present, information you want
to be new content themselves you can work with each able to present. Instead of without a
lick of HTML!

In this book, I'll provide you with a hands-on look at what's involved in building a database-driven
Website. We'll use two tools for this, both of which may be new to you: the PHP scripting language and the
MySQL relational database management system. If your Web host provides PHP and MySQL support,
you're in great shape. If not, we'll be looking at the setup procedures under Linux, Windows, and Mac OS
X, so don't sweat it.

Salary on October 2014


No Nama Gaji Tunjangan BonusGaji
Karyawan Pokok Keluarga Bersih
1 Verdi 1250 2% 5% 1.337,50
2 Mandala 1140 2% 2,50% 1.191,30
3 Merni 1310 2% 1,50% 1.355,85
4 Betty 1020 2% 3% 1.071,00
5 Andika 980 2% 6% 1.058,40
Total 6.014,05
Designed by : Ni Made Santhi Apriliana Dewi
NIM. 215744084

Catatan : Gaji bersih = Gaji Pokok + Tunjangan (2%*Gaji Pokok)+ Bonus (Gaji Pokok*Presentase Bonus)
Total adalah total untuk Gaji Pokok, Tunjangan, Bonus dan Gaji Bersih

You might also like