<?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-3014428089436307226</id><updated>2017-04-18T02:27:24.149-07:00</updated><category term="PHP"/><category term="MySQL"/><category term="Loop"/><category term="Area"/><category term="Java"/><category term="Javascript"/><category term="SQL"/><category term="Bootstrap"/><category term="Calculator"/><category term="Function"/><category term="Random Number"/><category term="Arrays"/><category term="Date"/><category term="Multiplication Table"/><category term="Natural Join"/><category term="Triangle"/><category term="Update"/><category term="While Loop"/><category term="Auto Increment"/><category term="CSS"/><category term="Conditional Statement"/><category term="Converter"/><category term="Ellipse"/><category term="Fibonacci"/><category term="Group By"/><category term="JOIN"/><category term="Like"/><category term="Odd or Even"/><category term="PHPmyadmin"/><category term="Pyramid"/><category term="Select"/><category term="Square"/><category term="Systems Administration"/><category term="Time"/><category term="Upload"/><category term="AWS"/><category term="Addition"/><category term="Alias"/><category term="Blogger"/><category term="COUNT"/><category term="Centos"/><category term="Checkbox"/><category term="Circle"/><category term="Compare"/><category term="Concat"/><category term="Distinct"/><category term="Dynamic Textbox"/><category term="E-Commerce"/><category term="Globe Modem"/><category term="HTML"/><category term="INSERT INTO"/><category term="Information Systems"/><category term="Interest"/><category term="Inventory Management System"/><category term="LAMP"/><category term="Login"/><category term="NOT IN"/><category term="Operators"/><category term="Order By"/><category term="Programming Activities"/><category term="Rectangle"/><category term="Reservation"/><category term="Search"/><category term="Syntax Highlighter"/><category term="Table"/><category term="Tags/Labels"/><category term="Web Development"/><category term="Wildcard"/><category term="Windows"/><category term="gpedit"/><title type='text'>Prog Addict</title><subtitle type='html'>This page contains code snippet for several programming language such as php, sql, javascript and others.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>96</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-5046556666597562463</id><published>2017-04-18T02:24:00.004-07:00</published><updated>2017-04-18T02:24:54.377-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="AWS"/><category scheme="http://www.blogger.com/atom/ns#" term="Systems Administration"/><title type='text'>AWS: HOW TO CREATE A NEW INSTANCE AND USE AN EXISTING VOLUME</title><summary type="text">
Go to aws.amazon.com
Log in by clicking My Account -&gt; AWS Management Console
Sign in using the registered email address
Select EC2
Launch Instance. Select desired AMI needed. Use your existing security group and key pair so that you still access it through ssh using the previously generated key pair.
Take note of the Public DNS, IP, Availability Zone, Instance Type, Network Interface, Root </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/5046556666597562463/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2017/04/aws-how-to-create-new-instance-and-use.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/5046556666597562463'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/5046556666597562463'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2017/04/aws-how-to-create-new-instance-and-use.html' title='AWS: HOW TO CREATE A NEW INSTANCE AND USE AN EXISTING VOLUME'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-2379716235643710125</id><published>2017-04-18T02:23:00.003-07:00</published><updated>2017-04-18T02:25:10.220-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Centos"/><category scheme="http://www.blogger.com/atom/ns#" term="PHPmyadmin"/><title type='text'>HOW TO INCREASE FILE UPLOAD IN PHPMYADMIN CENTOS</title><summary type="text">
There will be cases where in we need to upload a much larger file size in the phpmyadmin. By default, it can only cater a maximum of 2MB which is ok if you don&#39;t need to upload files larger than that. PHP configuration file is located on the /etc/php.ini. In Cent OS, you can use the pre installed text editor whic is VIM to edit the configuration file.

You need to add sudo to be able to write </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/2379716235643710125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2017/04/how-to-increase-file-upload-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/2379716235643710125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/2379716235643710125'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2017/04/how-to-increase-file-upload-in.html' title='HOW TO INCREASE FILE UPLOAD IN PHPMYADMIN CENTOS'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-2295439524308130337</id><published>2017-04-17T21:37:00.002-07:00</published><updated>2017-04-17T22:07:03.349-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LAMP"/><category scheme="http://www.blogger.com/atom/ns#" term="PHPmyadmin"/><title type='text'>INSTALLATION OF LAMP SERVER IN UBUNTU 14.04</title><summary type="text">
sudo apt-get update

sudo apt-get install apache2

sudo apt-get install mysql-server

sudo apt-get install php5 libapache2-mod-php5

