<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8967256580617753108</id><updated>2025-11-12T01:31:46.873-08:00</updated><title type='text'>gateblogs</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8967256580617753108.post-7607707259985287749</id><published>2019-06-12T00:58:00.000-07:00</published><updated>2019-06-12T01:00:56.786-07:00</updated><title type='text'>PHP display data, update and delete from database MySQL</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;DISPLAYING DATA&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Create file named &lt;b&gt;contact-list.php&lt;/b&gt; and the put these code :&lt;br /&gt;
&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 200px; padding: 15px; resize: none; width: 100%;&quot;&gt;&lt;?php 
 include(&#39;connect_db.php&#39;);
?&gt;

&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
  &lt;head&gt;
    &lt;meta charset=&quot;utf-8&quot;/&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;
    &lt;meta name=&quot;description&quot; content=&quot;php,form&quot;/&gt;

    &lt;title&gt;Display data from database&lt;/title&gt;

 &lt;!-- CSS --&gt;
 &lt;style&gt;
  body {
   font-family : arial;
  }
  
  table {
   margin : 15px auto;
   border-collapse: collapse;
  }
  
  td, th {
   border : 1px solid #999;
   padding : 15px;
  }
  
  a {
   text-decoration : none;
   font-size : 12px;
   color : blue;
   cursor : pointer;
  }
  
  a:hover {
   text-decoration : underline;
  }
  
  .error {
   color : red;
  }
 &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
  
  &lt;table &gt;
 &lt;th&gt;Name&lt;/th&gt;
 &lt;th&gt;Phone&lt;/th&gt;
 &lt;th&gt;Email&lt;/th&gt;
  
   &lt;?php   
  $query = $connect-&gt;query(&quot;SELECT * FROM my_table_1&quot;);
  $data = $query-&gt;fetch_all(MYSQLI_ASSOC);
  
  foreach($data as $row) {
  ?&gt;
&lt;tr&gt;
    &lt;td&gt;&lt;?php echo $row[&#39;name&#39;]?&gt;&lt;/td&gt;
    &lt;td&gt;&lt;?php echo $row[&#39;phone&#39;]?&gt;&lt;/td&gt;
    &lt;td&gt;&lt;?php echo $row[&#39;email&#39;]?&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;?php   
  }
  
  $query-&gt;free(); 
  $connect-&gt;close();
   ?&gt;
 
  &lt;/table&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;b&gt;Note&lt;/b&gt; : fetch_all(MYSQLI_ASSOC) = Fetch or display all data according on database column table&#39;s name
see documentation.
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2x3jpM57XL9AGuWvnF7_2x8rUp57TZG9R93zT19ebrGdRa-AH8_ewjKF9ftDsCLiG0OdxCp2496e0VQCn5Rm8puRZIL9b8fwTWTS4ColQzQF6TWwAqiWMUwPZ-nmFLLiBjzV-0kTNz1A/s1600/article-VII-01.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;371&quot; data-original-width=&quot;1365&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2x3jpM57XL9AGuWvnF7_2x8rUp57TZG9R93zT19ebrGdRa-AH8_ewjKF9ftDsCLiG0OdxCp2496e0VQCn5Rm8puRZIL9b8fwTWTS4ColQzQF6TWwAqiWMUwPZ-nmFLLiBjzV-0kTNz1A/s640/article-VII-01.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;UPDATE OR ALTER DATA&lt;/span&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;br /&gt;
After displaying data from database, now back to &lt;b&gt;contact-list.php&lt;/b&gt; and add some table column :
&lt;br /&gt;
&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 200px; padding: 15px; resize: none; width: 100%;&quot;&gt;/*To display error if user delete id from debugger*/
&lt;div class=&quot;error&quot; align=&quot;center&quot;&gt;
&lt;?php if(isset($error_id)) {echo $error_id;} ?&gt;&lt;/div&gt;
&lt;table&gt;
 &lt;th&gt;Name&lt;/th&gt;
 &lt;th&gt;Phone&lt;/th&gt;
 &lt;th&gt;Email&lt;/th&gt;
 &lt;th&gt;Alter&lt;/th&gt;
  
   &lt;?php   
  $query = $connect-&gt;query(&quot;SELECT * FROM my_table_1&quot;);
  $data = $query-&gt;fetch_all(MYSQLI_ASSOC);
  
  if($query-&gt;num_rows &gt; 0){
   foreach($data as $row) {
   ?&gt;
&lt;tr&gt;
     &lt;td&gt;&lt;?php echo $row[&#39;name&#39;]?&gt;&lt;/td&gt;
     &lt;td&gt;&lt;?php echo $row[&#39;phone&#39;]?&gt;&lt;/td&gt;
     &lt;td&gt;&lt;?php echo $row[&#39;email&#39;]?&gt;&lt;/td&gt;
     &lt;td&gt;&lt;a target=&quot;_blank&quot; href=&quot;contact_edit_form.php?id=&lt;?php echo $row[&#39;id&#39;];?&gt;&quot;&gt;Update&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
&lt;?php   
   }
  } else {
   echo &#39;&lt;h2 align=&quot;center&quot;&gt;
No Data Available&lt;/h2&gt;
&#39;;
  }
  
  $query-&gt;free(); 
  $connect-&gt;close();
   ?&gt;
 
  &lt;/table&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note&lt;/b&gt; : &lt;span style=&quot;color: red;&quot;&gt;num_rows&lt;/span&gt; = to count all records data on database.
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk6niWvpD5HB1rBZxtk-yKsrPfkTj1WzuGH1sIZm7b4Dm-PsUU-uFeBsUPZ6pr5zX_VmAr5x4piJb73tXKTbrpXmyxvXbfrZfxjz03fk9Q0H2Ll6NuPR8aPIs1R9z4qT-Ubo3pS26OmvA/s1600/article-VII-02.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;341&quot; data-original-width=&quot;1365&quot; height=&quot;160&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk6niWvpD5HB1rBZxtk-yKsrPfkTj1WzuGH1sIZm7b4Dm-PsUU-uFeBsUPZ6pr5zX_VmAr5x4piJb73tXKTbrpXmyxvXbfrZfxjz03fk9Q0H2Ll6NuPR8aPIs1R9z4qT-Ubo3pS26OmvA/s640/article-VII-02.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Now create file to be filed by form to alter data, just copy &lt;b&gt;contact_form.php&lt;/b&gt; (see on previous article) to make easier 
and then rename it into &lt;b&gt;contact_edit_form.php&lt;/b&gt;.
&lt;br /&gt;
&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 500px; padding: 15px; resize: none; width: 100%;&quot;&gt;&lt;?php
 include(&#39;connect_db.php&#39;);
 
 /* To prevent user if delete id on URL */
 if(!isset($_GET[&#39;id&#39;]) || empty($_GET[&#39;id&#39;])) {
  header(&quot;Location: contact-list.php&quot;);
 }
 $query = $connect-&gt;query(&quot;SELECT * FROM my_table_1 WHERE id =&#39;&quot;.$_GET[&#39;id&#39;].&quot;&#39;&quot;);
 $data = $query-&gt;fetch_assoc();
?&gt;
&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
  &lt;head&gt;
    &lt;meta charset=&quot;utf-8&quot;/&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;
    &lt;meta name=&quot;description&quot; content=&quot;php,form&quot;/&gt;

    &lt;title&gt;Update Database MySQL&lt;/title&gt;

 &lt;!-- CSS --&gt;
 &lt;style&gt;
  body {
   font-family : arial;
  }
  
  form {
   margin : 0 auto;
   padding-top : 15px;
   max-width : 300px;
  }
  
  .form-space {
   margin-bottom : 15px;
  }
  
  input {
   border : 1px solid #999;
   height : 30px;
   width : 100%;
  }
  
  button {
   padding : 10px;
  }
  
  .error {
   color : red;
  }
 &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
  
  &lt;h1 align=&quot;center&quot;&gt;
Edit Contact Form&lt;/h1&gt;
&lt;form method=&quot;post&quot; action=&quot;contact-edit-save.php&quot;&gt;
  &lt;div class=&quot;form-space&quot;&gt;
   &lt;div&gt;
Your Name&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;yourname&quot; value=&quot;&lt;?php echo $data[&#39;name&#39;] ?&gt;&quot; /&gt;
   &lt;div class=&quot;error&quot; align=&quot;center&quot;&gt;
&lt;?php if(isset($err_name)) {echo $err_name;} ?&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;form-space&quot;&gt;
   &lt;div&gt;
Your Phone&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;yourphone&quot; value=&quot;&lt;?php echo $data[&#39;phone&#39;] ?&gt;&quot; /&gt;
   &lt;div class=&quot;error&quot; align=&quot;center&quot;&gt;
&lt;?php if(isset($err_phone)) {echo $err_phone;} ?&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;form-space&quot;&gt;
   &lt;div&gt;
Your Email&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;yourmail&quot; value=&quot;&lt;?php echo $data[&#39;email&#39;] ?&gt;&quot; /&gt;
   &lt;div class=&quot;error&quot; align=&quot;center&quot;&gt;
&lt;?php if(isset($err_mail)) {echo $err_mail;} ?&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;input type=&quot;hidden&quot; value=&quot;&lt;?php echo $data[&#39;id&#39;] ?&gt;&quot; name=&quot;id&quot; /&gt;
  &lt;button&gt;Submit&lt;/button&gt;
 &lt;/form&gt;
&lt;/body&gt;
  &lt;/html&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;$_GET &lt;/b&gt;= to get data from URL according on variable.
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqIoGQ3Qk-ZXRiYX4m2zBT2qcip_Z6UkTCpIMeQdwGerkhZg6arXMHmFrkKgzTYBx53mgtcGUo4LaOXn-46OwgRvqdZkQ_CYK7Xh154SztNOtj7K1fnMEKN92Hgxu4gM7h1x51ysdHpWA/s1600/article-VII-03.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;503&quot; data-original-width=&quot;1365&quot; height=&quot;236&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqIoGQ3Qk-ZXRiYX4m2zBT2qcip_Z6UkTCpIMeQdwGerkhZg6arXMHmFrkKgzTYBx53mgtcGUo4LaOXn-46OwgRvqdZkQ_CYK7Xh154SztNOtj7K1fnMEKN92Hgxu4gM7h1x51ysdHpWA/s640/article-VII-03.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Copy &lt;b&gt;contact-form-save.php&lt;/b&gt;(see on previous article) and then paste it with name &lt;b&gt;contact-edit-save.php&lt;/b&gt;.
and alter some code like these : 
&lt;br /&gt;
&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 400px; padding: 15px; resize: none; width: 100%;&quot;&gt;&lt;?php 
 include(&#39;connect_db.php&#39;);
 
 global $alter;
 $valid = false;
 $name = $_POST[&#39;yourname&#39;];
 $phone = $_POST[&#39;yourphone&#39;];
 $mail = $_POST[&#39;yourmail&#39;];
 $id = $_POST[&#39;id&#39;];
 
 if(!isset($id) || empty($id)){
  $error_id = &#39;Please do not delete ID&#39;;
  include(&#39;contact-list.php&#39;);
  die();
 }
  
 if(empty($name) &amp;&amp; empty($phone) &amp;&amp; empty($mail)){
  $err_name = &#39;Column name cannot be empty&#39;;
  $err_phone = &#39;Column phone cannot be empty&#39;;
  $err_mail = &#39;Column email cannot be empty&#39;;
  include(&#39;contact_edit_form.php&#39;);
 } else if(empty($name) &amp;&amp; empty($phone)){
  $err_name = &#39;Column name cannot be empty&#39;;
  $err_phone = &#39;Column phone cannot be empty&#39;;
  include(&#39;contact_form.php&#39;);
 } else if(empty($name) &amp;&amp; empty($mail)){
  $err_name = &#39;Column name cannot be empty&#39;;
  $err_mail = &#39;Column email cannot be empty&#39;;
  include(&#39;contact_edit_form.php&#39;);
 } else if(empty($phone) &amp;&amp; empty($mail)){
  $err_phone = &#39;Column phone cannot be empty&#39;;
  $err_mail = &#39;Column email cannot be empty&#39;;
  include(&#39;contact_edit_form.php&#39;);
 } else if(empty($name)){
  $err_name = &#39;Column name cannot be empty&#39;;
  include(&#39;contact_edit_form.php&#39;);
 } else if(empty($phone)){
  $err_phone = &#39;Column phone cannot be empty&#39;;
  include(&#39;contact_edit_form.php&#39;);
 } else if(empty($mail)){
  $err_mail = &#39;Column email cannot be empty&#39;;
  include(&#39;contact_edit_form.php&#39;);
 } else {
   $valid = true;
   $alter = $connect-&gt;query(&quot;UPDATE my_table_1 SET name = &#39;&quot;.$name.&quot;&#39;, email = &#39;&quot;.$mail.&quot;&#39; , phone = &#39;&quot;.$phone.&quot;&#39; WHERE id=&#39;&quot;.$id.&quot;&#39;&quot;);
 }

 if($valid == true &amp;&amp; $alter == true){
  echo &#39;Your data has been altered succesfully&#39;;
 } else if($valid == true &amp;&amp; $alter == false) {
  echo &#39;Failed to alter your data&#39;;
 }
 $connect-&gt;close();
?&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
Now try to change for example name, change into your name or whatever :
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH6SMgaT00nnUf3-aW-dCROb-LwFsKZzns_sw4yvXR045udvvtaosY8Kq9H2icLG1_1Z5Y2AsqxFDOkNrJBrbEZmobpw-EKsYUmY38KO-C5Dfqoa1SR9vkYhHlCYgvxCBG6oPgs446JyY/s1600/article-VII-04.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;517&quot; data-original-width=&quot;1365&quot; height=&quot;242&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjH6SMgaT00nnUf3-aW-dCROb-LwFsKZzns_sw4yvXR045udvvtaosY8Kq9H2icLG1_1Z5Y2AsqxFDOkNrJBrbEZmobpw-EKsYUmY38KO-C5Dfqoa1SR9vkYhHlCYgvxCBG6oPgs446JyY/s640/article-VII-04.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Open your &lt;b&gt;contact-list.php&lt;/b&gt; on browser and see if your data has changed :
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiWFNvEsUTu-ve6kfR2Bp9cQJTN38jr_6p46hSu9EMVjjUb0KWqiPdGr3M-C7NPZS7WzRUUQzDGTzxLVY4319YC7gAu1R4NlZAIgODu3cDGAAK_h49qELSBrQ0rm8GPuX_uc1zysxPVvs/s1600/article-VII-05.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;351&quot; data-original-width=&quot;1365&quot; height=&quot;165&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiWFNvEsUTu-ve6kfR2Bp9cQJTN38jr_6p46hSu9EMVjjUb0KWqiPdGr3M-C7NPZS7WzRUUQzDGTzxLVY4319YC7gAu1R4NlZAIgODu3cDGAAK_h49qELSBrQ0rm8GPuX_uc1zysxPVvs/s640/article-VII-05.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;DELETE DATA&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
To delete data from database create file &lt;b&gt;contact_delete.php&lt;/b&gt; like these code :
&lt;br /&gt;
&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 200px; padding: 15px; resize: none; width: 100%;&quot;&gt;&lt;?php
include(&#39;connect_db.php&#39;);
$id = $_GET[&#39;id&#39;];
global $id;

if(!isset($id) &amp;&amp; empty($id)){
 $error_id = &#39;Please do not delete ID&#39;;
 include(&#39;contact-list.php&#39;);
 die();
} else {
 $del = $connect-&gt;query(&quot;DELETE FROM my_table_1 WHERE id=&#39;&quot;.$id.&quot;&#39;&quot;); 
}

if($del == true){
 echo &#39;Your data with id : &lt;b&gt;&#39;.$id.&#39;&lt;/b&gt; has deleted&#39;;
} else {
 echo &#39;Failed to delete data with id : &lt;b&gt;&#39;.$id.&#39;&lt;/b&gt;&#39;;
}

$del-&gt;free(); 
$connect-&gt;close();
?&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
After you create file &lt;b&gt;contact_delete.php&lt;/b&gt; now open &lt;b&gt;contact-list.php&lt;/b&gt; and then add delete column and link code
&lt;br /&gt;
&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 200px; padding: 15px; resize: none; width: 100%;&quot;&gt;&lt;table&gt;
 &lt;th&gt;Name&lt;/th&gt;
 &lt;th&gt;Phone&lt;/th&gt;
 &lt;th&gt;Email&lt;/th&gt;
 &lt;th&gt;Alter&lt;/th&gt;
 &lt;th&gt;Delete&lt;/th&gt;
  
   &lt;?php   
  $query = $connect-&gt;query(&quot;SELECT * FROM my_table_1&quot;);
  $data = $query-&gt;fetch_all(MYSQLI_ASSOC);
  
  if($query-&gt;num_rows &gt; 0){
   foreach($data as $row) {
   ?&gt;
&lt;tr&gt;
     &lt;td&gt;&lt;?php echo $row[&#39;name&#39;]?&gt;&lt;/td&gt;
     &lt;td&gt;&lt;?php echo $row[&#39;phone&#39;]?&gt;&lt;/td&gt;
     &lt;td&gt;&lt;?php echo $row[&#39;email&#39;]?&gt;&lt;/td&gt;
     &lt;td&gt;&lt;a target=&quot;_blank&quot; href=&quot;contact_edit_form.php?id=&lt;?php echo $row[&#39;id&#39;];?&gt;&quot;&gt;Update&lt;/a&gt;&lt;/td&gt;
     &lt;td&gt;&lt;a onclick=&quot;conf(&#39;Are you sure to delete data with id : &lt;?php echo $row[&#39;id&#39;];?&gt;?&#39;,&lt;?php echo $row[&#39;id&#39;];?&gt;)&quot;&gt;Delete&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
&lt;?php   
   }
  } else {
   echo &#39;&lt;h2 align=&quot;center&quot;&gt;
No Data Available&lt;/h2&gt;
&#39;;
  }
  $connect-&gt;close();
   ?&gt;
  &lt;/table&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
 function conf(x,id){
  var con = confirm(x);
  if(con == true){
   window.location.href = &quot;http://127.0.0.1/contact_delete.php?id=&quot;+id;
  } else {
   return false;
  }
 }
  &lt;/script&gt; 
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4aIxE78tW8-GxQCLjmQSgm0vUSMmvaRRfBBJ1C4S5wzZEEjSZOonPqHxjvPTkh7X6pF0YiR0u12ndFYxCoTAlvQ6kjijG5sB0DwG21jKrBxWdA4HUKOWex7DcohR-wmSrNoSJ4BZfbGE/s1600/article-VII-06.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;380&quot; data-original-width=&quot;1365&quot; height=&quot;178&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4aIxE78tW8-GxQCLjmQSgm0vUSMmvaRRfBBJ1C4S5wzZEEjSZOonPqHxjvPTkh7X6pF0YiR0u12ndFYxCoTAlvQ6kjijG5sB0DwG21jKrBxWdA4HUKOWex7DcohR-wmSrNoSJ4BZfbGE/s640/article-VII-06.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
We put some javascript to avoid if user click on wrong data. And then now try to delete your data
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisHkuBkaHgG0-IjkADP1CQnzay-hkA2Oq51JTIWCn4TGPCNIpxf0hpJIk69oDWECSDnxpoHLdb_X328ed6Pt4TC6PwDjo465hApX22nrs2hePgNgUjDnXq1zGLh-b8BamvQ_jKqaxf-Gs/s1600/article-VII-07.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;514&quot; data-original-width=&quot;1365&quot; height=&quot;241&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisHkuBkaHgG0-IjkADP1CQnzay-hkA2Oq51JTIWCn4TGPCNIpxf0hpJIk69oDWECSDnxpoHLdb_X328ed6Pt4TC6PwDjo465hApX22nrs2hePgNgUjDnXq1zGLh-b8BamvQ_jKqaxf-Gs/s640/article-VII-07.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
And if successful it would be :
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgciq71ROvhqo_wqhzquXeLiO2UmXSzEqf2gXsFCi85JQhANf5y4v6hmVfi0SIHEBzHbfZfdDuGpHimyivE7bM9NJFfzl_KomcAUDHytIuY43iqKznU7OmWBEWv-fbFNUzsDhJkgrcwIjM/s1600/article-VII-08.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;246&quot; data-original-width=&quot;1365&quot; height=&quot;115&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgciq71ROvhqo_wqhzquXeLiO2UmXSzEqf2gXsFCi85JQhANf5y4v6hmVfi0SIHEBzHbfZfdDuGpHimyivE7bM9NJFfzl_KomcAUDHytIuY43iqKznU7OmWBEWv-fbFNUzsDhJkgrcwIjM/s640/article-VII-08.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Now back to &lt;b&gt;contact-list.php&lt;/b&gt; and see if data &lt;i&gt;my_column_2&lt;/i&gt; (id = 2) has deleted.
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPGDe9n3UxfGf9K4Ufo49d9zW23djE_flRZzEviMn-Xmpsh6xGvvYqEodGhyphenhyphenRoxv-uXSto37BjOQcuGPeH7zLbQzJIrXw8mkCtaqGEyK-DcB-WR-66yVP5E_yMiauEVOx7Zyngy09FOZQ/s1600/article-VII-09.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;288&quot; data-original-width=&quot;1365&quot; height=&quot;135&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPGDe9n3UxfGf9K4Ufo49d9zW23djE_flRZzEviMn-Xmpsh6xGvvYqEodGhyphenhyphenRoxv-uXSto37BjOQcuGPeH7zLbQzJIrXw8mkCtaqGEyK-DcB-WR-66yVP5E_yMiauEVOx7Zyngy09FOZQ/s640/article-VII-09.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally you can insert, display, update and delete your data from database using PHP.
If you want to get more information, syntax and code about PHP you can visit &lt;a href=&quot;http://php.net/&quot;&gt;php.net&lt;/a&gt;.
&lt;/div&gt;
&lt;!-- end main div --&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/7607707259985287749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://gatetheme.blogspot.com/2019/06/php-display-data-update-and-delete-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/7607707259985287749'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/7607707259985287749'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/2019/06/php-display-data-update-and-delete-from.html' title='PHP display data, update and delete from database MySQL'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2x3jpM57XL9AGuWvnF7_2x8rUp57TZG9R93zT19ebrGdRa-AH8_ewjKF9ftDsCLiG0OdxCp2496e0VQCn5Rm8puRZIL9b8fwTWTS4ColQzQF6TWwAqiWMUwPZ-nmFLLiBjzV-0kTNz1A/s72-c/article-VII-01.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8967256580617753108.post-6559291769390364578</id><published>2019-05-24T06:04:00.000-07:00</published><updated>2019-06-12T01:00:56.623-07:00</updated><title type='text'>Customize localhost or 127.0.01 with your own name</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
To customizing localhost with your own domain name you need to :
&lt;br /&gt;
Go to C:\Windows\System32\Drivers\etc\hosts.
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3MRxEvnFU4pnxQ1nlBg1iURun4joNzasI97U9Sd2pPfy4dLjZVCIJcLlJXkx-LCMWFRiSo_AgnNDo4OQWxg_CVG1GleHEyCejbescpCYOftb5EXribcilqpOCmkJsunIkNKH6sqBCJ-0/s1600/article-VIII-01.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3MRxEvnFU4pnxQ1nlBg1iURun4joNzasI97U9Sd2pPfy4dLjZVCIJcLlJXkx-LCMWFRiSo_AgnNDo4OQWxg_CVG1GleHEyCejbescpCYOftb5EXribcilqpOCmkJsunIkNKH6sqBCJ-0/s640/article-VIII-01.png&quot; width=&quot;640&quot; height=&quot;308&quot; data-original-width=&quot;1148&quot; data-original-height=&quot;552&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkOdQpHLvc9ZUuz1r2HubpNeujQFFlfcMYAD8NoYslu3Xc7xQu8PzRYrczQ3Cx8Vh_atllzwyffc_XDZKLdejgKROk0w_5ZCMuXVvdxoxZ9hGuOxOV53n0hLjvFGOrtpGRIXdH2vGL6ns/s1600/article-VIII-02.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkOdQpHLvc9ZUuz1r2HubpNeujQFFlfcMYAD8NoYslu3Xc7xQu8PzRYrczQ3Cx8Vh_atllzwyffc_XDZKLdejgKROk0w_5ZCMuXVvdxoxZ9hGuOxOV53n0hLjvFGOrtpGRIXdH2vGL6ns/s640/article-VIII-02.png&quot; width=&quot;640&quot; height=&quot;338&quot; data-original-width=&quot;991&quot; data-original-height=&quot;524&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
Copy &lt;b&gt;hosts&lt;/b&gt; file and paste anywhere outside windows folder (better outside folder where is windows installed) 
and then open &lt;b&gt;hosts&lt;/b&gt; file with notepad and you will find &lt;b&gt;127.0.0.1&lt;/b&gt; localhost like this :
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6TKTg1l4dSypaljNCdq6guf8EuiTFfM57caFrUNUBltmPfGnx3RW77fMQK-grsrh7Ba_TgWZUnQEBfq4cQpOklbzadxRed40HvjBMMH_JdDqE1GDF89VcMEzlKV8wWhGxZG0Dql0qFLs/s1600/article-VIII-03.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6TKTg1l4dSypaljNCdq6guf8EuiTFfM57caFrUNUBltmPfGnx3RW77fMQK-grsrh7Ba_TgWZUnQEBfq4cQpOklbzadxRed40HvjBMMH_JdDqE1GDF89VcMEzlKV8wWhGxZG0Dql0qFLs/s640/article-VIII-03.png&quot; width=&quot;640&quot; height=&quot;377&quot; data-original-width=&quot;786&quot; data-original-height=&quot;463&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
And then fill 127.0.0.1 with your own name, for example :
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2Kn1nJBQE28_xpSMU8rVWBSRnLMFHvCbaQhfaEHrAhynWyyPTOtkJEgsi_0MhUwsucvYLwVVxWj72npAS_pg9NlQDwlHKqskk8LHHfZ_aB_Bc_mRMNofCtHO9fwUTDY29dQ9zN4FbwvA/s1600/article-VIII-04.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2Kn1nJBQE28_xpSMU8rVWBSRnLMFHvCbaQhfaEHrAhynWyyPTOtkJEgsi_0MhUwsucvYLwVVxWj72npAS_pg9NlQDwlHKqskk8LHHfZ_aB_Bc_mRMNofCtHO9fwUTDY29dQ9zN4FbwvA/s640/article-VIII-04.png&quot; width=&quot;640&quot; height=&quot;402&quot; data-original-width=&quot;757&quot; data-original-height=&quot;475&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
After modified it, copy it and paste back into &lt;b&gt;hosts&lt;/b&gt; file(&lt;b&gt;C:\Windows\System32\Drivers\etc\hosts&lt;/b&gt;), so you will replace it with modified file.
Turn on or restart your apache server and then open your browser then type according on the name of your apache server content 
and see the result :
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKlIOmai_7uh_YEKJ-yaK17t_NmzLNgvuw-8DA1O1_JsiQdJwTaYpcdkR9zRNuTEwxQAlYH1rm_uJ22Dsy2ix7Wo53bp_Ac-sBGAYr7DC94RU9lSWFrXiMBxvYA2P8xxkrOEPIcKkhyOQ/s1600/article-VIII-05.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKlIOmai_7uh_YEKJ-yaK17t_NmzLNgvuw-8DA1O1_JsiQdJwTaYpcdkR9zRNuTEwxQAlYH1rm_uJ22Dsy2ix7Wo53bp_Ac-sBGAYr7DC94RU9lSWFrXiMBxvYA2P8xxkrOEPIcKkhyOQ/s640/article-VIII-05.png&quot; width=&quot;640&quot; height=&quot;207&quot; data-original-width=&quot;1365&quot; data-original-height=&quot;441&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
You can custom your domain localhost with another name with the same way.
&lt;!-- end code --&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/6559291769390364578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://gatetheme.blogspot.com/2019/05/customize-localhost-or-127001-with-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/6559291769390364578'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/6559291769390364578'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/2019/05/customize-localhost-or-127001-with-your.html' title='Customize localhost or 127.0.01 with your own name'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3MRxEvnFU4pnxQ1nlBg1iURun4joNzasI97U9Sd2pPfy4dLjZVCIJcLlJXkx-LCMWFRiSo_AgnNDo4OQWxg_CVG1GleHEyCejbescpCYOftb5EXribcilqpOCmkJsunIkNKH6sqBCJ-0/s72-c/article-VIII-01.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8967256580617753108.post-6832202023244023702</id><published>2019-05-23T01:36:00.000-07:00</published><updated>2019-06-12T01:00:56.704-07:00</updated><title type='text'>Insert Database MySQL with PHP form.</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; font-size: large;&quot;&gt;&lt;b&gt;INSERT DATABASE MYSQL WITH PHP FORM&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;After installed PHP , MySQL and phpmyadmin now you must try how to insert database&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;through PHP as API.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;It&#39;s a basic for web programmer to create form for user login , sign up, make comments and&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;other user&#39;s activity on your website.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;First create php form using &lt;b&gt;HTML &lt;/b&gt;form assume it named &lt;b&gt;contact_form.php&lt;/b&gt; and put it into &lt;b&gt;htdocs &lt;/b&gt;folder on apache server.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;b&gt;Note &lt;/b&gt;: I assume you had understood about HTML5 and&amp;nbsp; CSS/CSS3.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 500px; margin: 0px; padding: 10px; resize: none; width: 100%;&quot;&gt;&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
  &lt;head&gt;
    &lt;meta charset=&quot;utf-8&quot;/&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;
    &lt;meta name=&quot;description&quot; content=&quot;php,form&quot;/&gt;

    &lt;title&gt;Insert Database MySQL with PHP form&lt;/title&gt;

 &lt;!-- CSS --&gt;
 &lt;style&gt;
  body {
   font-family : arial;
  }
  
  form {
   margin : 0 auto;
   padding-top : 15px;
   max-width : 300px;
  }
  
  .form-space {
   margin-bottom : 15px;
  }
  
  input {
   border : 1px solid #999;
   height : 30px;
   width : 100%;
  }
  
  button {
   padding : 10px;
  }
  
  .error {
   color : red;
  }
 &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
  
 &lt;form method=&quot;post&quot; action=&quot;contact-form-save.php&quot;&gt;
      &lt;div class=&quot;form-space&quot;&gt;
  &lt;div&gt;
Your Name&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;yourname&quot; /&gt;
      &lt;/div&gt;
&lt;div class=&quot;form-space&quot;&gt;
                &lt;div&gt;
Your Phone&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;message&quot; /&gt;
     &lt;/div&gt;
&lt;div class=&quot;form-space&quot;&gt;
         &lt;div&gt;
Your Email&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;yourmail&quot; /&gt;
    &lt;/div&gt;
&lt;button&gt;Submit&lt;/button&gt;
 &lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;

&lt;/textarea&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Then open you browser and then type &lt;b&gt;127.0.0.1/contact_form.php&lt;/b&gt; and it will shown like this :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzwuGI_4OqWw1qXX-cka0a5hv6rjCJ1ABplM8X1_3_ony5UphUHn5DQbo1Yjx-WtkvauZDp5QAX63GDfCWiQ1ru5uQVin__ls1fObhqWLHrPmLtdLw4_3Htt6qQJq8ejlXPy9Er2C12NA/s1600/article-VI-01.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;467&quot; data-original-width=&quot;1365&quot; height=&quot;218&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzwuGI_4OqWw1qXX-cka0a5hv6rjCJ1ABplM8X1_3_ony5UphUHn5DQbo1Yjx-WtkvauZDp5QAX63GDfCWiQ1ru5uQVin__ls1fObhqWLHrPmLtdLw4_3Htt6qQJq8ejlXPy9Er2C12NA/s640/article-VI-01.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;clear: left; float: left; font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: black; text-align: left;&quot;&gt;Create&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: black; text-align: left;&quot;&gt;connect_db.php&lt;/b&gt;&lt;span style=&quot;color: black; text-align: left;&quot;&gt;&amp;nbsp;file to connect between PHP and MySQL :&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 150px; margin: 0px; padding: 10px; resize: none; width: 100%;&quot;&gt;&lt;?php
 $servername = &quot;127.0.0.1&quot;;
 $username = &quot;your_username&quot;;
 $password = &quot;your_password&quot;;
 $db = &quot;testingsql&quot;;
 
 $connect = new mysqli($servername, $username, $password,$db);
 
 if($connect-&gt;connect_error){
  die(&quot;Unable to connect: &quot; . $connect-&gt;connect_error);
 } 
?&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3xjDhCRvJXEGrOz3ZjoH7-xksj6rxvWc-xtnz3aYJlm5R8xjAiIAMOH7x-dEUyKTqp0b2r9qTIaaKMUQBd4vxABAR5oEjYXkscu-a8VC9HIvs1AeNKQI55hhOfaOh_4bePbpTdbWkXuQ/s1600/article-VI-02.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;282&quot; data-original-width=&quot;817&quot; height=&quot;220&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3xjDhCRvJXEGrOz3ZjoH7-xksj6rxvWc-xtnz3aYJlm5R8xjAiIAMOH7x-dEUyKTqp0b2r9qTIaaKMUQBd4vxABAR5oEjYXkscu-a8VC9HIvs1AeNKQI55hhOfaOh_4bePbpTdbWkXuQ/s640/article-VI-02.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;/div&gt;

&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;After create the form now you should make the form work, then create &lt;b&gt;contact-form-save.php&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 150px; margin: 0px; padding: 10px; resize: none; width: 100%;&quot;&gt;&lt;?php 
 include(&#39;connect_db.php&#39;);

 $name = $_POST[&#39;yourname&#39;];
 $mail = $_POST[&#39;yourmail&#39;];
 $message = $_POST[&#39;message&#39;];

 $insert = $connect-&gt;query(&quot;INSERT INTO my_table_1(name,phone,email) 
  VALUES (&#39;&quot;.$name.&quot;&#39;,&#39;&quot;.$mail.&quot;&#39;,&#39;&quot;.$message.&quot;&#39;)&quot;);
 
 if($insert){
  echo &#39;Your data has been stored succesfully&#39;;
 } else {
  echo &#39;Your data has failed to store into database&#39;;
 }
?&gt;
&lt;/textarea&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;

&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Before you fill and submit your form, open your phpmyadmin and then see your previous table data on table &lt;b&gt;my_table_1&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFW-wN2xC3SerPdXvlUoTmbLQjd-nZ47ClMu0eNEFKCdKmSKcYZ6TiaBXDQ1xbdh6rdv0FRmPWsNPfilshhD8YOyGjLCxj2It3RwiaIT8GrxlQNFv9pljzeu67lSDKP6pzfgVgULGMRgM/s1600/article-VI-03.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;358&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgFW-wN2xC3SerPdXvlUoTmbLQjd-nZ47ClMu0eNEFKCdKmSKcYZ6TiaBXDQ1xbdh6rdv0FRmPWsNPfilshhD8YOyGjLCxj2It3RwiaIT8GrxlQNFv9pljzeu67lSDKP6pzfgVgULGMRgM/s640/article-VI-03.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Now we will fill it through PHP form :&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRy8RLhq3JEkASUXPwdBevf7vmoVxXtvpf73c5o0VHwZrdnO4tGy_m86zeS-EhJLwHiyGpvlSYsPmDnWDjkGp86iEGZ2c80FudB0Nsrmkg9yqiC0e9nAC2lM9-khJY-xVv2u1Md2LRDPo/s1600/article-VI-04.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;298&quot; data-original-width=&quot;431&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRy8RLhq3JEkASUXPwdBevf7vmoVxXtvpf73c5o0VHwZrdnO4tGy_m86zeS-EhJLwHiyGpvlSYsPmDnWDjkGp86iEGZ2c80FudB0Nsrmkg9yqiC0e9nAC2lM9-khJY-xVv2u1Md2LRDPo/s1600/article-VI-04.png&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;And if you successful to insert your data into database the result will be like this :&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSiPxka2tnrs6Fww6ghLMxgpKVnVjSYHvB5jScIjGFSIT38YCmA9Ew_N_MQeUkTPGWifvUmTSgQDXrJzTkFtf4LLl8UJ-rZiyId70VxMdkLiWl_ir9g929C5NSfoebAaSOjLDkbuehQuQ/s1600/article-VI-05.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;382&quot; data-original-width=&quot;1365&quot; height=&quot;178&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSiPxka2tnrs6Fww6ghLMxgpKVnVjSYHvB5jScIjGFSIT38YCmA9Ew_N_MQeUkTPGWifvUmTSgQDXrJzTkFtf4LLl8UJ-rZiyId70VxMdkLiWl_ir9g929C5NSfoebAaSOjLDkbuehQuQ/s640/article-VI-05.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;If you open your phpmyadmin there is new record on your table :&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;742&quot; data-original-width=&quot;1365&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoPQbvssAey1Nr-0e-6q_O_5pY9y7nlyp1nxh_jcBR8xM8bM2fYxF5uEuGbzvD97ZayDsUKbTTy93KCAwzmk-dYLAz2GAfUkcHyl3A5osz8L92NXtOvi9LgBr7XSrXiAl7zqyKSo8YKP4/s640/article-VI-06.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; font-size: large;&quot;&gt;CREATE SIMPLE FORM VALIDATION&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;To avoid invalid data come into our database, we need to make filter / form validation,&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;back to your code (&lt;/span&gt;&lt;b style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;, sans-serif;&quot;&gt;contact-form-save.php&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;) and then use this code :&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 200px; margin: 0px; padding: 10px; resize: none; width: 100%;&quot;&gt;&lt;?php 
 include(&#39;connect_db.php&#39;);
 
 global $insert;
 $valid = false;
 $name = $_POST[&#39;yourname&#39;];
 $mail = $_POST[&#39;yourmail&#39;];
 $message = $_POST[&#39;message&#39;];
 
 if(empty($name) &amp;&amp; empty($mail) &amp;&amp; empty($message)){
     echo &#39;Column cannot be empty&#39;;
 } else if(empty($name)){
     echo &#39;Column name cannot be empty&#39;;
 } else if(empty($mail)) {
            echo &#39;Column Email cannot be empty&#39;;
 } else if(empty($message)){
     echo &#39;Column Message cannot be empty&#39;;
 } else {
   $valid = true;
   $insert = $connect-&gt;query(&quot;INSERT INTO my_table_1(name,phone,email) 
  VALUES (&#39;&quot;.$name.&quot;&#39;,&#39;&quot;.$mail.&quot;&#39;,&#39;&quot;.$message.&quot;&#39;)&quot;);
 }

 if($valid == true &amp;&amp; $insert == true){
  echo &#39;Your data has been stored succesfully&#39;;
 } else if($valid == true &amp;&amp; $insert == false) {
  echo &#39;Your data failed to store into database&#39;;
 }
?&gt;
&lt;/textarea&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Now open &lt;b&gt;contact_form.php&lt;/b&gt; (127.0.0.1/&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;contact_form.php&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;) leave it all inputs blank and then click submit here the result:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;234&quot; data-original-width=&quot;1365&quot; height=&quot;108&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixm7WVwF-S8-_32wKR0U5Cts8gzks_Sy7QspgXmfvJlnSLgR3bBbLKjNXNgW62G_Czd9sxLzoaOaxPFsCRyLLu64cXhj6A4BdN5REQMQBeJQJ-BlmqhtaYAGsTMHqrWrBry61rs37yDV8/s640/article-VI-07.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; font-size: large;&quot;&gt;&lt;b&gt;MAKE DYNAMIC FORM&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Usually user won&#39;t spent their time to back into page form to make correction on incorrect form, so you need to make dynamic form so that when there is error user doesn&#39;t need to back into page form.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;First back into&lt;b&gt; contact_form.php&lt;/b&gt; and then add these codes on each label like these :&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;

&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 200px; margin: 0px; padding: 10px; resize: none; width: 100%;&quot;&gt;&lt;input type=&quot;text&quot; name=&quot;yourname&quot; value=&quot;&lt;?php if(isset($name)) {echo $name;} ?&gt;&quot; /&gt;
&lt;div class=&quot;error&quot; align=&quot;center&quot;&gt;
  &lt;?php if(isset($err_name)) {echo $err_name;} ?&gt;
&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;yourphone&quot; value=&quot;&lt;?php if(isset($phone)) {echo $phone;} ?&gt;&quot; /&gt;
&lt;div class=&quot;error&quot; align=&quot;center&quot;&gt;
  &lt;?php if(isset($err_phone)) {echo $err_phone;} ?&gt;
&lt;/div&gt;
&lt;input type=&quot;text&quot; name=&quot;yourmail&quot; value=&quot;&lt;?php if(isset($mail)) {echo $mail;} ?&gt;&quot; /&gt;
&lt;div class=&quot;error&quot; align=&quot;center&quot;&gt;
  &lt;?php if(isset($err_mail)) {echo $err_mail;} ?&gt;
&lt;/div&gt;
&lt;/textarea&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;

&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;And on &lt;b&gt;contact-form-save.php&lt;/b&gt; update your code like these :
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 200px; margin: 0px; padding: 10px; resize: none; width: 100%;&quot;&gt;&lt;?php 
 include(&#39;connect_db.php&#39;);
 
 global $insert;
 $valid = false;
 $name = $_POST[&#39;yourname&#39;];
 $phone = $_POST[&#39;yourphone&#39;];
 $mail = $_POST[&#39;yourmail&#39;];
  
 if(empty($name) &amp;&amp; empty($phone) &amp;&amp; empty($mail)){
  $err_name = &#39;Column name cannot be empty&#39;;
  $err_phone = &#39;Column phone cannot be empty&#39;;
  $err_mail = &#39;Column email cannot be empty&#39;;
  include(&#39;contact_form.php&#39;);
 } else if(empty($name) &amp;&amp; empty($phone)){
  $err_name = &#39;Column name cannot be empty&#39;;
  $err_phone = &#39;Column phone cannot be empty&#39;;
  include(&#39;contact_form.php&#39;);
 } else if(empty($name) &amp;&amp; empty($mail)){
  $err_name = &#39;Column name cannot be empty&#39;;
  $err_mail = &#39;Column email cannot be empty&#39;;
  include(&#39;contact_form.php&#39;);
 } else if(empty($phone) &amp;&amp; empty($mail)){
  $err_phone = &#39;Column phone cannot be empty&#39;;
  $err_mail = &#39;Column email cannot be empty&#39;;
  include(&#39;contact_form.php&#39;);
 } else if(empty($name)){
  $err_name = &#39;Column name cannot be empty&#39;;
  include(&#39;contact_form.php&#39;);
 } else if(empty($phone)){
  $err_phone = &#39;Column phone cannot be empty&#39;;
  include(&#39;contact_form.php&#39;);
 } else if(empty($mail)){
  $err_mail = &#39;Column email cannot be empty&#39;;
  include(&#39;contact_form.php&#39;);
 } else {
   $valid = true;
   $insert = $connect-&gt;query(&quot;INSERT INTO my_table_1(name,email,phone) 
  VALUES (&#39;&quot;.$name.&quot;&#39;,&#39;&quot;.$mail.&quot;&#39;,&#39;&quot;.$phone.&quot;&#39;)&quot;);
 }

 if($valid == true &amp;&amp; $insert == true){
  echo &#39;Your data has been stored succesfully&#39;;
 } else if($valid == true &amp;&amp; $insert == false) {
  echo &#39;Your data failed to store into database&#39;;
 }
?&gt;
&lt;/textarea&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;- &lt;b&gt;include &lt;/b&gt;: to put another file in current page so that can be use / displayed other file on current page.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;- &lt;b&gt;global &lt;/b&gt;: sign / key to make your variable can be use to entire the part of file.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;- &lt;b&gt;$_POST&lt;/b&gt; : to take value from input according on name.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;other documentation you can see on :&amp;nbsp;&lt;a href=&quot;https://www.w3schools.com/php/&quot;&gt;https://www.w3schools.com/php/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Now, if you &lt;b&gt;leave &lt;/b&gt;entire columns blank or one of it blank it will result : 

&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis7pMMnNi-azv8s-8ylsZCL2hoLU-Y8Gw4dEnrIL1eABunkJolAL1Y1Hl38dzMsV7tN5cnRanQSm7IE5M5G1IK3KQq7Fk-5Uv2vkQtB2DBE0SlWTfzcnKsDP3Yd8hoyAhEEC2vl9K1RkU/s1600/article-VI-08.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;484&quot; data-original-width=&quot;1365&quot; height=&quot;226&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis7pMMnNi-azv8s-8ylsZCL2hoLU-Y8Gw4dEnrIL1eABunkJolAL1Y1Hl38dzMsV7tN5cnRanQSm7IE5M5G1IK3KQq7Fk-5Uv2vkQtB2DBE0SlWTfzcnKsDP3Yd8hoyAhEEC2vl9K1RkU/s640/article-VI-08.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;or like this :&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyooQK-X_jeeqwkv8z7iR8BqLlXrSxgL-DXvW9bYcXvQxTFd1ZYs3fjUM_oP1ZVcTNwP1HyZTeSr5iT44F-d7WPqDOPhtILil8A6RYMTvs7169iEQvNdLoLbSN_iatqKx_C4Ln0v61bMk/s1600/article-VI-09.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;462&quot; data-original-width=&quot;1365&quot; height=&quot;216&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyooQK-X_jeeqwkv8z7iR8BqLlXrSxgL-DXvW9bYcXvQxTFd1ZYs3fjUM_oP1ZVcTNwP1HyZTeSr5iT44F-d7WPqDOPhtILil8A6RYMTvs7169iEQvNdLoLbSN_iatqKx_C4Ln0v61bMk/s640/article-VI-09.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Next article I will show you how to &lt;b&gt;display&lt;/b&gt; data from database, &lt;b&gt;update &lt;/b&gt;and &lt;b&gt;delete&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/6832202023244023702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://gatetheme.blogspot.com/2019/05/insert-database-mysql-with-php-form.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/6832202023244023702'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/6832202023244023702'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/2019/05/insert-database-mysql-with-php-form.html' title='Insert Database MySQL with PHP form.'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzwuGI_4OqWw1qXX-cka0a5hv6rjCJ1ABplM8X1_3_ony5UphUHn5DQbo1Yjx-WtkvauZDp5QAX63GDfCWiQ1ru5uQVin__ls1fObhqWLHrPmLtdLw4_3Htt6qQJq8ejlXPy9Er2C12NA/s72-c/article-VI-01.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8967256580617753108.post-1181188982671551331</id><published>2019-05-23T00:12:00.001-07:00</published><updated>2019-06-12T01:00:56.254-07:00</updated><title type='text'>Configuring apache server and Install PHP on apache server</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; font-size: large;&quot;&gt;&lt;b&gt;Configuring apache server and install PHP on apache server.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;First you need to download php from &lt;a href=&quot;http://php.net/&quot;&gt;php.net&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;We use php 7 version when we made this tutorial, because that was latest version of php.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Our php version is &lt;b&gt;7.2.17&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;After download php, extract it from zip and then rename it into php7&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;to make easier when connect to apache server. Move it into &lt;b&gt;C:\\Program Files&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKBO79iiUk0nuqIvr3bA-vYven_XPwJc-VPlmu3QkPXTNs-8_F4Al9JJ1ko8vcbWdae1uiTOM0IN0c6lvKqxDrkDUewWn7FL8ohUZ6DXvRWdZ1kaRyqfyG8xj8TJHd7JnoorZKjmilKDo/s1600/article_II_01.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;789&quot; height=&quot;584&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKBO79iiUk0nuqIvr3bA-vYven_XPwJc-VPlmu3QkPXTNs-8_F4Al9JJ1ko8vcbWdae1uiTOM0IN0c6lvKqxDrkDUewWn7FL8ohUZ6DXvRWdZ1kaRyqfyG8xj8TJHd7JnoorZKjmilKDo/s640/article_II_01.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Before we start to install and configure php, we need to &lt;b&gt;configure &lt;/b&gt;some apache server settings.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Go to your apache folder and then open folder &lt;b&gt;conf &lt;/b&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNCbPnNEZKAk6XIWDr0H20gUB4TB9B3UTkgv_isJiNVi9_u9FqU59w_ft43ozaZKFWcSWSISVwJF0A8A1vOrsBN0pbyK70ryRK7xbtGYeNLbjHJe4TMbQqlRMwdMgH3bwVVz-Jx2kbAUM/s1600/article_II_02.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;651&quot; data-original-width=&quot;905&quot; height=&quot;460&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNCbPnNEZKAk6XIWDr0H20gUB4TB9B3UTkgv_isJiNVi9_u9FqU59w_ft43ozaZKFWcSWSISVwJF0A8A1vOrsBN0pbyK70ryRK7xbtGYeNLbjHJe4TMbQqlRMwdMgH3bwVVz-Jx2kbAUM/s640/article_II_02.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;And then open &lt;b&gt;httpd.conf&lt;/b&gt;, don&#39;t forget to turn off your apache server if it running to avoid file cannot be edit.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;First go to &lt;i&gt;ServerName &lt;/i&gt;and uncomment and then change the value to &lt;b&gt;localhost &lt;/b&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAl_B_ZgK9GAIgJg2G7Efhh2Q55Q60A-OpkBuF_C_p2oDlzdL8dHULQh2vE9WzHZxlVMAVFQ6UcHwL6nzD251qDI85X2WqLRxpzwYDaUVS9KI5zc6IJMkq9YM07desR8nMD7XKEl7GpIQ/s1600/article_II_03.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;529&quot; data-original-width=&quot;887&quot; height=&quot;380&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAl_B_ZgK9GAIgJg2G7Efhh2Q55Q60A-OpkBuF_C_p2oDlzdL8dHULQh2vE9WzHZxlVMAVFQ6UcHwL6nzD251qDI85X2WqLRxpzwYDaUVS9KI5zc6IJMkq9YM07desR8nMD7XKEl7GpIQ/s640/article_II_03.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;After change the value of &lt;i&gt;ServerName &lt;/i&gt;go to &amp;lt;&lt;i&gt;IfModule mime_module&lt;/i&gt;&amp;gt; on &lt;b&gt;httpd.conf&lt;/b&gt; and paste this code on line before&amp;nbsp;&amp;lt;/&lt;i&gt;IfModule&lt;/i&gt;&amp;gt; :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;

&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 170px; overflow: auto; resize: none; width: 100%;&quot;&gt;#Script Alias

ScriptAlias /php/ &quot;C:/Program Files/php7/&quot;  # according on location of your php

AddType application/x-httpd-php .php .html

Action application/x-httpd-php &quot;/Program Files/php7/php-cgi.exe&quot;

SetEnv PHPRC &quot;C:/Program Files/php7&quot;

&lt;/textarea&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;And then go to&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;u&gt;last line&lt;/u&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&amp;nbsp;of&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot;, sans-serif;&quot;&gt;httpd.conf &lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;and paste this code to&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&amp;nbsp;connect&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot;, sans-serif;&quot;&gt;php.ini &lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;to apache server&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;

&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 150px; overflow: auto; resize: none; width: 100%;&quot;&gt;PHPIniDir &quot;C:/Program Files/php7&quot;

LoadModule php7_module &quot;C:/Program Files/php7/php7apache2_4.dll&quot;
&lt;/textarea&gt;

&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #0b5394; font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;b&gt;&lt;u&gt;Now we will install php on apache server.&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Open folder &lt;b&gt;php7 &lt;/b&gt;and look for &lt;b&gt;php.ini-development&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxRzUXsvlQ_IF50UIE8bueLLs3t96tU9AePbW_R_ZC7bYRERY00cg6PQCvb7hnYW4S9i707zh43yt_KN0Z4d_OmZWVB7j361Lu_zGbOepYoxbNIcHAMrRT2dU-8XFvc1xH_YQXiViZnOw/s1600/article_II_04.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;794&quot; height=&quot;618&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxRzUXsvlQ_IF50UIE8bueLLs3t96tU9AePbW_R_ZC7bYRERY00cg6PQCvb7hnYW4S9i707zh43yt_KN0Z4d_OmZWVB7j361Lu_zGbOepYoxbNIcHAMrRT2dU-8XFvc1xH_YQXiViZnOw/s640/article_II_04.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Rename it into &lt;b&gt;php.ini&lt;/b&gt; and find &lt;i&gt;doc_root &lt;/i&gt;and fill it according on your apache server location.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiLx6-Ia53wUDNO_3NVKRFj_yVrxjc10rjCPQXtbv04nX_K6lM0D7PpwRdoOdLq2bYLrCfcxm_bMHh1xldA6gN411XiljgJJjrEILdGMBPNwW2jfAnmYS19bvNFXrZz74mXBpKrIWJnqY/s1600/article_II_05.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;651&quot; data-original-width=&quot;982&quot; height=&quot;424&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiLx6-Ia53wUDNO_3NVKRFj_yVrxjc10rjCPQXtbv04nX_K6lM0D7PpwRdoOdLq2bYLrCfcxm_bMHh1xldA6gN411XiljgJJjrEILdGMBPNwW2jfAnmYS19bvNFXrZz74mXBpKrIWJnqY/s640/article_II_05.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Uncomment &lt;i&gt;extension_dir &lt;/i&gt;and fill it according on folder &lt;b&gt;ext &lt;/b&gt;location on php7&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiym9U6K-tObou48fgiXmb0U7dWkjQaytjnhUlFvts5eqSktXa7ObaI4BLeB8c_lx_ionwCz2-IolErcIZ0MrXvmUpDTgW2r8262RqAA-FXpihLaarl-M7nK60TIvsAmX5JbMsSYQos5bo/s1600/article_II_06.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;575&quot; data-original-width=&quot;897&quot; height=&quot;410&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiym9U6K-tObou48fgiXmb0U7dWkjQaytjnhUlFvts5eqSktXa7ObaI4BLeB8c_lx_ionwCz2-IolErcIZ0MrXvmUpDTgW2r8262RqAA-FXpihLaarl-M7nK60TIvsAmX5JbMsSYQos5bo/s640/article_II_06.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Go to file upload and uncomment &lt;i&gt;upload_tmp_dir &lt;/i&gt;and then fill it with apache&#39;s directory upload path.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi4aNGS1iLZHkGnCcMBTde1wfw-LUQiAROq0HL6h9lwM15iO3aWnqI5mwx4trimImmeEKCRrK4PKl4T5qKA8w8aeOQ6163v7_ojm-bySTWJxV_EJc29fq18EQwSd3x_cKgt3Py04wkxA8/s1600/article_II_07.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;637&quot; data-original-width=&quot;938&quot; height=&quot;434&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhi4aNGS1iLZHkGnCcMBTde1wfw-LUQiAROq0HL6h9lwM15iO3aWnqI5mwx4trimImmeEKCRrK4PKl4T5qKA8w8aeOQ6163v7_ojm-bySTWJxV_EJc29fq18EQwSd3x_cKgt3Py04wkxA8/s640/article_II_07.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Go to &lt;i&gt;Fopen wrappers&lt;/i&gt; and then change &lt;i&gt;allow_url_include &lt;/i&gt;from &lt;b&gt;off &lt;/b&gt;to &lt;b&gt;on&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Now go Dynamic Extensions and here you must uncomment these extension to make your php run correctly :&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;border-top: 2px solid green; font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; margin-top: 10px; padding: 15px;&quot;&gt;
- extension=curl &lt;br /&gt;
- extension=gd2 &lt;br /&gt;
- extension=mbstring &lt;br /&gt;
- extension=exif &lt;br /&gt;
- extension=mysqli &lt;br /&gt;
- extension=openssl &lt;br /&gt;
- extension=pdo_mysql &lt;br /&gt;
- extension=xmlrpc &lt;br /&gt;
- extension=xsl&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Uncomment&lt;i&gt; session.save_path&lt;/i&gt; and then fill with your apache session folder location.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;This process allow you&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;to&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&amp;nbsp;store your session when you need to use session, whether for login, or store another session.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_pWmwAlbkKUjc1MeQb8Ey9z2c2NYp2GOUJ2lJx6MSFGpZM1iihczI03hlbc4QdIsLTdz5gDSkt7Rg5969rLVt6ReV6u1WLYMFZHH8jSHOZJ8dyCtHH_-GA6TC5T-RMej4ds0wCWB6en0/s1600/article_II_08.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;530&quot; data-original-width=&quot;873&quot; height=&quot;388&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_pWmwAlbkKUjc1MeQb8Ey9z2c2NYp2GOUJ2lJx6MSFGpZM1iihczI03hlbc4QdIsLTdz5gDSkt7Rg5969rLVt6ReV6u1WLYMFZHH8jSHOZJ8dyCtHH_-GA6TC5T-RMej4ds0wCWB6en0/s640/article_II_08.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Turn on your apache server ON and then create file &lt;b&gt;phpinfo.php&lt;/b&gt; like this :&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;

&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 100px; overflow: auto; resize: none; width: 100%;&quot;&gt;&lt;?php
   phpinfo();
 ?&gt;
&lt;/textarea&gt;

&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;And save it into folder &lt;b&gt;htdocs &lt;/b&gt;(on server apache).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOg4S_qBEqNgVqvBVt9Z0SXTYqU_6iGtxbAvqoLehegl49HJL3Q0CwDLYc8T-GXTCDbsFgMDMtBQzIubt44ytA7nMOSCLXU1-rsZiu4wQfaiDAZV9vG6Cg8uOsj5u9T78Lbg1AqEV4IbI/s1600/article_II_09.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;581&quot; data-original-width=&quot;897&quot; height=&quot;414&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOg4S_qBEqNgVqvBVt9Z0SXTYqU_6iGtxbAvqoLehegl49HJL3Q0CwDLYc8T-GXTCDbsFgMDMtBQzIubt44ytA7nMOSCLXU1-rsZiu4wQfaiDAZV9vG6Cg8uOsj5u9T78Lbg1AqEV4IbI/s640/article_II_09.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Open your browser and type &lt;b&gt;http://127.0.0.1/phpinfo.php&lt;/b&gt; on url address bar, and it will shown :&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipVVmAbi__qOu5AsMe9X_7uL1luCAykh7YyCqoIPirjNN_qNAqHjfkj4rk_as3UODwYf0BxDtJz218-7-bHdg8UZLtyCGoqwr1m6sgu-MKK4946yqDqTvftGcrTUw0Bga7ALyarBUkEvs/s1600/article_II_10.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;752&quot; data-original-width=&quot;1365&quot; height=&quot;352&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipVVmAbi__qOu5AsMe9X_7uL1luCAykh7YyCqoIPirjNN_qNAqHjfkj4rk_as3UODwYf0BxDtJz218-7-bHdg8UZLtyCGoqwr1m6sgu-MKK4946yqDqTvftGcrTUw0Bga7ALyarBUkEvs/s640/article_II_10.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Now you has finished tutorial &lt;b&gt;how to install and configure php on apache server&lt;/b&gt;, on next article&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;we will show you &lt;b&gt;how to install and configure mysql database and phpmyadmin&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/1181188982671551331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://gatetheme.blogspot.com/2019/05/configuring-apache-server-and-install.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/1181188982671551331'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/1181188982671551331'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/2019/05/configuring-apache-server-and-install.html' title='Configuring apache server and Install PHP on apache server'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKBO79iiUk0nuqIvr3bA-vYven_XPwJc-VPlmu3QkPXTNs-8_F4Al9JJ1ko8vcbWdae1uiTOM0IN0c6lvKqxDrkDUewWn7FL8ohUZ6DXvRWdZ1kaRyqfyG8xj8TJHd7JnoorZKjmilKDo/s72-c/article_II_01.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8967256580617753108.post-2379986047435694766</id><published>2019-05-16T02:37:00.000-07:00</published><updated>2019-06-12T01:00:56.378-07:00</updated><title type='text'>Installation and configure phpmyadmin</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif; font-size: large;&quot;&gt;Installation and configure phpmyadmin on apache server.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
On this documentation we use&amp;nbsp;&lt;b&gt;phpMyAdmin-4.0.10.16&lt;/b&gt;&amp;nbsp;you can download it here : &lt;a href=&quot;https://www.phpmyadmin.net/files/4.5.3/&quot;&gt;https://www.phpmyadmin.net&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;After download you need to extract it on folder &lt;b&gt;htdocs &lt;/b&gt;on apache server&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;rename it into phpmyadmin and then open your browser and type : &lt;/span&gt;&lt;b style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;, sans-serif;&quot;&gt;127.0.0.1/phpmyadmin&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;make sure if your mysql server is running.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;This is the image when you open it on browser:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqpEM7z33U-FL94u9GQ4K9N9uy6ShgbRHnT9NRUzmAsNGulPxg5T6kAOA4NLSMvrPjU5ltlpELqgsVsToGbaYxuEJQR2H8ilT9ZewMfeyHpepb_yN_2HLfzE57sKq6HZGjlveDmuuVKpo/s1600/article-V-01.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;640&quot; data-original-width=&quot;1365&quot; height=&quot;300&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqpEM7z33U-FL94u9GQ4K9N9uy6ShgbRHnT9NRUzmAsNGulPxg5T6kAOA4NLSMvrPjU5ltlpELqgsVsToGbaYxuEJQR2H8ilT9ZewMfeyHpepb_yN_2HLfzE57sKq6HZGjlveDmuuVKpo/s640/article-V-01.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Before use it, you need to configuring some config to avoid error, open your phpmyadmin folder and then find a file : &lt;/span&gt;&lt;b style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;, sans-serif;&quot;&gt;config.sampple.inc&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;, rename it into &lt;/span&gt;&lt;b style=&quot;font-family: &amp;quot;Trebuchet MS&amp;quot;, sans-serif;&quot;&gt;config.inc&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5FspTq1RH1pFFRVtZp0cSTw5eUaHoPowayJZ8hJZx3mssOFqezIrox9eoWoBompKtr5C4ylMg-OlKH-gs6tX1ruI44JZ2eovfqLreNGeR0uCFyf-39uWstKINx4pjPwoZjy-b2L-dYwA/s1600/article-V-02.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;557&quot; data-original-width=&quot;798&quot; height=&quot;446&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5FspTq1RH1pFFRVtZp0cSTw5eUaHoPowayJZ8hJZx3mssOFqezIrox9eoWoBompKtr5C4ylMg-OlKH-gs6tX1ruI44JZ2eovfqLreNGeR0uCFyf-39uWstKINx4pjPwoZjy-b2L-dYwA/s640/article-V-02.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Fill your settings according on this table :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;border-bottom: 2px solid green; border-top: 2px solid green; padding: 15px; width: 100%;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;$cfg[&#39;blowfish_secret&#39;] = &#39;abcdefg&#39; // fill this by yourself.

&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Find &lt;i&gt;&lt;span style=&quot;color: #6aa84f;&quot;&gt;User used to manipulate with storage&lt;/span&gt;&amp;nbsp;&lt;/i&gt;and then set like this :
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;border-bottom: 2px solid green; border-top: 2px solid green; padding: 15px; width: 100%;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;$cfg[&#39;Servers&#39;][$i][&#39;controluser&#39;] = &#39;your_apache_username&#39;; // fill by your apache username
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;$cfg[&#39;Servers&#39;][$i][&#39;controlpass&#39;] = &#39;your_mysql_password&#39;; // fill by your mysql password&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Next, create folder &lt;b&gt;tmp &lt;/b&gt;inside phpmyadmin folder and then create both of folder &lt;b&gt;upload &lt;/b&gt;and &lt;b&gt;save &lt;/b&gt;inside &lt;b&gt;tmp&lt;/b&gt;,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;and then find : &lt;i&gt;&lt;span style=&quot;color: #6aa84f;&quot;&gt;Directories for saving/loading files from server&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Fill this settings like this :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_2HiFHMkoDk9AIQaS9DUvwCMByM6EvOknSn4WQlecrVuefLL6CXnWQsKPIrE_vDcxJy77wIdxg3Id0VOtqGrIvDLA7Ismg4Fp6oQxnaafWalQzD-_ABKRDeVIBAWZ_Nyrn5hQIb6LtsI/s1600/article-V-03.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;151&quot; data-original-width=&quot;690&quot; height=&quot;140&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_2HiFHMkoDk9AIQaS9DUvwCMByM6EvOknSn4WQlecrVuefLL6CXnWQsKPIrE_vDcxJy77wIdxg3Id0VOtqGrIvDLA7Ismg4Fp6oQxnaafWalQzD-_ABKRDeVIBAWZ_Nyrn5hQIb6LtsI/s640/article-V-03.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Now you can try to create table and delete table on your mysql database.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;To &lt;b&gt;create &lt;/b&gt;database&amp;nbsp;table, you should&amp;nbsp; fill your&lt;b&gt; table&#39;s name&lt;/b&gt; and then fill how many &lt;b&gt;columns &lt;/b&gt;as your need, and then click &lt;b&gt;Go&amp;nbsp;&lt;/b&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://4.bp.blogspot.com/-R2cdQs-oq1E/XM2R26OtaXI/AAAAAAAAA1A/yqS_h8-YKeI-vQdpUGPQVQnKQ833HBO7QCLcBGAs/s1600/article-V-05.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;span id=&quot;goog_214394800&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_214394801&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Fill the columns, then click &lt;b&gt;save&lt;/b&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYzcnSNreN1TL-84XGrZaub6uK-pBvCrTWfeTtzIs-Jn__oyDfBLlL4Ov3hkq99JxULuZiL64yRb00S_3olDEqYwIvWoCnBozm9-_5qk8sxR50eOovIVYcxOE8WGDcrdDnsDV7dyYiF8M/s1600/article-V-05.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;343&quot; data-original-width=&quot;1365&quot; height=&quot;160&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYzcnSNreN1TL-84XGrZaub6uK-pBvCrTWfeTtzIs-Jn__oyDfBLlL4Ov3hkq99JxULuZiL64yRb00S_3olDEqYwIvWoCnBozm9-_5qk8sxR50eOovIVYcxOE8WGDcrdDnsDV7dyYiF8M/s640/article-V-05.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://3.bp.blogspot.com/-a9164E6chGM/XM2SGayWT_I/AAAAAAAAA1E/Rn9lJSUzuREGPgzCRdvbodZtm5B_ugZNgCLcBGAs/s1600/article-V-06.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;To &lt;b&gt;insert &lt;/b&gt;database just click &lt;b&gt;insert&lt;/b&gt;&amp;nbsp;and then fill your data and click &lt;b&gt;Go&lt;/b&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;b&gt;Note &lt;/b&gt;: if your primary ID (&lt;b&gt;id&lt;/b&gt;) set as &lt;b&gt;AUTO INCREMENT&lt;/b&gt;, Just leave it blank.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirOIe4LyBUeCsI5iYWqT0wolD9HXym6cYEjxCkUpoQLyZRN2g77LcgWg_V6xIeT5QqbVBESzo7MyFvR5X4sNZzJQgfuKBla9kcT8_NjDlm-l2g0QJNrH4EXLx8UlKQCwp4UV_fANdP5D8/s1600/article-V-06.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;639&quot; data-original-width=&quot;1365&quot; height=&quot;298&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirOIe4LyBUeCsI5iYWqT0wolD9HXym6cYEjxCkUpoQLyZRN2g77LcgWg_V6xIeT5QqbVBESzo7MyFvR5X4sNZzJQgfuKBla9kcT8_NjDlm-l2g0QJNrH4EXLx8UlKQCwp4UV_fANdP5D8/s640/article-V-06.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;b&gt;Note &lt;/b&gt;: let &lt;b&gt;ignore&lt;/b&gt;&amp;nbsp;be checked if you don&#39;t want to fill next column.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Here&#39;s the result :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQwmtJJp3ancJF1GUVpig5RatseYbOx9aJDowjfX0c_n9R8NJg_YogwqWE9foDcN3YlofRWUftEamovEq1I2tNXXKS7e1box-ksc1PIu2egMTGuZEQ6IQsFsQuK36hKUZlgCxJUfauJIQ/s1600/article-V-08.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;604&quot; data-original-width=&quot;1365&quot; height=&quot;282&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQwmtJJp3ancJF1GUVpig5RatseYbOx9aJDowjfX0c_n9R8NJg_YogwqWE9foDcN3YlofRWUftEamovEq1I2tNXXKS7e1box-ksc1PIu2egMTGuZEQ6IQsFsQuK36hKUZlgCxJUfauJIQ/s640/article-V-08.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://3.bp.blogspot.com/-JibKSILzJao/XM2S7LgkEwI/AAAAAAAAA1U/YPxcf08nGUY-VAmEXdtGAGxUbruDaz4HQCLcBGAs/s1600/article-V-08.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;If you want to &lt;b&gt;delete&lt;/b&gt;&amp;nbsp;just click on &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;delete &lt;/span&gt;&lt;/b&gt;to delete data, to &lt;b&gt;drop / remove&amp;nbsp;&lt;/b&gt;database first click on &lt;b&gt;Server:localhost&amp;nbsp;&lt;/b&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_4v9Q3422qg4I3d3ESvWewBKYFVDigbrtwLvZjUpDQOyD6TONn6G5uF8B0HGvHOD9SrwE2JBo7pKCe5RP8S_EkfUQFl0O8COnj446zLlR12mth7-H0lzNV3miWLuLDqnRh6glKf7UJdQ/s1600/article-V-09.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;590&quot; data-original-width=&quot;1356&quot; height=&quot;274&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_4v9Q3422qg4I3d3ESvWewBKYFVDigbrtwLvZjUpDQOyD6TONn6G5uF8B0HGvHOD9SrwE2JBo7pKCe5RP8S_EkfUQFl0O8COnj446zLlR12mth7-H0lzNV3miWLuLDqnRh6glKf7UJdQ/s640/article-V-09.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;And click &lt;b&gt;databases&lt;/b&gt;&amp;nbsp;then just check which database you want to delete / drop and then click &lt;b&gt;drop&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;on right corner bottom.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEim0D7V8zbs9Y1DN8soBuWwFjmyw5QE73xqYUpPWeohC283Erl1HFqsute_YywqbyD4N1NShuLUvjr0p-zjfhPD21erHdW6aqerhAOFUcYlG7rcM3cZoKZ6yCGdYo1kGnEseqUKe-4p0_0/s1600/article-V-10.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;674&quot; data-original-width=&quot;1352&quot; height=&quot;314&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEim0D7V8zbs9Y1DN8soBuWwFjmyw5QE73xqYUpPWeohC283Erl1HFqsute_YywqbyD4N1NShuLUvjr0p-zjfhPD21erHdW6aqerhAOFUcYlG7rcM3cZoKZ6yCGdYo1kGnEseqUKe-4p0_0/s640/article-V-10.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://4.bp.blogspot.com/-s5rV6rUHFzQ/XM2ThIXo8FI/AAAAAAAAA1o/tzQLYoUF7HYu0aVkNqLIcAiilODBixMuQCLcBGAs/s1600/article-V-10.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;That&#39;s it, if you find a problem to drop database like message &lt;b&gt;can&#39;t rmdir &lt;/b&gt;&lt;i&gt;your database&lt;/i&gt;, go to &lt;a href=&quot;https://gatetheme.blogspot.com/2019/05/how-to-fix-error-dropping-database-cant.html&quot;&gt;this article&lt;/a&gt; to solve your problem.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;On the next documentation I will make documentation how to implementation php to insert into database using PHP form.&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/2379986047435694766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://gatetheme.blogspot.com/2019/05/installation-and-configure-phpmyadmin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/2379986047435694766'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/2379986047435694766'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/2019/05/installation-and-configure-phpmyadmin.html' title='Installation and configure phpmyadmin'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqpEM7z33U-FL94u9GQ4K9N9uy6ShgbRHnT9NRUzmAsNGulPxg5T6kAOA4NLSMvrPjU5ltlpELqgsVsToGbaYxuEJQR2H8ilT9ZewMfeyHpepb_yN_2HLfzE57sKq6HZGjlveDmuuVKpo/s72-c/article-V-01.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8967256580617753108.post-5128831874338880422</id><published>2019-05-04T05:57:00.002-07:00</published><updated>2019-06-12T01:00:56.459-07:00</updated><title type='text'>How to fix error dropping database (can&#39;t rmdir database)</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;
How to fix&amp;nbsp;&lt;/span&gt;&lt;i style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot;, sans-serif;&quot;&gt;Error Dropping database (can&#39;t rmdir &#39;database name&#39;) &lt;/i&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot;, sans-serif;&quot;&gt;or&lt;/span&gt;&amp;nbsp;&#39;&lt;i style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot;, sans-serif;&quot;&gt;cannot drop database&lt;/i&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot;, sans-serif;&quot;&gt;&#39;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot;, sans-serif;&quot;&gt;&amp;nbsp;on MySQL.&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Sometimes there is case when we tried to using command &lt;i&gt;&lt;b&gt;drop database&lt;/b&gt;&lt;/i&gt;&amp;nbsp;to delete database is not working, it could be result like this :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeH40tgUU2rBoO7izx1gb194TZwfjuk6ZA9bS8F_eGU7s0wNUrvSZAB0CMCxcsebHEGeTa73E13128cdMNm1ek3PTdCQzyG-UNsROaaGgvDdfMAh90Nt9sryup-hisuz4IpkJlDnhiAlY/s1600/article-IV.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;258&quot; data-original-width=&quot;365&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeH40tgUU2rBoO7izx1gb194TZwfjuk6ZA9bS8F_eGU7s0wNUrvSZAB0CMCxcsebHEGeTa73E13128cdMNm1ek3PTdCQzyG-UNsROaaGgvDdfMAh90Nt9sryup-hisuz4IpkJlDnhiAlY/s1600/article-IV.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;so this documentation contains how to drop / delete database manually if you cannot drop / delete database through command.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;b&gt;Note &lt;/b&gt;: error on image above&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot;, sans-serif;&quot;&gt;occurred on phpmyadmin.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;First you need to display&lt;b&gt; hidden items&lt;/b&gt; on windows &lt;b&gt;view&lt;/b&gt;, and then go to &lt;b&gt;C:&quot;Program Data&quot;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrPDqn-aafziWuiC2K8m6ZcORvsqEjAulbVK_I4rlA-teh52dOP1Pyv314X7Zsb6Sb8zVOWOru_P3l21qxAZ3bx8CkESB4g6qEA9Rz9vGZosIbyFdHaKVnw2oytNU6dkQCOsHWBqYE49g/s1600/article-IV-01.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;521&quot; data-original-width=&quot;822&quot; height=&quot;404&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrPDqn-aafziWuiC2K8m6ZcORvsqEjAulbVK_I4rlA-teh52dOP1Pyv314X7Zsb6Sb8zVOWOru_P3l21qxAZ3bx8CkESB4g6qEA9Rz9vGZosIbyFdHaKVnw2oytNU6dkQCOsHWBqYE49g/s640/article-IV-01.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;select &lt;b&gt;MySQL &lt;/b&gt;folder then select&lt;b&gt; MySQL Server&lt;/b&gt;(the version depend on your MySQL installed version)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkCeUu4JAyzGHrWITftRtOliy_O4fyAcFgdxHhu9lBs94zKrirvX3BhjCs_n72miwGwJNnAf4qWajoaIPn5q2tZLH3x3i9v_lr4-ENIKwaK1EsEZ-1FTJSS2w4wojVjOJNP7ZzmP8uX8E/s1600/article-IV-02.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;534&quot; data-original-width=&quot;834&quot; height=&quot;408&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkCeUu4JAyzGHrWITftRtOliy_O4fyAcFgdxHhu9lBs94zKrirvX3BhjCs_n72miwGwJNnAf4qWajoaIPn5q2tZLH3x3i9v_lr4-ENIKwaK1EsEZ-1FTJSS2w4wojVjOJNP7ZzmP8uX8E/s640/article-IV-02.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Select folder data and you will find all of your database, choose database which you want to drop and then delete it. Afterward you can try to create database&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;with same name with command&lt;b&gt;&lt;i&gt; CREATE DATABASE your database&lt;/i&gt;&lt;/b&gt;.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;On next documentation I will show how install and configure &lt;b&gt;phpmyadmin&lt;/b&gt;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/5128831874338880422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://gatetheme.blogspot.com/2019/05/how-to-fix-error-dropping-database-cant.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/5128831874338880422'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/5128831874338880422'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/2019/05/how-to-fix-error-dropping-database-cant.html' title='How to fix error dropping database (can&#39;t rmdir database)'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeH40tgUU2rBoO7izx1gb194TZwfjuk6ZA9bS8F_eGU7s0wNUrvSZAB0CMCxcsebHEGeTa73E13128cdMNm1ek3PTdCQzyG-UNsROaaGgvDdfMAh90Nt9sryup-hisuz4IpkJlDnhiAlY/s72-c/article-IV.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8967256580617753108.post-6454991999878880467</id><published>2019-05-01T21:24:00.001-07:00</published><updated>2019-06-12T01:00:56.541-07:00</updated><title type='text'>Installing MySQL database.</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;
Installing MySQL database.&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Before we start, you need to download mysql database &lt;a href=&quot;https://dev.mysql.com/downloads/workbench/&quot;&gt;dev.mysql.com&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;We used &lt;b&gt;mysql-installer-community-5.7.25.0.msi&lt;/b&gt; in this documentation.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;If you installing mysql 5.7 version usually you need to download and install&amp;nbsp;&lt;b&gt;.net framework 4.5.2&lt;/b&gt;&amp;nbsp;&lt;/span&gt;(This is optional, if it ask you to install it)&amp;nbsp;&lt;span style=&quot;font-family: inherit;&quot;&gt;you can download it here :&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://www.microsoft.com/en-us/download/details.aspx?id=42642&quot;&gt;https://www.microsoft.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;After downloaded open it and it would display :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGdk1BMPPuxwBFZGqtqu0HojMi540uNOkND2FbipLTTy4hE3NzMMYYqm1pSoV1xj-AoRCa-tZAtTyjFyztGU0X-VscFiwT-Zf7mqhXymMJjyObVzHXk0aG1KXyo4gLATNVWknGLdx7_c0/s1600/article-III-01.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;598&quot; data-original-width=&quot;799&quot; height=&quot;478&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGdk1BMPPuxwBFZGqtqu0HojMi540uNOkND2FbipLTTy4hE3NzMMYYqm1pSoV1xj-AoRCa-tZAtTyjFyztGU0X-VscFiwT-Zf7mqhXymMJjyObVzHXk0aG1KXyo4gLATNVWknGLdx7_c0/s640/article-III-01.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Choose what you need to install, these all options were we choose :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_pK-mhLSC32dAUS1ZZYhZ3R04vAkUYDM2h3PXX8AXl68-_qO1O56ezq7leaZKZhxOIfEBgBE_zaBZA9VG52nwTULoLzIWYdtSmWDkDux9SqHm5HjoTk63FgsYTPQ20u8OgTBKaX40v7M/s1600/article-III-02.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;603&quot; data-original-width=&quot;801&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_pK-mhLSC32dAUS1ZZYhZ3R04vAkUYDM2h3PXX8AXl68-_qO1O56ezq7leaZKZhxOIfEBgBE_zaBZA9VG52nwTULoLzIWYdtSmWDkDux9SqHm5HjoTk63FgsYTPQ20u8OgTBKaX40v7M/s640/article-III-02.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Fill your password,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXR4PZQExdQqefmUz_enlBaR4RM90RfsU1oYsaYF9MXRhznWEp8SC1HZKmjtTo0OVUg32wy_jyLPdASW6UaPVagHja-i_FghzgOHvmOTt4J99ITYHtRRF8g2StROnIZ_YiPqrA0p9x6IE/s1600/article-III-03.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;601&quot; data-original-width=&quot;800&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXR4PZQExdQqefmUz_enlBaR4RM90RfsU1oYsaYF9MXRhznWEp8SC1HZKmjtTo0OVUg32wy_jyLPdASW6UaPVagHja-i_FghzgOHvmOTt4J99ITYHtRRF8g2StROnIZ_YiPqrA0p9x6IE/s640/article-III-03.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;b&gt;Note &lt;/b&gt;: please try to remember the password or you need to reinstall it again.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Click next and then click &lt;b&gt;execute &lt;/b&gt;to install all of components and plugins, if you has successful install your mysql server it would display like this :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHohpZrGQFDWkA4LTfB4Shzl8Nq8ZLYbdMkWfe51fnAaNNIgYW9RgoMgw9H3B3IvqRNPTVQrJA6UwUyNuo97xZKNv6H9LuRtwB89gpdPcO4WQWKDXC2MDUDJ0KXc3svJm7ZUoOWfLhWUk/s1600/article-III-04.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;599&quot; data-original-width=&quot;800&quot; height=&quot;478&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHohpZrGQFDWkA4LTfB4Shzl8Nq8ZLYbdMkWfe51fnAaNNIgYW9RgoMgw9H3B3IvqRNPTVQrJA6UwUyNuo97xZKNv6H9LuRtwB89gpdPcO4WQWKDXC2MDUDJ0KXc3svJm7ZUoOWfLhWUk/s640/article-III-04.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Now after successful installed MySQL server you should test whether it able to run or not.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Open your MySQL Command Clients (you can search it on all program on windows 7 or below)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwv16rQQEsy0MgT10G_ekG4U_sDCSA7Xx99U5RfyXMHZ7AUHaX-vsyNX7VsHoqWAl32L-5dJj-776jGL8G-Gzg_T34z4Q05q2uu9wgTdFQ7t8YiwIXOQwv42MRTkt5yNJqB6jAX4gHhPw/s1600/article-III-05.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;344&quot; data-original-width=&quot;678&quot; height=&quot;323&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwv16rQQEsy0MgT10G_ekG4U_sDCSA7Xx99U5RfyXMHZ7AUHaX-vsyNX7VsHoqWAl32L-5dJj-776jGL8G-Gzg_T34z4Q05q2uu9wgTdFQ7t8YiwIXOQwv42MRTkt5yNJqB6jAX4gHhPw/s640/article-III-05.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Fill the password that created by you on previously, if your password is correct it would display like this :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtW4vrTaZiuJKYMJqb2djYEieEWfNVT84MdRFrfD7GYUJxcgl-ae-apv0lbFNSDC4j90VO0LN8yqMOxB49wUEHAKxMNFhOBVjxOLDZRkJKxqmHgj6DLNaajKeQOzd4eRG9kGkcm6XwTow/s1600/article-III-06.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;345&quot; data-original-width=&quot;676&quot; height=&quot;326&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtW4vrTaZiuJKYMJqb2djYEieEWfNVT84MdRFrfD7GYUJxcgl-ae-apv0lbFNSDC4j90VO0LN8yqMOxB49wUEHAKxMNFhOBVjxOLDZRkJKxqmHgj6DLNaajKeQOzd4eRG9kGkcm6XwTow/s640/article-III-06.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Now testing by put command &lt;i&gt;&lt;b&gt;show databases;&lt;/b&gt;&lt;/i&gt;&amp;nbsp;then it would show to you all of the databases :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2rvb4CZZ3DIEmOfR8DsBc-Rxtf0ahf65j5p4pkKVVW-0NmWZCsE0uAZl4T2UHVOZxTmUwUpozh_WP7J76jPdxfIaB5j3GGiK9LqUdnwZtJxAUUr7l4pyUBqD1D4TzDRtxHLu8DbqD5Yo/s1600/article-III-07.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;343&quot; data-original-width=&quot;678&quot; height=&quot;322&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2rvb4CZZ3DIEmOfR8DsBc-Rxtf0ahf65j5p4pkKVVW-0NmWZCsE0uAZl4T2UHVOZxTmUwUpozh_WP7J76jPdxfIaB5j3GGiK9LqUdnwZtJxAUUr7l4pyUBqD1D4TzDRtxHLu8DbqD5Yo/s640/article-III-07.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Try to create database, to create database we will use mysql command line client, type code like these :&lt;/span&gt;&lt;br /&gt;
&lt;textarea readonly=&quot;readonly&quot; style=&quot;border-top: 2px solid green; height: 40px; margin: 0px; resize: none; width: 100%;&quot;&gt;CREATE database testingsql;
&lt;/textarea&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;

&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;After you execute this code and then type command &lt;b&gt;show databases;&lt;/b&gt;&amp;nbsp;again and you would see &lt;i&gt;testingsql&lt;/i&gt;&amp;nbsp;on database.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg60tzdn2BIfO5AXBNPo05XVUs2DI7Ed4cy2Srcd9Yj7nvgJbzBsizgPZM14fb7zL0I4JscyALr89Ru-i8F7Cc-PIwva3jx4zSY4Tv6sAwyn68ZLHxSHe8vBCWrPniZ6PSUKLZvJVdzc3s/s1600/article-III-08.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;344&quot; data-original-width=&quot;678&quot; height=&quot;324&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg60tzdn2BIfO5AXBNPo05XVUs2DI7Ed4cy2Srcd9Yj7nvgJbzBsizgPZM14fb7zL0I4JscyALr89Ru-i8F7Cc-PIwva3jx4zSY4Tv6sAwyn68ZLHxSHe8vBCWrPniZ6PSUKLZvJVdzc3s/s640/article-III-08.png&quot; width=&quot;640&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;Now you had successful to install mysql database. On the next article I will show you how to connect it with phpmyadmin, But before continue to phpmyadmin there is small article about how to fix if you got trouble on mysql database, you can skip it , if you don&#39;t need it.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/6454991999878880467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://gatetheme.blogspot.com/2019/05/installing-mysql-database.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/6454991999878880467'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/6454991999878880467'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/2019/05/installing-mysql-database.html' title='Installing MySQL database.'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGdk1BMPPuxwBFZGqtqu0HojMi540uNOkND2FbipLTTy4hE3NzMMYYqm1pSoV1xj-AoRCa-tZAtTyjFyztGU0X-VscFiwT-Zf7mqhXymMJjyObVzHXk0aG1KXyo4gLATNVWknGLdx7_c0/s72-c/article-III-01.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8967256580617753108.post-7995394660491012003</id><published>2019-04-30T07:14:00.002-07:00</published><updated>2019-06-12T01:00:56.869-07:00</updated><title type='text'>How to start building website using PHP? </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;How to start building website using PHP?&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;These all requirements to start build website using PHP :&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;- Install apache server, it could be installed from xampp or manual software.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;- Install php and make configuration with apache server.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;- Test it using command phpinfo.php on browser.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;- Connected it with database mysql&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;- Install phpmyadmin as interface / Graphic user interface (GUI) to connect on mysql server.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;How to install apache server on windows?&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Usually to install apache many people used xampp or other software platform, but in this article you install will install apache
through manual software, the &lt;b&gt;pros &lt;/b&gt;installing apache manually we can install php and phpmyadmin version according our necessity.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;On XAMPP those are bundled and you cannot change the version both of php and phpmyadmin. If you are &lt;b&gt;windows &lt;/b&gt;user, you can download apache server here :&amp;nbsp;&lt;a href=&quot;https://www.apachelounge.com/download/&quot;&gt;apachelounge&lt;/a&gt;&amp;nbsp;otherwise if you are linux you can download to apache.org.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;b&gt;Note &lt;/b&gt;: We used apache 2.4.7 VC15 64 bit because that version had compatible with our windows pc.

After you download it open and extract it on folder or directory C: (this actually depend on you)  but to avoid confusing due to different folder of
apache and php better we install it on drive C: , see image below :&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizjxAa_BtbBsYT2Xi2HpLpWXgEa2O1Hm2henu2yjwDcaDFpESpJd4ODNO3CW2qmS3saJ3g0icc-2oXNUuvVaNh9TC5gm2hxQQQQ9YcuPb9fEROl44f6kL05wXi_HvTosogXkB7z5lsm9Q/s1600/image_folder.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;525&quot; data-original-width=&quot;855&quot; height=&quot;392&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizjxAa_BtbBsYT2Xi2HpLpWXgEa2O1Hm2henu2yjwDcaDFpESpJd4ODNO3CW2qmS3saJ3g0icc-2oXNUuvVaNh9TC5gm2hxQQQQ9YcuPb9fEROl44f6kL05wXi_HvTosogXkB7z5lsm9Q/s640/image_folder.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;After extraction open command prompt and then run it as &lt;u&gt;administrator&lt;/u&gt;.
if you put it on C: (this according on your location) just type: &lt;b&gt;cd Apache24\bin\&lt;/b&gt; and then type &lt;b&gt;httpd.exe -k install&lt;/b&gt; like this :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidnjVW4W_hEpbgSorCRA9R7BjPgqP7Qe-DotAkdaauVXjzAmkedFfhYid_AZ3Z_KxC2VNWS53Aw9Ugoaxvrf5vSh-EeIM9PatypfwsSC6jg_PUj2c1XMJmip5kTH1VbPkHkXp3LNsYXp8/s1600/image_cmd.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;304&quot; data-original-width=&quot;672&quot; height=&quot;288&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidnjVW4W_hEpbgSorCRA9R7BjPgqP7Qe-DotAkdaauVXjzAmkedFfhYid_AZ3Z_KxC2VNWS53Aw9Ugoaxvrf5vSh-EeIM9PatypfwsSC6jg_PUj2c1XMJmip5kTH1VbPkHkXp3LNsYXp8/s640/image_cmd.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;After successful installed it, type on command promp : 
&lt;b&gt;C:\Apache24\bin&amp;gt;httpd.exe -k start&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVSKo_8_g0t6JCcdxSiUx2Jz5chelde6M5MXn99Cp4byuty6uBkeqW0US3ByETWxOJJyZGpYXAdkK32K9Ipu7Pe8R-vu40IGYusC94N6ErYbtw55grMGrDHllB8VjC7_3IF_yVxcmGNVI/s1600/image_cmd_start.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;281&quot; data-original-width=&quot;670&quot; height=&quot;268&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVSKo_8_g0t6JCcdxSiUx2Jz5chelde6M5MXn99Cp4byuty6uBkeqW0US3ByETWxOJJyZGpYXAdkK32K9Ipu7Pe8R-vu40IGYusC94N6ErYbtw55grMGrDHllB8VjC7_3IF_yVxcmGNVI/s640/image_cmd_start.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Finally, then open your browser and type on url address bar &lt;b&gt;localhost or 127.0.0.1&lt;/b&gt; :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;image&gt;&lt;br /&gt;&lt;/image&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPrT5DsA-HiTaPtNSrpJYmMJVBjJ1KO-EvGXpiNoMyVz-pOh-kU3Kqvell-vxLqX5kBYR5zqQNUVYPqP1i0DrkFt-yGa1kdc_MuBxFfDZcs0gqtO1A9PU-pUaTfdjIw643czRKyAfcmSo/s1600/results.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;1365&quot; height=&quot;186&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPrT5DsA-HiTaPtNSrpJYmMJVBjJ1KO-EvGXpiNoMyVz-pOh-kU3Kqvell-vxLqX5kBYR5zqQNUVYPqP1i0DrkFt-yGa1kdc_MuBxFfDZcs0gqtO1A9PU-pUaTfdjIw643czRKyAfcmSo/s640/results.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;To make easy to start or shutdown your apache server, you can make shortcut to apache monitor, by open your apache24 folder
and then go to folder &lt;b&gt;bin &lt;/b&gt;and then make the &lt;b&gt;ApacheMonitor.exe&lt;/b&gt; as shortcut.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB6JmG60wxANdFASDUxKm16pOfxa-zYeDKXQGhp90gmG94qb-e7mGGbKZmG0YGONewtVZ_adKRVXSh-93BDA9W2CxjtVtESRwZ8K5UaqSP2heYeBQaiXga74NbBONLu4P9IT3ZsFvKjC0/s1600/image_apache_monitor.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;745&quot; data-original-width=&quot;865&quot; height=&quot;550&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB6JmG60wxANdFASDUxKm16pOfxa-zYeDKXQGhp90gmG94qb-e7mGGbKZmG0YGONewtVZ_adKRVXSh-93BDA9W2CxjtVtESRwZ8K5UaqSP2heYeBQaiXga74NbBONLu4P9IT3ZsFvKjC0/s640/image_apache_monitor.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;Open apache monitor&#39;s shortcut see on right corner icon&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzsgUItiyLHfC8xDl8w9jzH2vQ5v3R8hX5Vfx_NyIc6428-eUq3-9g_i3XYmTF2IKZUYgkfDvVjQJiyL_r1DL06eGKm3hE18_BZ2p9-6l0rFHU495gwgzaEF7HPnd_1Xc8tXKTxCNgjeo/s1600/image_apache_icon.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;41&quot; data-original-width=&quot;170&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzsgUItiyLHfC8xDl8w9jzH2vQ5v3R8hX5Vfx_NyIc6428-eUq3-9g_i3XYmTF2IKZUYgkfDvVjQJiyL_r1DL06eGKm3hE18_BZ2p9-6l0rFHU495gwgzaEF7HPnd_1Xc8tXKTxCNgjeo/s1600/image_apache_icon.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;click on it and then click &lt;b&gt;start&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;If you want to &lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;uninstall &lt;/span&gt;&lt;/b&gt;apache24 the way is same with when you installing it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihk8c3KHpgBRTLFk8XeVKjqOaUnk-ROYG1CSR0LtdwAgO1s8i-ir7YuzYBHpWeBx4bBe0GYXrumWguxu-3LHRyYE828pWUpLsPPGIWcRn6kNF4DpCqZUVJG2qYha3sDoJPgVe8_zaSLd8/s1600/image_cmd_uninstall.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;763&quot; data-original-width=&quot;664&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihk8c3KHpgBRTLFk8XeVKjqOaUnk-ROYG1CSR0LtdwAgO1s8i-ir7YuzYBHpWeBx4bBe0GYXrumWguxu-3LHRyYE828pWUpLsPPGIWcRn6kNF4DpCqZUVJG2qYha3sDoJPgVe8_zaSLd8/s640/image_cmd_uninstall.png&quot; width=&quot;555&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &amp;quot;trebuchet ms&amp;quot; , sans-serif;&quot;&gt;That&#39;s it! congratulation you had successful to install apache server in windows without XAMPP.
On next article we will install php on apache server with configuration.





&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://gatetheme.blogspot.com/feeds/7995394660491012003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://gatetheme.blogspot.com/2019/04/how-to-start-building-website-using-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/7995394660491012003'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/8967256580617753108/posts/default/7995394660491012003'/><link rel='alternate' type='text/html' href='https://gatetheme.blogspot.com/2019/04/how-to-start-building-website-using-php.html' title='How to start building website using PHP? '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizjxAa_BtbBsYT2Xi2HpLpWXgEa2O1Hm2henu2yjwDcaDFpESpJd4ODNO3CW2qmS3saJ3g0icc-2oXNUuvVaNh9TC5gm2hxQQQQ9YcuPb9fEROl44f6kL05wXi_HvTosogXkB7z5lsm9Q/s72-c/image_folder.png" height="72" width="72"/><thr:total>0</thr:total></entry></feed>