Month: November 2011

How to create JavaScript Popup Window (open new window javascript)

Creating popup using JavaScript is not so tough, Here is the code that will do the magic. Just copy and paste and start using it!

There are a number of ways to create Javascript Popup

Method 1:

<html>
<head>

<script 

How to create database and Tables in MySQL

Are you a PHP Programmer?. New Learner?. Then this is the correct place to learn about PHP and MySQL things.

In this post, I’m going to explain how to create a Database and Tables respectively.

1. Most of us are …

How to create / add favicon in wordpress

How to create / add favicon in wordpress

There are number of ways you can create a favicon. This is easiest and one of my favorite.

First download the software from the link below:

https://www.sibcode.com/downloads/junior-icon-editor.exe

The above link is a free icon editor you can download and create …

How to connect to the mysql database in php?

How to connect to the mysql database in php?

This question is often asked by the new PHP Developer who is trying to learn PHP themselves.

Here’s the syntax:

<?php

//connect to the db
$mysqli = new mysqli("hostname","db_username","db_password","db_name");

// Check connection
if ($mysqli->connect_errno) {
  echo "Failed to connect: " 
Theme: Overlay by Kaira
Agurchand