Membuat Aplikasi Puskesmas Part 2 - halaman login
query html Java Script css tutorial php mysql
...
View More...
View MoreYou can turn it on in the script: error_reporting(E_ALL); ini_set('display_errors', 1); ...
View More1mb = 1,048,576 bytes 2mb = 1,048,576x2= 2,097,152 bytes if maximum upload size 2mb $name= $_FILES['file']['name']; $tmp_name= $_FILES['file']['tmp_name']; $size= $_FILES['file']['size']; $path= "Uploads/Files/"; if ($size < 2097152){move_uploaded_file($tmp_name, $path . $name);echo 'Uploaded!';} ...
View MoreCara Mudah Memahami OOP di php adalah seri tutorial gratis dari CV eaSYstem. ...
View MoreCara Mudah Memahami Fungsi dan Prosedur di PHP adalah seri tutorial gratis dari CV eaSYstem. ...
View MoreTry either sudo apt-get install php-zip or sudo apt-get install php5.6-zip Then, you might have to restart your web server. sudo service apache2 restart or sudo service nginx restart If you are installing on centos or fedora OS then use yum in place of apt-get. example:- sudo yum install php-zip or sudo yum install php5.6-zip and sudo service httpd restart ...
View More