menu

Back To Home

Tuesday, November 26, 2019

upload php files to web server and register phpadmin

upload php files to web server and register phpadmin.

Part1:
                                                   
                                    
Part2:
                                         

how to register web server for free

register web server for free

                                       

                         

Monday, November 25, 2019

Initialization to phpadmin using php and sql code

Method to Initialization the phpadmin using php and sql code.

Php code:

<?php

$db_name="data";
$mysql_user="root";
$mysql_pass="";
$server_name="localhost";
$con=mysqli_connect($server_name,$mysql_user,$mysql_pass,$db_name);

#if($con)
#{
#echo "success";
#}

?>


                                         

How to use MIT app inventor2

Simple example how to use MIT app inventor2.


Part1:

Part2:                             
                                   
Part3:                              
  
                                          

Create apk MIT app inventor2


Create apk for MIT app inventor2 download to the phone.



Friday, November 8, 2019

install wampserver and put it online

Below are the steps to install wampserver and put it online.

                                                   

wampserver error : You don't have permission to access /phpmyadmin/ on this server

These are the steps to solve the issue.

                                 

Monday, November 4, 2019

Insert data to local server by mobile phone

(1) Insert data to local server by mobile phone - install wamp server


(2) Insert data to local server by mobile phone - Prepare php program
                                            
                                     

(3) Insert data to local server by mobile phone - MIT app inventor
                                         
                                     

(4) Insert data to local server by mobile phone - Insert data to local server

                                     

(5) Insert data to local server by mobile phone - Login and matched database password

                                      

(6) Insert data to local server by mobile phone - Login and matched database password

                                     
                                                   

upload php files to web server and register phpadmin

upload php files to web server and register phpadmin. Part1:                                                                          ...