sudo /etc/init.d/apache2 restart or sudo service apache2 restart

Open a web browser and navigate to http://localhost/​. You should see a message saying It works!
Check if PHP works.  Type the following on the terminal.


php -r &#39;echo &quot;\n\nYour PHP installation is </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/2295439524308130337/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2017/04/installation-of-lamp-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/2295439524308130337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/2295439524308130337'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2017/04/installation-of-lamp-server.html' title='INSTALLATION OF LAMP SERVER IN UBUNTU 14.04'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-4053386273055307871</id><published>2017-04-16T21:48:00.000-07:00</published><updated>2017-04-16T21:48:38.471-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Globe Modem"/><category scheme="http://www.blogger.com/atom/ns#" term="Systems Administration"/><title type='text'>Globe Aztech Modem No Internet</title><summary type="text">


Internet has been an integral part of a company nowadays most especially in an IT Company. So internet must be up 24/7 to satisfy clients. I experienced problems such as some modems have no internet connection and having troubles in calling customer service cause it takes time for them to answer your call. 


I always encounter a red led light for the internet every time the 5 Globe Modem </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/4053386273055307871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2017/04/globe-aztech-modem-no-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/4053386273055307871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/4053386273055307871'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2017/04/globe-aztech-modem-no-internet.html' title='Globe Aztech Modem No Internet'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://3.bp.blogspot.com/-0G9yTqbkkjQ/WPRIPrsPK6I/AAAAAAAAAw8/5IS6pU7tl40_NaPOnNtLmAvSko4tvCW5ACLcB/s72-c/globe.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-5302698494284890547</id><published>2016-09-14T21:05:00.000-07:00</published><updated>2016-09-14T21:07:50.618-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Checkbox"/><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>How To Create A Database-Driven Checkbox Using PHP and MySQL</title><summary type="text">Checkbox is allows multiple selection of values from checkboxes of same type which is the opposite of radio button which allows single selection only from a certain type.

Some checkboxes reuires a simple html encoding for lesser options. But there are some that requires a database-driven checkboxes to easily implement it.

So today I am going to share to you on how to create a database-driven </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/5302698494284890547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/09/how-to-create-database-driven-checkbox.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/5302698494284890547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/5302698494284890547'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/09/how-to-create-database-driven-checkbox.html' title='How To Create A Database-Driven Checkbox Using PHP and MySQL'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-n5l1-mR6_hI/V9oAefqeOHI/AAAAAAAAAnQ/_2NIZ6wR13okV8nnHh6wzRa5ZqWEm_h7wCLcB/s72-c/checkbox.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-7614810062242999555</id><published>2016-09-12T23:11:00.002-07:00</published><updated>2016-09-14T18:37:36.626-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bootstrap"/><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Update"/><title type='text'>How To Update Record Using Bootstrap Modal PHP/MySQL</title><summary type="text">I am back guys! Been busy this past few weeks that&#39;s why I haven&#39;t posted for a while. I got new code snippets to share that maybe important using bootstrap modal.

Most of the newbies in bootstrap doesn&#39;t know how to update records from a list and display it in a bootstrap modal like in the image below.






I have here the files. You can download it here Update record using bootstrap modal, </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/7614810062242999555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/09/how-to-update-record-using-bootstrap.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/7614810062242999555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/7614810062242999555'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/09/how-to-update-record-using-bootstrap.html' title='How To Update Record Using Bootstrap Modal PHP/MySQL'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-tT7xdk_XIg0/V9eG9c6dFTI/AAAAAAAAAl8/pHwlionaZssRjqg4QvWpojQAHdgZxMz-ACLcB/s72-c/modal.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-1470860835385653228</id><published>2016-07-19T03:40:00.003-07:00</published><updated>2016-07-19T20:22:59.399-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Operators"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>Operators in PHP Tutorials for Beginners</title><summary type="text">Operators are used to operate on values. It might be to add, compare, or even assign values to variables.

There are four kinds of operators in PHP.


Arithmetic Operator
Assignment Operator
Comparison Operator
Logical Operator.


Arithmetic Operators

Operators to perform arithmetic or mathematical operations on numbers either to

