Amigo he seguido todos los pasos pero no logro hacer que funcione en mi pagina php, porfa no se q estoy haciendo mal... mira adjunto el codigo.....
Código PHP:
<?php
include("conexion.php");
$rst_categorias=mysql_query("select * FROM categorias ORDER BY catnombre;",$conexion);
if (mysql_num_rows($rst_categorias)==0)
//echo "No se han definido categorias";//
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Protocolo Solicitud de Labor</title>
<style type="text/css">
<!--
.Estilo1 {color: #0033FF}
.Estilo2 {color: #FF0000}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<script type="text/javascript" src="C:\xampp\htdocs\protocolo solicitud de labor\formularios\jqueryfechas\jquery.js"></script>
<script type="text/javascript" src="C:\xampp\htdocs\protocolo solicitud de labor\formularios\jqueryfechas\date.js"></script>
<script type="text/javascript" src="C:\xampp\htdocs\protocolo solicitud de labor\formularios\jqueryfechas\date_es.js"></script>
<script type="text/javascript" src="C:\xampp\htdocs\protocolo solicitud de labor\formularios\jqueryfechas\jquery.datePicker.js"></script>
<link rel="stylesheet" type="text/css" href="datePicker.css" />
<script type="text/javascript">
$(function()
{
$('.date-pick').datePicker({clickInput:true});
});
</script>
</head>
<link rel="stylesheet" href="style.css" />
<body>
<div id="content">
<form id="form1" name="form1" method="post" action="guardar.php">
<div align="center">
<p><img src="imagenes/header.png" width="744" height="150" /> </p>
<p align="center"><strong><em> Protocolo O.T. Mantención</em></strong>.</p>
<p align="center" class="Estilo1">
<fieldset></fieldset>
<p align="center"><label></label></p>
<table width="426" border="0" align="center">
<tr>
<th scope="col"><div align="center">Almacén Extraportuario El Sauce S.A.
<input type="hidden" name="estado" value="1" />
</div></th>
</tr>
</table>
<table width="1000" height="238" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="17%" height="31" scope="col"><div align="left">Área: <span class="Estilo2">* </span></div></th>
<th width="83%" scope="col"><div align="left"><input name="area" type="text" id="area" size="100" />
</div>
</label></th>
</tr>
<tr>
<td height="23"><div align="left">Ubicación:<span class="Estilo2"> * </span></div></td>
<td><label>
<div align="left">
<input name="ubicacion" type="text" id="ubicacion" size="100" />
</div>
</label></td>
</tr>
<tr>
<td height="23"><div align="left">Solicitante: <span class="Estilo2">* </span></div></td>
<td><label>
<div align="left">
<input name="solicitante" type="text" id="solicitante" size="100" />
</div>
</label></td>
</tr>
<tr>
<td height="23"><div align="left">Fecha:<span class="Estilo2"> * </span></div></td>
<td><label>
<div align="left">
<input name="fecha" type="text" class="date-pick" id="fecha" size="50" />
</label>
</div></td>
</tr>
<tr>
<td height="23"><div align="left">Hora: <span class="Estilo2">* </span></div></td>
<td><label>
<div align="left">
<input name="hora" type="text" id="hora" size="50" />
</label>
</div></td>
</tr>
<tr>
<td height="23"><div align="left">Ubicación Mantención<strong>: <span class="Estilo2">* </span></strong></div></td>
<td><div align="left">
<p>
<input name="ubimantencion" type="text" id="ubimantencion" size="100" />
</p>
</div></td>
</tr>
<tr>
<td height="23"><div align="left">Asignado A:<strong><span class="Estilo2">*</span></strong> </div></td>
<td><label>
<div align="left">
<input name="asignadoa" type="text" id="asignadoa" size="80" />
</div>
</label></td>
</tr>
<tr>
<td height="23"><div align="left">Fecha Inicio:<strong><span class="Estilo2">*</span></strong> </div></td>
<td><label>
<div align="left">
<input name="fechaini" type="text" id="fechaini" size="50" />
</div>
</label></td>
</tr>
<tr>
<td height="23"><div align="left">Fecha Termino:<strong><span class="Estilo2">*</span></strong> </div></td>
<td><label>
<div align="left">
<input name="fechater" type="text" id="fechater" size="50" />
</div>
</label></td>
</tr>
<tr>
<td height="23"><div align="left">Ayudantes:</div></td>
<td><label>
<div align="left">
<input name="ayudantes" type="text" id="ayudantes" size="80" />
</div>
</label></td>
</tr>
</table>
<p align="center">
<label></label><fieldset>
<table width="1000" border="0">
<tr>
<th width="198" scope="col"><div align="left">Categorias de Mantención: <span class="Estilo2">*</span> </div></th>
<th width="786" scope="col"><div align="left">
<select name="categoria" size="1" id="categoria">
<option selected=""VALUE="">[SELECIONE UNA CATEGORIA]</option>
<?php
while ($fila=mysql_fetch_array($rst_categorias))
{
echo "<option VALUE='". $fila["catcodigo"] ."'>".$fila["catnombre"] ."</option>";
}
mysql_close($conexion);
?>
</select>
</div></th>
</tr>
</table>
<table width="1000" border="0" align="center">
<tr>
<th width="220" height="42" scope="col"><div align="left">Selecione condición de Mantención: <span class="Estilo2">* </span></div></th>
<th width="111" scope="col"><div align="center">Contingencia : </div></th>
<th width="44" scope="col"><label>
<div align="left">
<input name="radiobutton" type="radio" value="Contingencia" />
</div>
</label></th>
<th width="115" scope="col"><div align="center">Requerimiento : </div></th>
<th width="488" scope="col"><label>
<div align="left">
<input name="radiobutton" type="radio" value="Requerimiento" />
</div>
</label></th>
</tr>
</table>
<table width="1000" border="0">
<tr>
<th width="312" scope="col"><div align="left">Detalle Observaciones de trabajos a realizar: <span class="Estilo2">*</span> </div></th>
<th width="678" scope="col"><label>
<div align="left">
<textarea name="observaciones" cols="50" rows="10" id="observaciones"></textarea>
</div>
</label></th>
</tr>
<tr>
<th scope="col"> </th>
<th scope="col"><label>
</label></th>
</tr>
</table>
<p><em><strong>//Los campos marcados con</strong></em><span class="Estilo2"> *</span> <em><strong>son obligatorios// </strong></em></p>
<p>
<label>
<input name="Guardar" type="submit" id="Guardar" value="Guardar" />
</label>
<label></label>
<label>
<input type="submit" name="Submit3" value="Imprimir" onclick="window.print();"/>
</label>
</p>
</fieldset>
</div>
</form>
<form id="form2" name="form2" method="POST" action="listado ot.php">
<div align="center">
<label></label>
</div>
</form>
</div>
</body>
</html>
en las lineas 29 a 40 hago el llamado.....