项目作者: shubha161

项目描述 :
Age calculator using php.
高级语言: PHP
项目地址: git://github.com/shubha161/Age-Calculator.git
创建时间: 2019-11-06T16:42:40Z
项目社区:https://github.com/shubha161/Age-Calculator

开源协议:

下载


Age-Calculator





**Note->



Change database.php according to you.



Run File

For Windows ->


(if you are using localhost)

  1. * open xampp
  2. * start apache
  3. * start mysql
  4. run the .php file on your browser

For Linux ->


(if you are using localhost)

[*] with xampp->

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

[*] without xampp->

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