ADD +, SUBTRACT -, DIVIDE /, MULTIPLY *, MODULUS % (returns the </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/1470860835385653228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/07/operators-in-php-tutorials-for-beginners.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/1470860835385653228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/1470860835385653228'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/07/operators-in-php-tutorials-for-beginners.html' title='Operators in PHP Tutorials for Beginners'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-1080639217986079865</id><published>2016-07-19T03:40:00.002-07:00</published><updated>2016-07-19T19:48:14.089-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>Introduction to PHP Tutorial</title><summary type="text">
What is PHP?
PHP was developed by Rasmus Lerdorf in 1994.

PHP is a recursive acronym for PHP: Hypertext Preprocessor. It is widely used open source scripting language embedded into HTML that is suitable in developing dynamic web pages. It is compatible with most DBMS such as MySQL, Oracle, Sybase, etc.

PHP is a server side scripting language. Therefore, php scripts runs/executed on the server.</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/1080639217986079865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/07/introduction-to-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/1080639217986079865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/1080639217986079865'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/07/introduction-to-php.html' title='Introduction to PHP Tutorial'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://3.bp.blogspot.com/-1IBVuzbWrFs/V4hWLxaXZkI/AAAAAAAAAjc/ALseNTXARxw7ew6WfH9ckIwQn-_XsOrLwCKgB/s72-c/xampp.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-103166948460658853</id><published>2016-07-19T02:28:00.004-07:00</published><updated>2016-07-19T20:25:25.879-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>PHP Basic Tutorial for Beginners - List of Topics</title><summary type="text">

Introduction to PHP

What is PHP?


How PHP Works
Basic of PHPFirst PHP Script
Displaying Output
Common Uses
CommentsPHP Variables
Code Cohabitation
String Concatenation

Operators
Arithmetic OperatorsAssignment OperatorsComparison OperatorsLogical Operators

Conditional Statements

If Statement

If Else Statement

Switch Statement



Looping Statements

While loop

Do While loop

For loop 

</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/103166948460658853/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/07/php-tutorials-for-beginners-list-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/103166948460658853'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/103166948460658853'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/07/php-tutorials-for-beginners-list-of.html' title='PHP Basic Tutorial for Beginners - List of Topics'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://4.bp.blogspot.com/-pfP4ZOfVSSI/V434HiuMAHI/AAAAAAAAAkU/DdD8h9h_WagObJSU72ets_1Bjur9xApqACLcB/s72-c/php-elephant.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-7759431847116269843</id><published>2016-07-17T20:12:00.003-07:00</published><updated>2016-07-17T20:12:55.916-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="gpedit"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>How To Lock Drive C in Windows 7 PC</title><summary type="text">Hi there! This tutorial will help you to lock your local disk C drive which contains all systems files without using any software. Just the built in gpedit or the Group Policy Editor found in your windows 7 PC.

I&#39;ve been using this technique in my pisonet business to avoid tampering on the files located on the drive C. A message box will pop up once you click on the drive C on windows explorer </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/7759431847116269843/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/07/how-to-lock-drive-c-in-windows-7-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/7759431847116269843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/7759431847116269843'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/07/how-to-lock-drive-c-in-windows-7-pc.html' title='How To Lock Drive C in Windows 7 PC'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-PtBv-66r5N0/V4w-gJOE3GI/AAAAAAAAAjo/0q-Vy5lrGTs0ySgyF3DsJ_rMESDcmibQwCLcB/s72-c/gpedit.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-3265745721449549646</id><published>2016-07-14T20:28:00.001-07:00</published><updated>2016-07-19T19:25:10.240-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>XAMPP Software Tutorial for PHP and MySQL</title><summary type="text">XAMPP is a free and easy to install software used to run PHP and MySQL applications. It includes apache to run PHP files, MySQL for easy management of databases and PHP. XAMPP is similar with WAMP Server that runs on Windows, MAMP for Mac and LAMP for Linux operating system.


Step # 1
Before we start, download and install first the latest version of XAMPP from apachefriends.org and install it in</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/3265745721449549646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/07/xampp-software-tutorial-for-php-and.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/3265745721449549646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/3265745721449549646'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/07/xampp-software-tutorial-for-php-and.html' title='XAMPP Software Tutorial for PHP and MySQL'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://3.bp.blogspot.com/-1IBVuzbWrFs/V4hWLxaXZkI/AAAAAAAAAjY/wROmpcyRA8EfnqpOUxnvBGsPIYGouFXQwCLcB/s72-c/xampp.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-9039898552811131425</id><published>2016-07-14T19:02:00.001-07:00</published><updated>2016-07-14T19:05:16.484-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bootstrap"/><title type='text'>Implementing Bootstrap Offline</title><summary type="text">Bootstrap is a responsive framework for web development using HTML, CSS and Javascript that allows you to create a responsive and beautiful web page in minutes. There are two ways on how to implement bootstrap in your web page. The first one is using the bootstrap CDN which I already created a tutorial on how to do it. Just visit the link below.

Implementing Bootstrap Using the CDN Tutorial
The </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/9039898552811131425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/07/implementing-bootstrap-offline.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/9039898552811131425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/9039898552811131425'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/07/implementing-bootstrap-offline.html' title='Implementing Bootstrap Offline'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-WOGw41d4lTI/V4g2OK5vneI/AAAAAAAAAjI/-8YDjKnsGqQSQelkyiSU5gt5K-r-TyeZACLcB/s72-c/bootstrap.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-6696998343561741948</id><published>2016-07-14T17:45:00.001-07:00</published><updated>2016-07-14T17:45:32.019-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><title type='text'>HTML 5 Simple Activities</title><summary type="text">
Constant practice makes a work perfect. So to be able to learn skills in HTML, you need to practice more activities related to it. I have here simple activities to create a simple form that uses HTML5. This is important especially if you want to later on create a database-driven web sites since HTML will serve as your front-end or your graphical user interface (GUI).



Simple HTML5 Activities -</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/6696998343561741948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/07/html-5-simple-activities.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/6696998343561741948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/6696998343561741948'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/07/html-5-simple-activities.html' title='HTML 5 Simple Activities'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://2.bp.blogspot.com/-lif4lPrGEbA/V4gwnepdHXI/AAAAAAAAAio/HLevhuCioMc8NT6rCGOAGDFD0FbkefXYACLcB/s72-c/signup.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-4159792397761407179</id><published>2016-07-03T20:59:00.002-07:00</published><updated>2016-07-14T17:52:07.520-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bootstrap"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Java"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Development"/><title type='text'>Implementing Bootstrap Using the CDN Tutorial</title><summary type="text">Bootstrap is a responsive framework for web development using HTML, CSS and Javascript that allows you to create a responsive and beautiful web page in minutes.

So here is a tutorial to help you start with bootstrap. Visit getbootstrap.com for the complete documentation and references in this tutorial.

Or simple watch the video embedded from youtube.com for reference.




STEP 1: Construct your</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/4159792397761407179/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/07/implementing-bootstrap-using-cdn.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/4159792397761407179'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/4159792397761407179'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/07/implementing-bootstrap-using-cdn.html' title='Implementing Bootstrap Using the CDN Tutorial'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/no-Ntkc836w/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-5822756543584607091</id><published>2016-06-16T18:41:00.000-07:00</published><updated>2016-07-17T20:35:16.445-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Conditional Statement"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Programming Activities"/><title type='text'>PHP Programming Activities</title><summary type="text">
PHP Activity 1

Apply all arithmetic operators on the following:



            1. Add
100 and 500.

            2.
Subtract the above sum with 200.

            3.
Divide the difference by 20

            4.
Combine the quotient using concatenation operator with 20.

            5.
Multiply the answer to 5.



What
would be the answer?



PHP Activity 2


Declare a variable for English, Math, </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/5822756543584607091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/06/php-programming-activities.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/5822756543584607091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/5822756543584607091'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/06/php-programming-activities.html' title='PHP Programming Activities'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-1473185897368795340</id><published>2016-04-28T02:50:00.001-07:00</published><updated>2016-04-28T02:50:21.673-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Random Number"/><title type='text'>RANDOM PASSWORD GENERATOR USING PHP</title><summary type="text">
A random password generator is used to easily create
a more secure and faster way to generate user passwords. If you want to create
random passwords to hundreds or even thousands of users easily, then this
program is suited for you. This will solve your problem in mass generation of
password.



I will discuss the PHP code for you to easily
understand it. $string=&quot;</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/1473185897368795340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/random-password-generator-using-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/1473185897368795340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/1473185897368795340'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/random-password-generator-using-php.html' title='RANDOM PASSWORD GENERATOR USING PHP'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://2.bp.blogspot.com/-dUNoD_MzFEc/VyHcvmU-7hI/AAAAAAAAAhM/upiBdtYbEeY1bRs30sRqwfyFM8eT0Pr5QCLcB/s72-c/random.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-2728513150366491307</id><published>2016-04-28T02:43:00.001-07:00</published><updated>2016-04-28T02:43:08.994-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Table"/><title type='text'>TABLE ROW HIGHLIGHT ON HOVER</title><summary type="text">
Hi there! In this article, I am going to show you
how to create a simple table that will change the row’s background color on
mouse hover. Putting a background color on hover will help a user to easily
find data on that certain row since it highlights selected row and will easily
distinguish it from other rows. We will be using a simple html and css to work
on this example. 



First thing to do</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/2728513150366491307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/table-row-highlight-on-hover.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/2728513150366491307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/2728513150366491307'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/table-row-highlight-on-hover.html' title='TABLE ROW HIGHLIGHT ON HOVER'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://4.bp.blogspot.com/-CiQcye72IAs/VyHbGR-qxMI/AAAAAAAAAhA/SinNZSXqQRksjYZo26QQG8Qji160Au4kACLcB/s72-c/highlight.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-7688474180377095547</id><published>2016-04-28T01:56:00.000-07:00</published><updated>2016-09-13T01:05:01.201-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bootstrap"/><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Select"/><title type='text'>SAVING VALUES FROM MULTIPLE SELECT USING PHP AND MYSQLI</title><summary type="text">
Storing user inputs are important to be able to
access those data later on. It might be to store data for easy searching or for
report generation that will serve as basis in an organization’s decision-making
process.



In my previous article, I introduced you with
bootstraps new plugin which is the select2 that serves as a replacement for the
basic combo box/dropdown box. With bootstrap’s </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/7688474180377095547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/saving-values-from-multiple-select.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/7688474180377095547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/7688474180377095547'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/saving-values-from-multiple-select.html' title='SAVING VALUES FROM MULTIPLE SELECT USING PHP AND MYSQLI'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-7VqP3CAVeb4/VyHOvqdgSRI/AAAAAAAAAgs/YmbWKafFvNUJAHpK0fyutr3umX83INO7wCLcB/s72-c/multiple%2Bselect.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-459313219283048720</id><published>2016-04-28T01:50:00.002-07:00</published><updated>2016-09-13T00:50:25.944-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bootstrap"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Select"/><title type='text'>MULTIPLE SELECT USING BOOTSTRAP SELECT2</title><summary type="text">
There will be cases where you need multiple
selections in just a single input control like textbox or perhaps a dropdown
box or combo box. You cannot do this using a simple input control. You need a
scripting language to be able to do so. 




In this article, I created a simple form that uses
the latest bootstrap select2 plugin. Select2 is a jquery plugin used to easily
search from a dropdown </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/459313219283048720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/multiple-select-using-bootstrap-select2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/459313219283048720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/459313219283048720'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/multiple-select-using-bootstrap-select2.html' title='MULTIPLE SELECT USING BOOTSTRAP SELECT2'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-7VqP3CAVeb4/VyHOvqdgSRI/AAAAAAAAAgs/YmbWKafFvNUJAHpK0fyutr3umX83INO7wCLcB/s72-c/multiple%2Bselect.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-4256413890521052941</id><published>2016-04-28T01:36:00.001-07:00</published><updated>2016-09-13T00:24:18.373-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Upload"/><title type='text'>FILE UPLOAD USING PHP</title><summary type="text">
Uploading files to the system is sometimes necessary
to access it easily later on. Facebook allows uploading of files such as
images, videos or any files on their system. This allows facebook users to view
and share it with others and be connected with one another connected with one
another.



In archiving system, uploading of documents is
integral to it. So, proper storage should be given much</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/4256413890521052941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/file-upload-using-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/4256413890521052941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/4256413890521052941'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/file-upload-using-php.html' title='FILE UPLOAD USING PHP'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://4.bp.blogspot.com/-nTe5iSUUNj4/VyHLBDgVgVI/AAAAAAAAAgY/Ym-kxwugHSwvbRZmWOzY-bKdoWy7xHwWACLcB/s72-c/single.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-7546078714689928427</id><published>2016-04-28T01:24:00.000-07:00</published><updated>2016-09-13T01:06:16.269-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Upload"/><title type='text'>UPLOAD MULTIPLE FILES USING PHP AND MYSQLI</title><summary type="text">
Good day guys! I got new article for you to learn
new things that you can apply later on future projects. This time will allow
you to upload multiple files using PHP and MySQLi. This program is made of
bootstrap but got it modified for you to easily understand the code more.



Before you forget, import the database called
elearning. You can download it from the link below. It contains two (2) </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/7546078714689928427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/upload-multiple-files-using-php-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/7546078714689928427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/7546078714689928427'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/upload-multiple-files-using-php-and.html' title='UPLOAD MULTIPLE FILES USING PHP AND MYSQLI'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://2.bp.blogspot.com/-JnsrdrACfuk/VyHIDMWNAFI/AAAAAAAAAgE/gAvN21M4oTE3IjhQ9wSnqeZvX5Q25EDaQCLcB/s72-c/multiple1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-3464849607434707952</id><published>2016-04-28T01:12:00.002-07:00</published><updated>2016-09-13T01:05:52.900-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>VALIDATING AND SAVING NEW MEMBER USING PHP AND MYSQLI</title><summary type="text">
Validating or checking if a certain person is
already save in the database is important to avoid duplication of data. Let’s
say you want to add a new member in the database and you don’t want to add a
member that is already in the system. By avoiding duplication of data, you
maintain integrity of your data and save memory in your disk since every
character, even space consumes memory.



So I </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/3464849607434707952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/validating-and-saving-new-member-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/3464849607434707952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/3464849607434707952'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/validating-and-saving-new-member-using.html' title='VALIDATING AND SAVING NEW MEMBER USING PHP AND MYSQLI'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-8011956303800577668</id><published>2016-04-28T01:06:00.001-07:00</published><updated>2016-04-28T19:44:48.581-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>CONVERT NUMBERS TO WORDS USING PHP</title><summary type="text">
Hello guys! I got new program for you and it’s a bit
tricky to solve this one for me. It requires a really deep analysis for me to
come up with a solution. So I created a program that converts a number into
words. I did use arrays to store the values from one to nine, another array for
eleven to nineteen and another array to store values from ten, twenty…to ninety
and an if conditional statement</summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/8011956303800577668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/convert-numbers-to-words-using-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/8011956303800577668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/8011956303800577668'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/convert-numbers-to-words-using-php.html' title='CONVERT NUMBERS TO WORDS USING PHP'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-Lfjl41liowM/VyHEeUD_Y6I/AAAAAAAAAf4/flQ2tpGuKlcyAFeXEdkgFFAlS_o8UJlHgCLcB/s72-c/numtowords.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-2796688472306771295</id><published>2016-04-28T00:59:00.001-07:00</published><updated>2016-04-28T01:13:03.233-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><title type='text'>HOW TO COUNT WORDS IN A SENTENCE USING PHP</title><summary type="text">

Hi there buddy! 
I am back and bringing with me another nice article for you to learn on.
This time I am going to share a simple word count program using PHP’s basic
function which is the str_word_count() function. Makes your life easier with
just a simple function.

So here is the code for you to understand well.


PHP CODE FOR WORD COUNT 
&lt;?php
 $string=&quot;Hello world! I am back!&quot;;
 echo </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/2796688472306771295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/how-to-count-words-in-sentence-using-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/2796688472306771295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/2796688472306771295'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/how-to-count-words-in-sentence-using-php.html' title='HOW TO COUNT WORDS IN A SENTENCE USING PHP'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3014428089436307226.post-4801875757957197638</id><published>2016-04-22T20:27:00.003-07:00</published><updated>2016-04-22T20:27:50.372-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MySQL"/><category scheme="http://www.blogger.com/atom/ns#" term="PHP"/><category scheme="http://www.blogger.com/atom/ns#" term="Update"/><title type='text'>UPDATE MULTIPLE ROWS USING PHP AND MYSQLI</title><summary type="text">
Most of the Information Systems that we encounter updates
one record at a time. That is quite easy to achieve. I already created an
article related to updating a single record. But what if you need to update
multiple records at the same time? That’s a bit tricky and you need to use a FOR
loop to achieve it. I encountered the same problem and needs a little googling
thing. 



So, I have here a </summary><link rel='replies' type='application/atom+xml' href='http://prog-addict.blogspot.com/feeds/4801875757957197638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://prog-addict.blogspot.com/2016/04/update-multiple-rows-using-php-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/4801875757957197638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3014428089436307226/posts/default/4801875757957197638'/><link rel='alternate' type='text/html' href='http://prog-addict.blogspot.com/2016/04/update-multiple-rows-using-php-and.html' title='UPDATE MULTIPLE ROWS USING PHP AND MYSQLI'/><author><name>Lee Pipez</name><uri>https://plus.google.com/108049932394657656195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-S53CykxeQ1w/AAAAAAAAAAI/AAAAAAAAAGw/DstblIy69hs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://4.bp.blogspot.com/-ceIIoakWiHw/VxrqVPTEBVI/AAAAAAAAAfk/WMz9k-yX9T4rlc2FzS32pGujtEfw4Tx7gCLcB/s72-c/multupdate1.png" height="72" width="72"/><thr:total>0</thr:total></entry></feed>