claro la consulta funciona el problema es que los valores los se pasa por xml
este es el error
Error de lectura XML: mal formado
Ubicación:
http://localhost/guiavital/chat/index.php?id=3
Número de línea 73, columna 74: <input name="userName" type="text" id="userNameField" value="<?php echo $regusuario['email']; ?>" maxlength="80"/>
este es todo el php
Código PHP:
<?xml version="1.0" encoding="[CONTENT_ENCODING/]"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "../../css/xhtml1-strict.dtd">
<?php
// ______________CREACION DE LA SESION POR PRIMERA VEZ ___________________________________________
//Por medio de esta función inicializo la sesion
session_start();
//Validamos que no se pueda ingresar de otra forma que no sea por medio de login
if(!$_SESSION[usuario])
{
print "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0;URL=cerrar_session.php\">";
}else{
// objeto de visualización de Mensajes, recibe 0 si es Admin, y el ID si es reseller
$regusuario = $sql->seleccionar("regusuario", "*", "usuario ='".$_SESSION[usuario]."'");
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="[LANG_CODE/]" lang="[LANG_CODE/]" dir="[BASE_DIRECTION/]">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>[LANG]title[/LANG]</title>
<style type="text/css">
body {
padding:0;
margin:0;
}
</style>
[STYLE_SHEETS/]
<script src="js/chat.js" type="text/javascript" charset="UTF-8"></script>
<script src="js/lang/[LANG_CODE/].js" type="text/javascript" charset="UTF-8"></script>
<script src="js/config.js" type="text/javascript" charset="UTF-8"></script>
<script type="text/javascript">
// <![CDATA[
function initializeLoginPage() {
document.getElementById('userNameField').focus();
if(!ajaxChat.isCookieEnabled()) {
var node = document.createElement('div');
var text = document.createTextNode(ajaxChatLang['errorCookiesRequired']);
node.appendChild(text);
document.getElementById('errorContainer').appendChild(node);
}
}
ajaxChatConfig.sessionName = '[SESSION_NAME/]';
ajaxChatConfig.cookieExpiration = parseInt('[COOKIE_EXPIRATION/]');
ajaxChatConfig.cookiePath = '[COOKIE_PATH/]';
ajaxChatConfig.cookieDomain = '[COOKIE_DOMAIN/]';
ajaxChatConfig.cookieSecure = '[COOKIE_SECURE/]';
ajaxChat.init(ajaxChatConfig, ajaxChatLang, true, true, false);
// ]]>
</script>
<link href="../../../css/estilos_adminesp.css" rel="stylesheet" type="text/css"/>
</head>
<body onload="initializeLoginPage();">
<table width="333" height="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="327" valign="top">
<div id="loginHeadlineContainer">
<h1 align="center">[LANG]title[/LANG]</h1>
</div>
<form id="loginForm" action="[LOGIN_URL/]" method="post" enctype="application/x-www-form-urlencoded">
<div id="loginFormContainer">
<input type="hidden" name="login" id="loginField" value="login"/>
<input type="hidden" name="redirect" id="redirectField" value="[REDIRECT_URL/]"/>
<div align="center">
<label for="userNameField">[LANG]userName[/LANG]:</label>
<br />
<input name="userName" type="text" id="userNameField" value="<? echo $regusuario[email] ?>" maxlength="[USER_NAME_MAX_LENGTH/]"/>
</div>
<div align="center">
<label for="channelField"></label>
<div>
<label for="passwordField">[LANG]password[/LANG]:</label>
<br />
<input type="password" name="password" id="passwordField"/>
</div>
<br />
<select name="channelName" id="channelField">
[CHANNEL_OPTIONS/]
</select>
</div>
<br />
<div align="center">
<input type="submit" name="submit" id="loginButton" value="[LANG]login[/LANG]"/>
</div>
</div>
</form>
<br />
<div id="errorContainer">[ERROR_MESSAGES/]
<noscript>
<div>[LANG]requiresJavaScript[/LANG]</div>
</noscript>
</div>
<br /></td>
</tr>
</table>
</body>
</html>
<?php
}//Fin del if
?>
mmmm lo que busco es que el valor de consulta a la bd .. pase al input .. pero en formato xml