In our previous section, we show you how to connect to database in php. In this post, we will show you how to insert data into database. require 'connect.php'; imports the php file which has been already defined. Its demo is shown here. The $_POST['username'] and $_POST['password'] takes value of input value in html form. Then, "if($u_pass !=
Sunday, July 6, 2014
Thursday, July 3, 2014
How to access blocked website ?
Method 1. Bypassing web url
This is a fast and easy trick but working depends upon the security system. This doesnot always works. For this follow the following steps.
Step 1. Open run command (type windows logo + r). Then new window will appear.
Step 2. Type ping example.com on the new window appeared and hit enter.
This is a fast and easy trick but working depends upon the security system. This doesnot always works. For this follow the following steps.
Step 1. Open run command (type windows logo + r). Then new window will appear.
Step 2. Type ping example.com on the new window appeared and hit enter.
How to save laptop’s battery for long time ?
These days laptop has been
very common. With very high usage of laptop, its battery saving has been
an important issue. Most of laptop user suffer from battery problem.
That is, battery gives low backup. This depend on the laptop company as
well as the way you use your laptop. So, here are some easy steps on how
to save
How to defragment disks ?
Disk defragment is important feature of modern computer. Disk defragment help you to manage your computer hard disk. When you use your computer for long time, then your disk becomes fragmented. So you need to defragment your disk once in a month (depending on how much you use). Here is a simple way to defragment
How to add location on google map ?
Adding location is easy. you can add businesses, establishments, and certain types of buildings and boundaries in google map. For this follow the following steps
step 1 : In browser, type http://www.google.com/mapmaker. then a new page will appear. Then click on “Add New”
step 1 : In browser, type http://www.google.com/mapmaker. then a new page will appear. Then click on “Add New”
How to create VPN(Virtual Private Network) ?
A virtual private network (VPN) is a network that uses a public
telecommunication infrastructure, such as the Internet, to provide
remote offices or individual users with secure access to their
organization’s network. VPN helps to surf over the internet
anonymously. VPN hides your actual IP (Internet Protocol) address and
allow
How to Disable automatic update check on Internet Download Manager ?
New versions of Internet Download Manager are published after few months or even after few days. So, the update message dialog makes annoying. On the other hand, if you have the cracked version of Internet Download Manager, the update check will find that you are using pirated software. So, update should be disabled. So, here
Wednesday, July 2, 2014
Connect to mysql database in php
$mysql_host = "localhost";
$mysql_user = "root";
$mysql_pass = "";
$mysql_db = "courses";
$mysql_user = "root";
$mysql_pass = "";
$mysql_db = "courses";
Labels:
php
Tuesday, July 1, 2014
How to get color values of RGB from photoshop ?
Color values are important for web projects for defining colors and other purposes as well. They can be extract from image(s) in photoshop. It is simple but can be quite confusing if not known. So, to extract the color values, open photoshop and click “window” menu option and click “info” submenu. Shortcut for this is “F8″. Then, a small tab will appear. As you hover over the picture, the color values will be displayed on this tab.
How to remove unwanted startup programs ?
Unwanted programs at the startup overloads the computer. This cause the high usage of computer CPU and memory. This is also one of the causes of slow performance of computer. So, the unwanted startup program should be removed. To remove this simply follow the following steps.
1. Open run command (type windows logo + r). Then a box appear.
2. Type msconfig on the box. Then this window will appear.
Subscribe to:
Posts (Atom)