You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
<th><button class="btn red waves-effect waves-light" type="submit" name="action">Delete
</button></th>
</tr>
</thead>
<tbody>';
$sql="SELECT instituteName,instituteId,instituteUsername,institutePassword FROM institute WHERE instituteUsername LIKE '$str%' OR instituteId LIKE '$str%' OR instituteName LIKE '$str%'";