joaquim 0 Posted May 16, 2019 Report Share Posted May 16, 2019 Olá pessoal... Sou ruim em php, peço ajuda. Tenho uma aplicação funcionamdo: <?php do { ?> <?php echo $row_rsAutor['autor_nome'] .", "; ?> <?php } while ($row_rsAutor = mysql_fetch_assoc($rsAutor)); ?> OK. Queria acrescentar caso a variavel acima esteja vazia escrever: "Autor desconhecido". Link to post Share on other sites
joaquim 0 Posted May 16, 2019 Author Report Share Posted May 16, 2019 Já resolvi. Gratos. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now