Posts by Dayane • 1 point
2 posts
-
0
votes2
answers1745
viewsA: Help: Warning: mysqli_num_rows() expects Parameter 1 to be mysqli_result, Boolean Given in C: xampp htdocs redesocial login.php on line 7
Query did not return result because it is missing simple quotes between parameters Example: $result = mysqli_query($connected,"select * from usuarios Where username = '" . $_SESSION['login_user'] .…
-
0
votes1
answer40
viewsA: Sending an image from one page to another (Codeigniter)
With the class FTP of codeigniter configure the second connection of the database to just after inserting, editing or deleting the data, php saves the file to the hosting in a temporary folder and…