CeSaRR 0 Denunciar post Postado Dezembro 27, 2003 estou criando um sistema de redirecionador de dominio e estou tendo o seguinte erro:Warning: mysql_connect(): Access denied for user: 'username@localhost' (Using password: YES) in /home/redb/public_html/myred/include/vars.php on line 28Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/redb/public_html/myred/include/vars.php on line 32Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/redb/public_html/index.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/redb/public_html/myred/include/vars.php:28) in /home/redb/public_html/index.php on line 29como eu ajeito isso? Compartilhar este post Link para o post Compartilhar em outros sites
CeSaRR 0 Denunciar post Postado Dezembro 27, 2003 ops... ja arrumei o primeiro erro eu sou iniciante.. nao entendo quase nada! + agora da os seguintes erros: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/redb/public_html/myred/include/vars.php on line 32 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/redb/public_html/index.php on line 28 Warning: Cannot modify header information - headers already sent by (output started at /home/redb/public_html/myred/include/vars.php:32) in /home/redb/public_html/index.php on line 29 Compartilhar este post Link para o post Compartilhar em outros sites
CeSaRR 0 Denunciar post Postado Dezembro 27, 2003 $row = mysql_fetch_array($result);o que é isto? Compartilhar este post Link para o post Compartilhar em outros sites
CeSaRR 0 Denunciar post Postado Dezembro 27, 2003 tah.. ja entendi .. soh tem 1 erro!!eh o banco de dadoso nome do banco e dadod eh redb_bancodadosredir mas ele esta procurando redb_bancodadosredir. redirWarning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/redb/public_html/myred/include/vars.php on line 32Table 'redb_bancodadosredir.redir' doesn't existcomo eu ajeito isto? Compartilhar este post Link para o post Compartilhar em outros sites
Alisson Rodrigues 3 Denunciar post Postado Dezembro 27, 2003 Cadê o código? Compartilhar este post Link para o post Compartilhar em outros sites