I\'m trying to call an HTML/PHP content that it\'s inside my database using:
When the row i
That is some of the ugliest code I have ever seen...
Hello'; while ($row_indiosct = mysql_fetch_assoc($indiosct)) { echo ' '.$row_indiosct['nome'].' '; } ?>
You could also use the HEREDOC syntax.