Ancient Mariner? My teacher says that there is visual imagery. I agree.But i think there is a metaphor also.Bcz it is Copper Sky so sky is compared with copper metal.Isn't it a metaphor.Please help me.
All in a hot and copper sky,
The bloody Sun, at noon,
Right up above the mast did stand,
No...
I want to know how to align this paragraph. First see my HTML code to understand what i really want.
<html>
<head><title>Environment and pollution</title></head>
<body bgcolor="black" link=#FFFFFF alink=#FFFFFF vlink=#FFFFFF>
<center><font size=40><b><i> <font color="red"> Save the earth</font>...
I want to insert records in MySQL using PHP. So i am using the following code. But it is not working. Please point out the error. According to me it is right though it doesn't work.
<?php
include("connect.php");
$date=date("Y-m-d");
$write = mysql_query("INSERT INTO guestbook VALUES...
I want to insert records in MySQL using PHP. So i am using the following code. But it is not working. Please point out the error. According to me it is right though it doesn't work.
<?php
include("connect.php");
$date=date("Y-m-d");
$write = mysql_query("INSERT INTO guestbook VALUES...
I made a PHP program for validating password and username and if it is correct then to writ WELCOME. But unluckily even if i give wrong password and name then also it writes WELCOME. Please figure out the problem. I will be thankful to you.
<html>
<title> Prove Your Identity</title>
<font...
I want to make a program that takes the input ie Username and Password from user , there is a submit button and if everything is correct then user should be able to access another webpage .
A rough blueprint is-
<form>
Username:<input type="text" name="name"size="15"><br>
Password:<input...