Posts by Kahzinhuh • 33 points
3 posts
- 
		1 votes1 answer42 viewsQ: mysqli num_rows expects Parameter 1 to be mysqli_resultHello, I’m a beginner in PHP and Mysql and I’m in need of help. I am getting the error that is in the question title in my login function: public function login ($login, $senha) { $result =… 
- 
		-1 votes2 answers212 viewsQ: mysqli_prepare() expects Exactly 2 Parameters, 1 GivenHello, I am developing a local system here for the store where I work and I have the following problem of the title when importing data to the bank. Follow the codes: User class <?php class… 
- 
		1 votes1 answer1282 viewsQ: Filter an html table with a buttonI have an HTML table for call management <table class="table"> <thead> <tr> <th>Protocolo</th> <th>Problema</th> <th>Situação</th>…