Due to problems here, I've been practicing the php / MySQL code taught for free at
"
https://alexwebdevelop.com/php-with-mysql/"
very successfully creating tables, adding data, reading data, etc.
So I don't understand why I can't get WYSIWYG "Login Tools" and CRUD to work for me since they are on the same hosted server using the same MySQL database.
What I think I need is a way to
see what the PHP part is doing. CRUD, for example, is giving me the error message:
By going to Page > Page HTML > Generated HTML, I can see HTML, JS, and PHP for my page, including my login info being entered. But it doesn't show the mentioned "mysqli_num_rows()" label where the problem is supposed to be, nor the mentioned line 133 since it only goes down to line 118 which is </html> (the line which simply means, "The End").
If there is not a way to
see the code in action, as described by the error messages, I think I'm going to have to abandon those tools in WYSIWYG Web Builder, and write my own code for those parts so I can see what the error codes mean, and where they mean it.
*bummer* (I mean, giving up on any part of WB is a bummer.)
Tommy Paul