Posts by Gustavo Cunha • 11 points
2 posts
-
1
votes1
answer73
viewsA: Error while trying to show mysql data in html
Instead of using the method mysql_pconnect($host, $user, $pass) try to instantiate a mysql object, ie new mysql(localhost, root, senhadobanco, nomedobanco)
-
0
votes1
answer35
viewsA: UL display failure at the time
The most appropriate for this case would be to use html Tables, because to make tables like these they serve much better. Try changing your code to <table border="1" cellpadding="0"…