unsere
Usuario Novato
Usuario Novato

Hola!

Desearía saber sí alguién me puede ayudar con esta duda que tengo... Lo que pasa es que deseo hacer un portal con conectividad a una base de datos MySQL (registro de usuarios y consultas) y no sé sí para ello estoy obligado a utilizar únicamente PHP/html o sí existe la posibilidad de hacerlo usando únicamente HTML con MySQL, sin utilizar ni una sola linea de código PHP... Agradezco de antemano a quién me pueda aclarar esta duda...

Avatar Image
@man / @woman
@man / @woman

Pues que yo sepa no... para hacer las llamadas a mysql necesitas hacerlas con algo y en html no hay nada... por lo que tienes que hacerla con php+html+mysql.

"Netiqueta" en los foros, como comportarse y preguntar en los foros.

No Setup Programs
User 479801
User 479801
Okupa del foro
Okupa del foro

HTML no funciona con bases de datos.

Avatar Image
@man / @woman
@man / @woman

Con html haces la web, las tablas el diseño todo eso, con php haces la programacion scripts que tienen una accion y con mysql haces que algunos scripts de php funionen, algunos por que otros son con .txt

LóciamCorp

Alojamiento, Dominios, Resellers, Servidores Dedicados y Diseño Web. Web Hosting para México, si eres nuevo pero sabes hacer sitios y requieres un servicio profesional y amable, visitanos.
anime_2021
Usuario Novato
Usuario Novato
Escrito originalmente por NoSetup.org
Pues que yo sepa no... para hacer las llamadas a mysql necesitas hacerlas con algo y en html no hay nada... por lo que tienes que hacerla con php+html+mysql.

hola com estas ...bueno tengo unas pequeñas dudas..espeo que me puedas hacer el fabor de contestarla..
la primera es como se declara una variable global..en el esiguiente codigo..bueno en si lo que quiero hacer es que control sea una variable global y balla en los demas formularios...



<?

