I am trying to create a plugin and created a 1.0.php in the install folder to create a database, but this database is not created.
Since i already activated the plugin before this install file was available i am wondering if the install php file will run each time i activate the plugin or only the first time.
And it is only run once (on inital activation) how can i get the install to run in a later stadium?
Any help appriciated 
I am trying to create a plugin and created a 1.0.php in the install folder to create a database, but this database is not created.
Since i already activated the plugin before this install file was available i am wondering if the install php file will run each time i activate the plugin or only the first time.
And it is only run once (on inital activation) how can i get the install to run in a later stadium?
Any help appriciated ]:)