How to make copy of a mysql table to a config file (ini)
I was trying to make copy of my db table but was not getting how can i loop through each row in the table and save that to my file can anyone show just this part of iterating through each row and getting values from there ??
For example : table name = EXAMPLE EXAMPLE -------------------- Name SteamId xyz STEAM: xxxx abc STEAM: xxxx |
Re: How to make copy of a mysql table to a config file (ini)
PHP Code:
|
Re: How to make copy of a mysql table to a config file (ini)
Hello bugsy thanks for the info but i did exactly like this and read this tutorial too https://forums.alliedmods.net/showthread.php?t=132686
Here is my code and is still not working :( PHP Code:
Edit: I even added this after the preparation of my query PHP Code:
Even my Table has 2 Enteries in it :( |
Re: How to make copy of a mysql table to a config file (ini)
Read the tutorial again, you are missing steps. You didn't execute the query at all.
|
| All times are GMT -4. The time now is 07:35. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.