• Send Email using PHP

    Send Email using PHP
    php must be configured correctly in the php.ini file with details about how your system sends email. open php.ini available in the / etc / directory and find the section that
  • Upload File in PHP

    Upload File in PHP
    a php script can be used with an html form that allows users to upload files to the server. first these files are uploaded to a temporary directory, then moved to a destination by