Skip to content

Undefined array key  #8

@k7n2g

Description

@k7n2g

Hi cant register to database from register form get this error Undefined array key "user_id" in /welcome.php on line 62 i know user_id is a value not a key can you help fix this please, the lines from welcome.php 62
$sql = "SELECT * FROM users WHERE id='{$_SESSION["user_id"]}'";
$result = mysqli_query($conn, $sql);
if (mysqli_num_rows($result) > 0) {
while ($row = mysqli_fetch_assoc($result, )) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions