08.02.2017, 19:02
Quote:
I made not working
i have mysql=mysql_connect("localhost","root","zx",""); so i tried to make that and type same info in the event connection not working |
You keep the queries like they were before, just that you move the tables (all contents of the other database) to your own Database. Then you only need one connection to your own Database.
If "zx" is now the new Database with all contents, the code above should be ok and it should work like expected. Like I said the queries remain the same. Make sure all queries and mysql functions are executed on the connection to "zx".