Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 903 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 903 Bytes

Age-Calculator




**Note->


Change database.php according to you.

Run File

For Windows ->

(if you are using localhost)
  * open xampp
  * start apache
  * start mysql
  
  run the .php file on your browser

For Linux ->

(if you are using localhost)

[*] with xampp->

      *open terminal (as root)
      * go to the folder where xampp is saved. ( as usual in /opt/lampp/ folder)
      * run the command -$ ./xampp start
      
      run the .php file on your browser

[*] without xampp->

         *open terminal (as root)
         * run the command 1) -$ service apache2 start
                            2) -$ service mysql start
                            
           run the .php file on your browser