Recent content by John Kelly

  1. J

    Dodge ball strategie?

    I hace a 5v5 dodgeball tournament for a club and we want to win whats a gooda strategy
  2. J

    Do u think there is a metaphor in this stanza of the poem The Rime of the

    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...
  3. J

    Simple HTML doubt.Please help fast!!!?

    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>...
  4. J

    looking for english manual for sanyo car dvd/video?

    original in japanese
  5. J

    This is really weird. Please help me with this PHP program.?

    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...
  6. J

    This is really weird. Please help me with this PHP program.?

    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...
  7. J

    looking for english manual for sanyo car dvd/video?

    original in japanese
  8. J

    Why doesn't this PHP program work.?

    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...
  9. J

    How to make the mentioned program using php and html?

    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...
Back
Top