kelvline-blog
kelvline-blog
Untitled
28 posts
Don't wanna be here? Send us removal request.
kelvline-blog · 6 years ago
Text
Top 10 best PHP Tips for all Developers
Top 10 best PHP Tips for all Developers
I have always wanted to write an article like this, after literally years of thought I think I have come up with the best list that I can think of. So, without further a do, let’s get to it.
1) Go Object Oriented Programming (OOP)
If you have not yet entered the realm of Object Oriented Programming, then you are at a disadvantage, and you are falling behind fast.
OOP is essentially a method of…
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
How To Create Android Apps Without Coding
How To Create Android Apps Without Coding
  How To Create Android Apps Without Coding – As you all know that Android is one of most used mobile platform in world. Android is free and open source operating system so one easily customize the operating system, makes app and many more that’s why android is getting popular day by day. If one has great idea of any app but he does not have any coding knowledge so, what he could do he can’t…
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
Top 10 Best Websites To Learn Programming/Coding Online
In modern time with the advancement of computer’s in every field. There is huge demand of computer software and websites. No doubt many online builders are available which provides you facility to drag and drop website builders But all these platforms are limited. If you want expand business or want to survive with computer field. Then it is necessary to have basic knowledge about Programming…
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
Which software is best for php coding ?
Which software is best for php coding ?
Tumblr media
Which software is best for php coding ?
Enjoy an ad free experience by logging in. Not a member yet?
Register
.
May 8th, 2012, 07:01 AM #1
Hello Members….
As i know PHP is open source…
View On WordPress
0 notes
kelvline-blog · 7 years ago
Photo
Tumblr media
The Best Software For PHP Coding The Best Software For PHP Coding PHP is one of the most widely used programming languages in the web design industry, so you may find yourself spending a lot of time doing PHP programming.
0 notes
kelvline-blog · 7 years ago
Text
Php Multiple Files Simultaneous Upload
Php Multiple Files Simultaneous Upload
Learn to program PHP multiple files upload applications. Which is the art of uploading many files as an array in a single form request, and moving them to your server all at once.
Php Multiple Files Upload
Requirements :
[tie_list type=”checklist”]
index.php file
upload.php file
upload folder
[/tie_list]
Main html page (index.php)
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
How to send email in localhost xampp Ubuntu
How to send email in localhost xampp Ubuntu
  Send E-mail with Localhost on Ubuntu with PHP. The Ubuntu Operating Environment is good for web developers. so mainly you require sometime to send email from localhost. Also you might be necessary to check the email features from localhost development time.
Here I have a small tutorial, Which will help you to send email from localhost. you can configure it very well.
Send email in localhost xampp
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
Using ajax with php
Using ajax with php
Welcome to our today’s post, using ajax with php.
About Ajax.
AJAX is about updating parts of a web page, without reloading the whole page. What is AJAX? AJAX = Asynchronous JavaScript and XML.
AJAX is a technique for creating fast and dynamic web pages.
AJAX makes it possible to update parts of a web page, without reloading the whole page. Classic web pages, (which do not use AJAX) must reload…
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
PHP get visitor details like ip address browser referrer
PHP get visitor details like ip address browser referrer
Before we start on our PHP get visitor details post you might have seen some of the sites showing you the information like “Your IP address is 127.0.0.1 ” or “You are using Firefox browser” etc. Its really easy to display or get these user or visitor information in PHP. In this post, we will write a simple php code for displaying visitor’s :
[tie_list type=”checklist”]
Protocol
IP Address
Current…
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
Installing Composer on Ubuntu 18.04 (Bionic Beaver) Step By Step
Installing Composer on Ubuntu 18.04 (Bionic Beaver) Step By Step
installing composer on Ubuntu is easy than on windows as we had seen in our composer on windows post.
Composer On Ubuntu Steps Step 1 : Installing the Dependencies
Before we download and install Composer, we need to make sure we have all the necesaary dependencies installed. First, update the package manager cache:
sudo apt-get update
We’ll need curl in order to download Composer and php-cli for…
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
PHP Password Strength Check Class OOP
PHP Password Strength Check Class OOP
In our simple post today we will be checking at a simple PHP Password Strength Check Class to help you check password strength in your applications.
Below video illustrates the final snippet of this tutorial. The source code of this application will be provided at the end of this tutorial.
1. Main Page (index.php)
PHP Password…
View On WordPress
0 notes
kelvline-blog · 7 years ago
Text
Simple php Crud using mysqli extension (oop)
Simple php Crud using mysqli extension (oop)
This tutorial is a Simple php Crud using mysqli extension (oop).
Recap from Previous Post Here,
In  our post today we will be showing how you can perform a simple php Crud using mysqli extension the objected oriented way. CRUD represents the four basic operations of the database. C : stands for Create (INSERT), which defines creating or inserting new data into the database. R : stands for Read…
View On WordPress
0 notes
kelvline-blog · 8 years ago
Text
How to download WhatsApp Status - wsd status downloader
How to download WhatsApp Status – wsd status downloader
It has been a while since we have had the new WhatsApp status update, people are now putting their WhatsApp status as photos, videos, and GIFs. Unfortunately, if you like someone’s WhatsApp status, there is no option to save it to your android instead you have to personally request the person to send the status itself to you. But don’t feel bad or hopeless i have a simple solution for you.
How to…
View On WordPress
0 notes
kelvline-blog · 8 years ago
Text
Simple php Crud using mysqli extension (procedural)
Simple php Crud using mysqli extension (procedural)
In  our post today we will be showing how you can perform a simple php Crud using mysqli extension the procedural way. CRUD represents the four basic operations of the database. C : stands for Create (INSERT), which defines creating or inserting new data into the database. R : stands for Read (SELECT), which defines reading or retrieving records from database. U : stands for Update (UPDATE), update…
View On WordPress
0 notes
kelvline-blog · 8 years ago
Text
Set Up Virtual-Host On Windows And Have Multiple Local-host Domains
Set Up Virtual-Host On Windows And Have Multiple Local-host Domains
As a developer , you may ask yourself “how to set up virtual-host for multiple domain name on windows ?” at one point. Thats why in this simple post i will be taking you through a step by step process on how to set up virtual host on a windows pc. You will be able to setup different domain names for your projects.
Requirements
Fully Installed XAMPP (Click here for a step by step process).
Text…
View On WordPress
0 notes
kelvline-blog · 8 years ago
Text
PHP code snippets that can help you in your projects
PHP code snippets that can help you in your projects
Welcome back, in today’s post we will be looking at some php code snippets that can help you. While developing php it is essential to store php code snippets for future reference. Having this snippets will improve productivity and save on time.
PHP CODE SNIPPETS Auto-loading php Classes
This is a useful php code snippet or function can also be used for autoloading classes and interfaces.
spl_auto…
View On WordPress
0 notes
kelvline-blog · 8 years ago
Text
How to Install Composer on Windows Step By Step
How to Install Composer on Windows Step By Step
Hey family, installing composer has never been this easy in this composer post i will be showing you how to install composer on windows step by step and linking it with xampp. To install and download xampp on windows follow this process here.
What is composer
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage…
View On WordPress
0 notes