hola gracias por responder probe tu codigo y esta ok
pero tengo una duda como hago para que me funcione un php dentro de otro
Código PHP:
Ver original<?php
if ($tipocliente <> '')
{
echo "<input type='text' name='articulos' id='articulos' onKeyUp='javascript:this.value=this.value.toUpperCase();' maxlength='10' value='<? if (isset($_POST['articulos'])) echo $_POST['articulos']; ?>' >";
}
else
{
echo "<input type='text' onKeyUp='javascript:this.value=this.value.toUpperCase();' maxlength='10' readonly >";
}
?>
por que me sale error en el value