Saturday, March 30, 2013

PHP Basic -> Extensions

PHP supports to install external plugin/modules that can fullfil your required requirement. For install any plugin/module to need to do the following things


  • Put all files in exertions directory.
  • link then files in php.ini
  • Restart the aapache. 

Following things keep in mind regarding this topic(Minimum)
  • How to install new extension in PHP
  • How to un-install old extension in PHP
  • What is Use of CURL

No comments:

Post a Comment