I would like to run a small PHP Code after the successful Registration.
Means when anyone register to my Joomla 2.5 website my custom PHP Code should be run after successful Registration.
Anyone kindly help me.
|
I would like to run a small PHP Code after the successful Registration. Means when anyone register to my Joomla 2.5 website my custom PHP Code should be run after successful Registration. Anyone kindly help me. |
|||
|
|
|
You should try to build a plugin that is triggered on by the onAfterStoreUser() event. Also you may want to check this question here: Joomla - onAfterStoreUser does nothing |
|||
|
|
|
Thanks for your reply I have tried to run my phpcode as follows - XML file -
PHP file -
But the url $smsurl doen't reach. Please rectify my error. |
|||
|
|