sdeepx / Age-Calculator

Age calculator using php.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Age calculator using php.


Languages

Language:PHP 100.0%