Help please !!!
Posted: Sun Mar 02, 2003 6:38 pm
I want that in following script when digitar in the field of the
corresponding mail, automaticamente it opens outlook to send a mail to
him to that personnel.
<HEAD>
<TITLE>leer.php</TITLE>
<Link rel= "stylesheet" href="default.css">
</HEAD>
<BODY>
<h1><div align="center">Phones</div></h1>
<br>
<br>
<?
echo "<form name='listado' method=post action='personal2.php'>";
mysql_connect("localhost","fime","itg01");
$result=mysql_db_query("auth","select * from Personal order by nombre");
$number = MySQL_NUM_ROWS($result);
echo"<table width=500 align=center bgcolor = cccccc border=9 cellpadding=7 cellspacing=7>
<tr>
<td><br><input type=submit value=«><input type=submit value=»>
<b>Nombre</td></b>
<td><br> <input type=submit value=«><input type=submit name=Inter value=»>
<b>Interno</b><td><br><b>mail</b></td>
</tr>";
while($row=mysql_fetch_row($result)){
echo"<tr>
<td>$row[1]</td><td>$row[4]</td>
<td>$row[5]</td>
</tr>";
}
echo"</table>";
?>
Since I do so that the data order according to the field that
I select, or internal name or?
corresponding mail, automaticamente it opens outlook to send a mail to
him to that personnel.
<HEAD>
<TITLE>leer.php</TITLE>
<Link rel= "stylesheet" href="default.css">
</HEAD>
<BODY>
<h1><div align="center">Phones</div></h1>
<br>
<br>
<?
echo "<form name='listado' method=post action='personal2.php'>";
mysql_connect("localhost","fime","itg01");
$result=mysql_db_query("auth","select * from Personal order by nombre");
$number = MySQL_NUM_ROWS($result);
echo"<table width=500 align=center bgcolor = cccccc border=9 cellpadding=7 cellspacing=7>
<tr>
<td><br><input type=submit value=«><input type=submit value=»>
<b>Nombre</td></b>
<td><br> <input type=submit value=«><input type=submit name=Inter value=»>
<b>Interno</b><td><br><b>mail</b></td>
</tr>";
while($row=mysql_fetch_row($result)){
echo"<tr>
<td>$row[1]</td><td>$row[4]</td>
<td>$row[5]</td>
</tr>";
}
echo"</table>";
?>
Since I do so that the data order according to the field that
I select, or internal name or?