Jump to content

Notice: Undefined index


RicardoNET

Recommended Posts

Hello everybody,

its seems to be that one of my script files wont work like it should be anymore, Can somebody help me around with this error;

[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Notice: Undefined index: username in C:\WebServer\htdocs\ricardox\user_check.php on line 10[/quote]

The code is;

[code]$user = $_COOKIE['username'];
$sql = mysql_query("SELECT * FROM users WHERE username = '$user'");  // This is line 10
$row = mysql_fetch_array($sql);
$num = mysql_num_rows($sql);[/code]

What is the problem right now on this code? Thanks for your solution if you have one!
Link to comment
https://forums.phpfreaks.com/topic/6864-notice-undefined-index/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.