Posts by Odair Lue • 1 point
2 posts
-
-2
votes1
answer31
viewsQ: I can’t enter data into the database
The page loads all right , however the columns are empty in the bank { <?php $servername = "localhost"; $database = "login"; $username = "root"; $passwd = "odair"; $conn =…
-
0
votes1
answer302
viewsQ: Call a function based on the struct passed in the reference?
How Do I call the menu function by passing more than one struct per reference according to the validation in the validation function ? sorry I’m starting now and decided to do this little exercise…