Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Conversation

@SaadNaeemBhatti
Copy link
Contributor

please check changings

$sql1 = "SELECT * FROM tbl_team LEFT JOIN tbl_member ON tbl_team.team_id = tbl_member.team_id";
$value = $conn->query($sql1);
$query="update tbl_team set team_payment='$var' where team_id='$teamid'";
$q2=$conn->query($query);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

//You forgot the exception handling.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants