Hey, i noticed this today, all my php pages wich connect to mysql database give me a nottice error? any clues? all the information doed post...
http://iburst.obxhost.net/register.php is the page.
error:
Notice: Use of undefined constant iburst_movies - assumed 'iburst_movies' in /www/obxhost.net/i/b/u/iburst/htdocs/config.php on line 5
Notice: Undefined index: id in /www/obxhost.net/i/b/u/iburst/htdocs/config.php on line 7
Notice: Undefined index: password in /www/obxhost.net/i/b/u/iburst/htdocs/config.php on line 7
Notice: Use of undefined constant username - assumed 'username' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 33
Notice: Use of undefined constant password - assumed 'password' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 33
Notice: Use of undefined constant cpassword - assumed 'cpassword' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 33
Notice: Use of undefined constant email - assumed 'email' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 33
Notice: Use of undefined constant username - assumed 'username' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 37
Notice: Use of undefined constant password - assumed 'password' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 38
Notice: Use of undefined constant cpassword - assumed 'cpassword' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 39
Notice: Use of undefined constant email - assumed 'email' in /www/obxhost.net/i/b/u/iburst/htdocs/register.php on line 40
You are now registered,
You can now loggin to your account
Thanks in advanced Glown
Help on php
Hey!
Would mind please posting,
Line 5, and 7 of your config file.
Thanks!
Would mind please posting,
Line 5, and 7 of your config file.
Thanks!
Have you done this:
$row[id]
If So change it to
$row['id']
Only this I can think of. It may be your PHP has not been setup correct and some functions are disabled.
$row[id]
If So change it to
$row['id']
Only this I can think of. It may be your PHP has not been setup correct and some functions are disabled.
Try changing the error reporting to not report the notice errors..
PHP Code:
PHP Code:
Recovered from /showthread.php?p=201515 · captured 2008.