php - I think MySqli select is not working? -
I think I should be mad because my MySqli selection code is not working.
Any ideas why please? I can not find an error message, but for some reasons the statement is not triggered. A line with Auto 1 value is present I have also encountered the same problem, mysqli's Instead of trying to use mysql, Mysqli is not working because of the version of XAMPP, which you are using (the old version does not support its use). $ result = mysqli_query ($ con, "select * from» table 'where `auto` = 1 border 0, 30"); While ($ line = mysqli_fetch_array ($ result)) {$ updateid = $ line ['id']; } $ Updateid;
Comments
Post a Comment