Dear colleagues..

I am new to mysql and I am trying to do the following, to create a php file
that may contain some kind of form or survey and the data entered may be
added to a database. Here's the code of the html form

-----
<html>
<head>
<title>Survey</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
 <p ><strong>Survey</strong></p>
<form action="" method="post" name="importance"  id="importance">
  <table width="605" border="0">
    <tr>
      <td ><strong>Is reading important? </strong></td>
    </tr>
    <tr>
      <td > yes 
        <input name="radiobutton" type="radio" value="radiobutton"></td>
    </tr>
    <tr>
      <td >no
        <input name="radiobutton" type="radio" value="radiobutton"></td>
    </tr>
    <tr>
      <td >maybe
        <input name="radiobutton" type="radio" value="radiobutton"></td>
    </tr>
    <tr>
      <td >i don't know
        <input name="radiobutton" type="radio" value="radiobutton"></td>
    </tr>
    <tr>
      <td >&iquest;Why? </td>
    </tr>
    <tr>
      <td ><textarea name="textarea" cols="85" rows="5" ></textarea></td>
    </tr>
  </table>
</form>
<br>
</body>
</html>
----

______________________________
msc. tomas alberto ramirez.andujar
webmaster - cejisoft - +53 32 26 24 51
universidad pedagogica jose marti. camaguey
circunvalacion norte km 51/2 cp 74670. cuba
email : [EMAIL PROTECTED]
url: http://www.esicm.cu/cejisoft 

-----Mensaje original-----
De: tommie ramirez.andujar [mailto:[EMAIL PROTECTED] 
Enviado el: Saturday, May 29, 2004 12:14 PM
Para: [EMAIL PROTECTED]
Asunto: Transfer records from one table to another



Hi,,

I have database about national historical events and another one about world
events..

Here's the structure:

National events (d: day  m: month a: year hecho: fact)
|-----------------------------------------------------------|
| id    | d     | m     | a     |hecho  |
|-----------------------------------------------------------| 


World events (d: day  m: month y: year event: fact)
|-----------------------------------------------------------|
| id    | d     | m     | y     | event |
|-----------------------------------------------------------|

Now, I want to copy the records from National to World events, is it
possible?
Yours
tommie 

___________________________________________
msc. tomas alberto ramirez.andujar
webmaster - cejisoft - +5332 262451 /261410 universidad pedagogica jose
marti. camaguey circunvalacion norte km 51/2 cp 74670. cuba
[EMAIL PROTECTED] - www.esicm.cu/cejisoft

............................................................
Este mensaje ha sido analizado por MDaemon Antivirus v2.21.
Instituto Superior Pedagsgico de Camaguey, Cuba.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

............................................................
Este mensaje ha sido analizado por MDaemon Antivirus v2.21.
Instituto Superior Pedagsgico de Camaguey, Cuba.

............................................................
Este mensaje ha sido analizado por MDaemon Antivirus v2.21.
Instituto Superior Pedagógico de Camaguey, Cuba.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to