include("conec.php&quotGiño;
$link=Conectarse();

$cuenta=substr("$control",0,-6);
if ($cuenta<="06&quotGiño
{


{
echo "INtroduce bien tu Numero de control--.-.-.";
}


$sql = "SELECT nombre FROM datos WHERE id='$control';";
$result = mysql_query($sql);
if($row = mysql_fetch_array($result))
{
echo "NUMERO EL NUMERO DE CONTROL YA FUE INGRESADO"
}
else
{
$slq="insert into datos (id,nombre,apellidop,apellidom,nombreuni,nombrecarrera,cuatrimestre,lada,telefono,escribe) values ('$control','$nombre','$apellidosp','$apellidosm','$univercidad','$carrera','$cuatrimestre','$lada','$telefono','$responde')";
mysql_query($sql,$link);
header("Location: index.php&quotGiño;
}
mysql_free_result($result);
}
mysqk_close();
?>


codigo del formulario..

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
function checkFields(){

missinginfo = "";

if (document.blanco.control.value == "&quotGiño{
missinginfo += "\n - Ingresa el Numero de Control";
}
if (document.blanco.nombre.value == "&quotGiño{
missinginfo += "\n -Ingresa tu nombre";
}
if (document.blanco.apellidop.value == "&quotGiño{
missinginfo += "\n -Ingresa tu Apellido paterno";
}
if (document.blanco.apellidom.value == "&quotGiño{
missinginfo += "\n -Ingresa tu Apellido materno";
}
if (document.blanco.carrera.value == "&quotGiño{
missinginfo += "\n -Ingresa la carrera que estudias";
}
if (document.blanco.cuatrimestre.value == "&quotGiño{
missinginfo += "\n -Ingresa el cuatrimestre que cursas";
}
if (document.blanco.lada.value == "&quotGiño{
missinginfo += "\n -Ingresa tu lada";
}
if (document.blanco.telefono.value == "&quotGiño{
missinginfo += "\n -Ingresa tu telefono";
}
if (document.blanco.responde.value == "&quotGiño{
missinginfo += "\n -Ingresa tu correo electronico";
}

if (missinginfo != "&quotGiño {
missinginfo = "Inserta la siguiente informacion\n" +
missinginfo + "\n" + "\n Ingresa!";
alert(missinginfo);
return false;
}
else return true;
}
</script>
<link rel="stylesheet" href="estilo.css" type="text/css">
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: #0186C1;
scrollbar-highlight-color: #0186C1;
scrollbar-3dlight-color: #0186C1;
scrollbar-darkshadow-color: #0186C1;
scrollbar-shadow-color: #0186C1;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #F4F4F4;
}
-->
</STYLE>
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape&quotGiño&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var day="";
var month="";
var myweekday="";
var year="";
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
weekday= myweekday;
myyear= mydate.getYear();
year = myyear
if(myday == 0)
day = " Domingo, "
else if(myday == 1)
day = " Lunes, "
else if(myday == 2)
day = " Martes, "
else if(myday == 3)
day = " Miércoles, "
else if(myday == 4)
day = " Jueves, "
else if(myday == 5)
day = " Viernes, "
else if(myday == 6)
day = " Sábado, "
if(mymonth == 0) {
month = "Enero "}
else if(mymonth ==1)
month = "Febrero "
else if(mymonth ==2)
month = "Marzo "
else if(mymonth ==3)
month = "Abril "
else if(mymonth ==4)
month = "Mayo "
else if(mymonth ==5)
month = "Junio "
else if(mymonth ==6)
month = "Julio "
else if(mymonth ==7)
month = "Agosto "
else if(mymonth ==8)
month = "Septiembre "
else if(mymonth ==9)
month = "Octubre "
else if(mymonth ==10)
month = "Noviembre "
else if(mymonth ==11)
month = "Diciembre "
// End -->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#ffFFff" >
<table width="780" border="0" align="center" bordercolor="#000000" background="file:///D|/webphp/prue/IMAGENES/Crystal.jpg">
<tr valign="top">
<td height="100">
<div id="fecha" style="position:absolute; width:324px; height:14px; z-index:1; left: 114px; top: 102px; background-color: #000000; layer-background-color: #000000; border: 1px none #000000;">
<script>

document.write("<span class=fecha>" + day + myweekday + " de " + month);
document.write("de " + 2002 + "</span>&quotGiño;
</script>
</div>
<img src="../prue/IMAGENES/UTIM4.jpg" width="779" height="64"> </td>
</tr></table>


<form method="post" name="blanco" action="haver.php" >

<div align="center">
<table width="671" border="1" cellspacing="1" background="file:///D|/webphp/prue/IMAGENES/Crystal.jpg">
<!--DWLayoutTable-->
<tr>
<th width="206" height="23" ><div align="center"><font color="#FFFFFF"><em>Numero
De Control:</em></font> </font> </div></th>
<th width="147"><div align="center"><em><font color="#FFFFFF">Nombre Del
Alumno</font>:</em></div></th>
<th width="144"><div align="center"><em><font color="#FFFFFF">Apelido
<em><strong>Paterno:</strong></em></font></em></div></th>
<th width="145"><div align="center"><font color="#FFFFFF"><em><strong>Apelido
</strong><font color="#FFFFFF">Materno</font><strong>:</strong></em></font></div></th>
<td width="1"></td>
</tr>
<tr>
<th height="26"><input name="control" type="text" maxlength="10 "value=""></th>
<th><input name="nombre" type="text" maxlength="30"value="" size=""></th>
<th><input name="apellidop" type="text" maxlength="20"value="" size=""></th>
<th><input name="apellidom" type="text" maxlength="20"value="" size=""></th>
<td></td>
</tr>
<tr>
<th height="23"><font color="#FFFFFF" size="-2"><strong><em>Univercidad
Tecnologica</em></strong></font></th>
<td colspan="3" rowspan="2" valign="top"><select name="univercidad">
<option selected >Univercidad Tecgnologica De Izucar De Matamoros
</select></td>
<td></td>
</tr>
<tr>
<th height="2"></th>
<td></td>
<tr>
<th height="23" valign="top"><font color="#FFFFFF"><em>Selecciona Tu Carrera</em></font><font color="#0033CC"><em></em></font></th>
<td colspan="3" rowspan="2" valign="top"><select name="carrera">
<option selected value="">selecciona una opcion
<option value="Tecnologias de la Informacion y Comunicacion area Sistemas I">Tecnologias
de la Informacion y Comunicacion area Sistemas I
<option value="Administracion ">Administracion
<option value="Tecnologia De Alimentos ">Tecnologia De Alimentos </select>
</td>
<td></td>
<tr>
<th rowspan="2" valign="top"><em><font color="#FFFFFF">Cuatrimestre Que
cursas:</font></em></th>
<td height="4"></td>
</tr>
<tr>
<td height="28" colspan="3" valign="top"><select name="cuatrimestre">
<option selected value="" >selecciona una opcion
<option value="Primero">Primero
<option value="Segundo">Segundo
<option value="Tercero">Tercero
<option value="Cuarto">Cuarto
<option value="Quinto">Quinto
<option value="Sexto">Sexto </select>
<td></td>
<tr>
<th height="28" valign="top"><div align="center">
<p><font color="#FFFFFF"><em><strong>Telefono:</strong></em></font>
</p>
</div>
<td colspan="3" valign="top"> <font size="4">01</font>
<input name="lada" type="text" value="" size="3" maxlength="3">
<input name="telefono" type="text" value="" size="11" maxlength="9">
<td>
<tr>
<td height="1">
<td colspan="3" rowspan="2" valign="top"><input name="responde" type="text" size="50" maxlength="100">
<td></td>
<tr>
<td height="26" valign="top"><div align="center"><font color="#FFFFFF"><strong><em>Correo
Electronico </em> </strong></font> </div>
<td></td>
</table>
<input type="submit" name="formis" value="Enviar" onClick="return checkFields();">
<input type="reset" value="B O R R A R">
</div>
</form>
</body>
</html>

bueno esperando una respuesta me despido de usted...le dejo mi correo anime_2021@yahoo.com.mx
o iori_cmt@msn.com-----saludos.

Avatar Image
@man / @woman
@man / @woman
Escrito originalmente por anime_2021

hola com estas ...bueno tengo unas pequeñas dudas..espeo que me puedas hacer el fabor de contestarla..



Solo por curiosidad, notaste que...

¿El tema tiene casi 2 (DOOOS) años de antigüo?
¿Que tu consulta NO TIENE NADA QUE VER con el tema original?
¿Que existe un subforo especifico para lo que tiene que ver con PHP?

----
Avatar Image
User 390661
@man / @woman
@man / @woman

Bueno, por si las dudas.
A Nosetup.org lo encuentras en los foros de
http://php-hispano.net

NO PUEDES HACER NADA A PRUEBA DE TONTOS, LOS TONTOS SOMOS MUY INGENIOSOS...
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
TemaUsuariosRespuestasVisitasActividad
Por: , el 10/Ene/2008, 04:18
salon_burbuja PaseanteDelForo12kJan/08