PHP Writing Rule - Part 2

7/21/13


Please visit : Part 1 to learn from beginning.

Now let's continue for other writing rule of PHP. But don't forget to run these code into your browser ok? So you can see what's the result like.

5. Case Sensitive
<?php$a = 10;$A = 15;
echo "a = $A";?>
The above code tell us that the $a and $A is different, so take care when you will code, the variable name must be precise.

PHP Writing Rule - Part 1

7/20/13

Welcome back!

Well i want to share some of PHP Writing Rule. It should be in the beginning of learning PHP, but i forget to tell you about this part.

Before that you need to learn how to display some code in browser, you can learn it from page : Excercise PHP-1

Okay,let's just start. PHP have some rule in their code. Here are some of the rule :

How to Create Invitation Label Name for Invitation Card

Hello again bloggers!

Well right now, i want to post something outside the IT stuff, but also educated! Yeah, it's about creating invitation label name for invitation cards.

Have you ever invited to the party with many people in there? Such as wedding party, graduation party, or home-coming party? In those big events, the host of the party usually create invitation cards to people who will be invited. Well if the invited people is around 50 people, yeah we can still type the name in the invitation cards manually, but if hundred? moreover thousand? We need something that make our work easier.

So i search the google and found this, how to create invitation label name for invitation card, in this event is wedding party, with more flexible.

Ethical Hacking

7/14/13


This is from my lecture on my second year college. This article is about Ethical Hacking.

Ethical hacking is ethical hacking a network or the Internet, in which case we will be discussing about the hacker certification, or in other words the Certified Ethical Hacker (CEH). People who have this CEH are people - people who have been in the field of security systems. To get there CEH stages as follows: Following Training → ​​Exam Preparation, Exam Code: 312-50 or ECO-350 → If you pass, then got the CEH. People who have this certification will be highly valued, because now a lot of threat - the threat of Internet crime. Methods of threat is often done in the network and internet crime is a file inclusion, sql injection, web dav ¬ major attacks to gain access to the network. Types of threats and attacks are now more sophisticated. In addition, there are a growing number of attacks, caused by a skill that must be held to be a hacker today do not need high skill - skill hackers earlier times and the number of devices that are spread makes a lot of areas that can be attacked.

Multimedia Services Quality Assesment

7/10/13

Multimedia that exists now
Multimedia that exists now

Today, almost every day we will meet with multimedia, well when we are at home watching TV, or on campus while viewing a slide lecture, in the workplace while working with a laptop, and there are many examples. Perhaps there are many who ask what exactly is multimedia. Multimedia is the use of computers for the incorporation of text, images, sound, video, with tools and links, so that we can interact, create and enjoy a variety of multimedia works. In everyday life we sometimes watch the event via streaming on the Internet, such as we watch the ball, usually streaming-quality images from an extremely low compared with those we watch TV through cable or satellite, because the data packets are transferred must be minimized, if not of course be consuming and bandwidth quotas. In the value chain shift video, the quality of the video depends on four things, namely, content creation, aggregation, distribution, and devices.

Exercise PHP - MySql - 1

PHP & MySql
PHP & MySql


Back again.
I suggest you learn about creating database and DML first , before take step in this post.


First you need to make connection to database and php file. The code is below :
<?php
$conn = mysql_connect("localhost","root","") or die("server down");
$db = mysql_select_db("inventory",$conn) or die("database dont exist");
?>

Health Informatics - How to provide informatics work in medicine and world health

7/8/13



Now there are many people who started paying attention to his health than a few years ago, this is due to the many serious diseases that appear suddenly, such as cancer, heart disease, stroke, etc.. Seeing this certainly increases the need for the health sector, as well as detailed information needed by patients and physicians. Here we are as a people in the field of IT berkeceimpung can help by Health Informatics. Health informatics is a blend of IT in the health sector. With health informatics we can provide information about the circumstances of a person's health or disease, so patients and physicians can make decisions, but that with health informatics, health data will be monitored person and patient health data can certainly be good information to cure the patient. Health informatics here is the intersection of the fields of informatics, computer, and health, so helath informatics is closely related to data storage, information retrieval, which is related to health.

 

Tags