Yeah easy...
Go to the Plugin Manager, Add a New Plugin, Hook it to "memberinfo_complete" and in the Plugin put your PHP code and at the end of it, put the results into a variable (i.e $pluginresults )
Then goto your MEMBERINFO template in Edit Styles and put that variable where you want the results of the PHP code to go, just like this: $pluginresults (you don't have to put anything but the var name)
|