Posts by PatiiHenrii • 379 points
3 posts
-
8
votes5
answers42558
viewsQ: How to delete data from a table with dependencies in other tables
I need to delete data from a table that has dependencies on other tables. For example, so that I can delete a data from the person table first I have to delete a dependency that exists in the…
-
18
votes2
answers23417
viewsQ: How to select an option in one <select> and load related data in another?
I would like to select an option of a <select> and fill in the other <select> with related content. I will only be able to do this with the information stored in the database or has how…
-
-1
votes5
answers1314
viewsQ: PHP connection problem with Mysql
All the settings are right I don’t know why not connecting.. locally works, but when I step to the server gives this problem. $hostnome = '192.185.176.204'; $usernome = 'tookc892'; $senha = '***'…