Skip to main content

New Services to the world

Different government services & Online Services


  1. GST Registration
  2. Company Registration
  3. ITR
  4. PAN Card
  5. Aadhar Card
  6. E-way Bill Registration
  7. Food License
  8. Accounting Service
  9. Website designing
  10. Website development
  11. Website Hosting
  12. Website Domain
  13. Website Testing (Manual)
  14. Website SCO Optimization
  15. Lead Generation
  16. Add Creation
and many more...

Comments

Popular posts from this blog

Create Hooks in Civicrm in Joomla 1.5

  Create Hooks in Civicrm in Joomla 1.5 Create folder in any directory like /Joomla/media/civicrm_hook . Create file civicrmHooks.php in this directory. Go to Administer CiviCRM > Global Settings > Directories Set the path for custom php here. Use the civicrm hooks with Joomla_civicrm_hookName format. Ex. function Joomla_civicrm_buildForm( ){ // Write your code here. }