Se que hay varios temas de este tipo pero hasta ahora ninguno me ha solucionado el problema.
Lo que quiero hacer es colocar in if con varias condiciones !isset
Código PHP:
if ((!isset($_POST['Perfil'])||(!isset($_POST['Editar'])){
echo '
<form action="" method="post" name="Perfil" id="Perfil">
<table border="0">
<tr>
<td><input name="Cedula" type="text" id="Cedula" value="Ingresar Cedula"></td>
<td><input name="Perfil" type="submit" id="Perfil" value="Buscar"></td>
</tr>
</table>
</form>
';
}